Rev 3471 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 3471 | Rev 4377 | ||
---|---|---|---|
Line 57... | Line 57... | ||
57 | [SYS_IPC_CALL_ASYNC_SLOW] = { "ipc_call_async_slow", 2, V_HASH }, |
57 | [SYS_IPC_CALL_ASYNC_SLOW] = { "ipc_call_async_slow", 2, V_HASH }, |
58 | 58 | ||
59 | [SYS_IPC_ANSWER_FAST] = { "ipc_answer_fast", 6, V_ERRNO }, |
59 | [SYS_IPC_ANSWER_FAST] = { "ipc_answer_fast", 6, V_ERRNO }, |
60 | [SYS_IPC_ANSWER_SLOW] = { "ipc_answer_slow", 2, V_ERRNO }, |
60 | [SYS_IPC_ANSWER_SLOW] = { "ipc_answer_slow", 2, V_ERRNO }, |
61 | [SYS_IPC_FORWARD_FAST] = { "ipc_forward_fast", 6, V_ERRNO }, |
61 | [SYS_IPC_FORWARD_FAST] = { "ipc_forward_fast", 6, V_ERRNO }, |
- | 62 | [SYS_IPC_FORWARD_SLOW] = { "ipc_forward_slow", 3, V_ERRNO }, |
|
62 | [SYS_IPC_WAIT] = { "ipc_wait_for_call", 3, V_HASH }, |
63 | [SYS_IPC_WAIT] = { "ipc_wait_for_call", 3, V_HASH }, |
63 | [SYS_IPC_HANGUP] = { "ipc_hangup", 1, V_ERRNO }, |
64 | [SYS_IPC_HANGUP] = { "ipc_hangup", 1, V_ERRNO }, |
64 | [SYS_IPC_REGISTER_IRQ] = { "ipc_register_irq", 4, V_ERRNO }, |
65 | [SYS_IPC_REGISTER_IRQ] = { "ipc_register_irq", 4, V_ERRNO }, |
65 | [SYS_IPC_UNREGISTER_IRQ] = { "ipc_unregister_irq", 2, V_ERRNO }, |
66 | [SYS_IPC_UNREGISTER_IRQ] = { "ipc_unregister_irq", 2, V_ERRNO }, |
66 | 67 | ||
- | 68 | [SYS_EVENT_SUBSCRIBE] = { "event_subscribe", 2, V_ERRNO }, |
|
- | 69 | ||
67 | [SYS_CAP_GRANT] = { "cap_grant", 2, V_ERRNO }, |
70 | [SYS_CAP_GRANT] = { "cap_grant", 2, V_ERRNO }, |
68 | [SYS_CAP_REVOKE] = { "cap_revoke", 2, V_ERRNO }, |
71 | [SYS_CAP_REVOKE] = { "cap_revoke", 2, V_ERRNO }, |
69 | [SYS_PHYSMEM_MAP] = { "physmem_map", 4, V_ERRNO }, |
72 | [SYS_PHYSMEM_MAP] = { "physmem_map", 4, V_ERRNO }, |
70 | [SYS_IOSPACE_ENABLE] = { "iospace_enable", 1, V_ERRNO }, |
73 | [SYS_IOSPACE_ENABLE] = { "iospace_enable", 1, V_ERRNO }, |
71 | [SYS_PREEMPT_CONTROL] = { "preempt_control", 1, V_ERRNO }, |
74 | [SYS_PREEMPT_CONTROL] = { "preempt_control", 1, V_ERRNO }, |