Changeset 8e7c9fe in mainline for uspace/app/trace/syscalls.c
- Timestamp:
- 2014-09-12T03:45:25Z (11 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- c53b58e
- Parents:
- 3eb0c85 (diff), 105d8d6 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/trace/syscalls.c
r3eb0c85 r8e7c9fe 65 65 [SYS_IPC_HANGUP] = { "ipc_hangup", 1, V_ERRNO }, 66 66 67 [SYS_EVENT_SUBSCRIBE] = { "event_subscribe", 2, V_ERRNO }, 67 [SYS_IPC_EVENT_SUBSCRIBE] = { "ipc_event_subscribe", 2, V_ERRNO }, 68 [SYS_IPC_EVENT_UNSUBSCRIBE] = { "ipc_event_unsubscribe", 1, V_ERRNO }, 69 [SYS_IPC_EVENT_UNMASK] = { "ipc_event_unmask", 1, V_ERRNO }, 68 70 69 71 [SYS_CAP_GRANT] = { "cap_grant", 2, V_ERRNO }, … … 71 73 [SYS_PHYSMEM_MAP] = { "physmem_map", 4, V_ERRNO }, 72 74 [SYS_IOSPACE_ENABLE] = { "iospace_enable", 1, V_ERRNO }, 73 [SYS_IRQ_REGISTER] = { "irq_register", 4, V_ERRNO }, 74 [SYS_IRQ_UNREGISTER] = { "irq_unregister", 2, V_ERRNO }, 75 76 [SYS_IPC_IRQ_SUBSCRIBE] = { "ipc_irq_subscribe", 4, V_ERRNO }, 77 [SYS_IPC_IRQ_UNSUBSCRIBE] = { "ipc_irq_unsubscribe", 2, V_ERRNO }, 75 78 76 79 [SYS_SYSINFO_GET_VAL_TYPE] = { "sysinfo_get_val_type", 2, V_INTEGER }, … … 79 82 [SYS_SYSINFO_GET_DATA] = { "sysinfo_get_data", 5, V_ERRNO }, 80 83 81 [SYS_DEBUG_ ACTIVATE_CONSOLE] = { "debug_activate_console", 0, V_ERRNO },84 [SYS_DEBUG_CONSOLE] = { "debug_console", 0, V_ERRNO }, 82 85 [SYS_IPC_CONNECT_KBOX] = { "ipc_connect_kbox", 1, V_ERRNO } 83 86 };
Note:
See TracChangeset
for help on using the changeset viewer.