Changeset 1993f9a in mainline for contrib/arch/uspace/srv/fs/devfs/devfs.bp
- Timestamp:
- 2009-09-15T13:45:23Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- ea5f46d
- Parents:
- ec8bab59
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
contrib/arch/uspace/srv/fs/devfs/devfs.bp
rec8bab59 r1993f9a 1 [ ../../../lib/libc/devmap_get_phone] ;1 [/uspace/lib/libc/fnc.devmap_get_phone] ; 2 2 !ns.IPC_M_CONNECT_ME_TO /* vfs */ ; 3 [ ../../../lib/libfs/fs_register] ;3 [/uspace/lib/libfs/fnc.fs_register] ; 4 4 ( 5 5 ?fs.IPC_M_CONNECT_ME_TO ; … … 13 13 ?fs.VFS_OUT_LOOKUP { 14 14 ( 15 [ ../../../lib/libc/devmap_device_get_handle] ;16 [ ../../../lib/libc/devmap_device_connect]15 [/uspace/lib/libc/fnc.devmap_device_get_handle] ; 16 [/uspace/lib/libc/fnc.devmap_device_connect] 17 17 ) + 18 18 NULL … … 26 26 ) + 27 27 ( 28 [ ../../../lib/libc/devmap_device_get_count] ;29 [ ../../../lib/libc/devmap_device_get_devices]28 [/uspace/lib/libc/fnc.devmap_device_get_count] ; 29 [/uspace/lib/libc/fnc.devmap_device_get_devices] 30 30 ) 31 31 } … … 51 51 52 52 ?fs.VFS_OUT_OPEN_NODE { 53 [ ../../../lib/libc/devmap_device_connect] +53 [/uspace/lib/libc/fnc.devmap_device_connect] + 54 54 NULL 55 55 } +
Note:
See TracChangeset
for help on using the changeset viewer.