Changeset b988db0 in mainline
- Timestamp:
- 2009-10-07T12:14:28Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 7a53208
- Parents:
- 0a1a313
- Location:
- contrib/arch/uspace/srv
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
contrib/arch/uspace/srv/console/console.adl
r0a1a313 rb988db0 70 70 !fb.ipc_m_share_out ; 71 71 [/uspace/lib/libc/fnc.devmap_device_register]* ; 72 !sys_console.sys_d isable_console ;72 !sys_console.sys_debug_disable_console ; 73 73 [fnc.gcons_redraw_console] ; 74 74 [fnc.set_rgb_color] ; -
contrib/arch/uspace/srv/console/console.bp
r0a1a313 rb988db0 59 59 60 60 ?kcon_enable { 61 !sys_console.sys_ enable_console61 !sys_console.sys_debug_enable_console 62 62 } + 63 63 -
contrib/arch/uspace/srv/devmap/devmap_driver.bp
r0a1a313 rb988db0 9 9 tentative { 10 10 ?ipc_m_data_write /* device name */ 11 } ; 12 tentative { 13 ?ipc_m_connect_to_me /* callback */ 11 14 } 12 15 } + -
contrib/arch/uspace/srv/vfs/vfs.bp
r0a1a313 rb988db0 95 95 [fnc.vfs_grab_phone] ; 96 96 !fs.read { 97 !fs.ipc_m_data_read /* forward payload */ ;97 !fs.ipc_m_data_read /* forward payload */ 98 98 } ; 99 99 [fnc.vfs_release_phone] … … 109 109 [fnc.vfs_grab_phone] ; 110 110 !fs.write { 111 !fs.ipc_m_data_write /* forward payload */ ;111 !fs.ipc_m_data_write /* forward payload */ 112 112 } ; 113 113 [fnc.vfs_release_phone] … … 133 133 [fnc.vfs_grab_phone] ; 134 134 !fs.stat { 135 !fs.ipc_m_data_read /* forward struct stat */ ;135 !fs.ipc_m_data_read /* forward struct stat */ 136 136 } ; 137 137 [fnc.vfs_release_phone]
Note:
See TracChangeset
for help on using the changeset viewer.