#include <ubixos/types.h>
#include <vfs/file.h>
Go to the source code of this file.
Data Structures | |
| struct | devfs_devices |
| struct | devfs_info |
Functions | |
| int | devfs_init () |
| int | devfs_makeNode (char *name, uInt8 type, uInt16 major, uInt16 minor) |
| int devfs_init | ( | ) |
Definition at line 206 of file devfs.c.
References devfs_initialize(), devfs_open(), devfs_read(), devfs_write(), NULL, vfs_mount(), vfsRegisterFS(), and x1.
Definition at line 169 of file devfs.c.
References devfs_len, devfsSpinLock, devfs_info::deviceList, devfs_devices::devMajor, devfs_devices::devMinor, devfs_devices::devName, devfs_devices::devType, vfs_mountPoint::fsInfo, kmalloc(), kprintf(), devfs_devices::next, devfs_devices::prev, spinLock(), spinUnlock(), sprintf(), strlen(), and vfs_findMount().
Referenced by fdc_init(), and initHardDisk().
1.4.7