HelenOS sources
ipc_get_imethod 911 kernel/generic/src/ipc/ipc.c ipc_get_imethod(&call->data), ipc_get_arg1(&call->data),
ipc_get_imethod 175 kernel/generic/src/ipc/kbox.c switch (ipc_get_imethod(&call->data)) {
ipc_get_imethod 133 kernel/generic/src/ipc/sysipc.c switch (ipc_get_imethod(&call->data)) {
ipc_get_imethod 225 kernel/generic/src/ipc/sysipc.c call->request_method = ipc_get_imethod(&call->data);
ipc_get_imethod 507 kernel/generic/src/ipc/sysipc.c if (!method_is_forwardable(ipc_get_imethod(&call->data))) {
ipc_get_imethod 520 kernel/generic/src/ipc/sysipc.c if (!method_is_immutable(ipc_get_imethod(&call->data))) {
ipc_get_imethod 521 kernel/generic/src/ipc/sysipc.c if (method_is_system(ipc_get_imethod(&call->data))) {
ipc_get_imethod 522 kernel/generic/src/ipc/sysipc.c if (ipc_get_imethod(&call->data) ==
ipc_get_imethod 634 kernel/generic/src/ipc/sysipc.c ipc_get_imethod(&newdata), ipc_get_arg1(&newdata),
ipc_get_imethod 196 uspace/app/trace/ipcp.c ipc_m_print(proto, ipc_get_imethod(call));
ipc_get_imethod 205 uspace/app/trace/ipcp.c oper = proto_get_oper(proto, ipc_get_imethod(call));
ipc_get_imethod 264 uspace/app/trace/ipcp.c method = ipc_get_imethod(&pcall->question);
ipc_get_imethod 105 uspace/app/wavplay/dplay.c switch (ipc_get_imethod(&call)) {
ipc_get_imethod 120 uspace/app/wavplay/dplay.c printf("Unknown event %" PRIun ".\n", ipc_get_imethod(&call));
ipc_get_imethod 105 uspace/app/wavplay/drec.c switch (ipc_get_imethod(&call)) {
ipc_get_imethod 114 uspace/app/wavplay/drec.c printf("Unknown event %" PRIun ".\n", ipc_get_imethod(&call));
ipc_get_imethod 919 uspace/drv/block/pc-floppy/pc-floppy.c n = ipc_get_imethod(call);
ipc_get_imethod 210 uspace/drv/bus/adb/cuda_adb/cuda_adb.c method = ipc_get_imethod(&call);
ipc_get_imethod 67 uspace/drv/bus/pci/pciintel/ctl.c if (!ipc_get_imethod(&call))
ipc_get_imethod 70 uspace/drv/bus/pci/pciintel/ctl.c switch (ipc_get_imethod(&call)) {
ipc_get_imethod 1082 uspace/drv/char/ns8250/ns8250.c sysarg_t method = ipc_get_imethod(call);
ipc_get_imethod 143 uspace/drv/hid/adb-kbd/adb-kbd.c if (!ipc_get_imethod(&call)) {
ipc_get_imethod 148 uspace/drv/hid/adb-kbd/adb-kbd.c switch (ipc_get_imethod(&call)) {
ipc_get_imethod 207 uspace/drv/hid/adb-kbd/adb-kbd.c method = ipc_get_imethod(&call);
ipc_get_imethod 101 uspace/drv/hid/adb-mouse/adb-mouse.c if (!ipc_get_imethod(&call)) {
ipc_get_imethod 106 uspace/drv/hid/adb-mouse/adb-mouse.c switch (ipc_get_imethod(&call)) {
ipc_get_imethod 217 uspace/drv/hid/adb-mouse/adb-mouse.c method = ipc_get_imethod(&call);
ipc_get_imethod 312 uspace/drv/hid/atkbd/atkbd.c const sysarg_t method = ipc_get_imethod(icall);
ipc_get_imethod 430 uspace/drv/hid/ps2mouse/ps2mouse.c const sysarg_t method = ipc_get_imethod(icall);
ipc_get_imethod 161 uspace/drv/hid/usbhid/kbd/kbddev.c const sysarg_t method = ipc_get_imethod(icall);
ipc_get_imethod 322 uspace/drv/hid/xtkbd/xtkbd.c const sysarg_t method = ipc_get_imethod(icall);
ipc_get_imethod 181 uspace/drv/intctl/apic/apic.c if (!ipc_get_imethod(&call)) {
ipc_get_imethod 187 uspace/drv/intctl/apic/apic.c switch (ipc_get_imethod(&call)) {
ipc_get_imethod 194 uspace/drv/intctl/gicv2/gicv2.c if (!ipc_get_imethod(&call)) {
ipc_get_imethod 200 uspace/drv/intctl/gicv2/gicv2.c switch (ipc_get_imethod(&call)) {
ipc_get_imethod 110 uspace/drv/intctl/i8259/i8259.c if (!ipc_get_imethod(&call)) {
ipc_get_imethod 116 uspace/drv/intctl/i8259/i8259.c switch (ipc_get_imethod(&call)) {
ipc_get_imethod 86 uspace/drv/intctl/icp-ic/icp-ic.c if (!ipc_get_imethod(&call)) {
ipc_get_imethod 92 uspace/drv/intctl/icp-ic/icp-ic.c switch (ipc_get_imethod(&call)) {
ipc_get_imethod 92 uspace/drv/intctl/obio/obio.c switch (ipc_get_imethod(&call)) {
ipc_get_imethod 547 uspace/lib/c/generic/async/server.c if (ipc_get_imethod(call) == IPC_M_PHONE_HUNGUP) {
ipc_get_imethod 657 uspace/lib/c/generic/async/server.c sysarg_t imethod = ipc_get_imethod(call);
ipc_get_imethod 945 uspace/lib/c/generic/async/server.c if (ipc_get_imethod(call) == IPC_M_CONNECT_ME_TO) {
ipc_get_imethod 1222 uspace/lib/c/generic/async/server.c if (ipc_get_imethod(call) != IPC_M_SHARE_IN)
ipc_get_imethod 1277 uspace/lib/c/generic/async/server.c if (ipc_get_imethod(call) != IPC_M_SHARE_OUT)
ipc_get_imethod 1330 uspace/lib/c/generic/async/server.c if (ipc_get_imethod(call) != IPC_M_DATA_READ)
ipc_get_imethod 1489 uspace/lib/c/generic/async/server.c if (ipc_get_imethod(call) != IPC_M_DATA_WRITE)
ipc_get_imethod 1735 uspace/lib/c/generic/async/server.c if ((ipc_get_imethod(&call) != IPC_M_CONNECT_TO_ME) ||
ipc_get_imethod 1779 uspace/lib/c/generic/async/server.c if ((ipc_get_imethod(call) != IPC_M_CONNECT_TO_ME) ||
ipc_get_imethod 1804 uspace/lib/c/generic/async/server.c if (ipc_get_imethod(call) != IPC_M_STATE_CHANGE_AUTHORIZE)
ipc_get_imethod 58 uspace/lib/c/generic/loc.c if (!ipc_get_imethod(&call)) {
ipc_get_imethod 63 uspace/lib/c/generic/loc.c switch (ipc_get_imethod(&call)) {
ipc_get_imethod 471 uspace/lib/console/src/con_srv.c sysarg_t method = ipc_get_imethod(&call);
ipc_get_imethod 120 uspace/lib/ddev/src/ddev_srv.c sysarg_t method = ipc_get_imethod(&call);
ipc_get_imethod 208 uspace/lib/device/src/bd.c if (!ipc_get_imethod(&call)) {
ipc_get_imethod 213 uspace/lib/device/src/bd.c switch (ipc_get_imethod(&call)) {
ipc_get_imethod 251 uspace/lib/device/src/bd_srv.c sysarg_t method = ipc_get_imethod(&call);
ipc_get_imethod 157 uspace/lib/device/src/io/chardev_srv.c sysarg_t method = ipc_get_imethod(&call);
ipc_get_imethod 537 uspace/lib/dispcfg/src/dispcfg.c if (!ipc_get_imethod(&call)) {
ipc_get_imethod 543 uspace/lib/dispcfg/src/dispcfg.c switch (ipc_get_imethod(&call)) {
ipc_get_imethod 418 uspace/lib/dispcfg/src/dispcfg_srv.c sysarg_t method = ipc_get_imethod(&call);
ipc_get_imethod 603 uspace/lib/display/src/disp_srv.c sysarg_t method = ipc_get_imethod(&call);
ipc_get_imethod 770 uspace/lib/display/src/display.c if (!ipc_get_imethod(&call)) {
ipc_get_imethod 776 uspace/lib/display/src/display.c switch (ipc_get_imethod(&call)) {
ipc_get_imethod 345 uspace/lib/drv/generic/driver.c if (!ipc_get_imethod(&call)) {
ipc_get_imethod 350 uspace/lib/drv/generic/driver.c switch (ipc_get_imethod(&call)) {
ipc_get_imethod 431 uspace/lib/drv/generic/driver.c sysarg_t method = ipc_get_imethod(&call);
ipc_get_imethod 292 uspace/lib/fs/libfs.c if (!ipc_get_imethod(&call)) {
ipc_get_imethod 297 uspace/lib/fs/libfs.c switch (ipc_get_imethod(&call)) {
ipc_get_imethod 412 uspace/lib/hound/src/protocol.c switch (ipc_get_imethod(&call)) {
ipc_get_imethod 646 uspace/lib/hound/src/protocol.c (ipc_get_imethod(&call) == IPC_M_HOUND_STREAM_DRAIN)) {
ipc_get_imethod 648 uspace/lib/hound/src/protocol.c if (ipc_get_imethod(&call) == IPC_M_HOUND_STREAM_DRAIN) {
ipc_get_imethod 674 uspace/lib/hound/src/protocol.c const errno_t ret = ipc_get_imethod(&call) == IPC_M_HOUND_STREAM_EXIT ?
ipc_get_imethod 693 uspace/lib/hound/src/protocol.c (ipc_get_imethod(&call) == IPC_M_HOUND_STREAM_DRAIN)) {
ipc_get_imethod 695 uspace/lib/hound/src/protocol.c if (ipc_get_imethod(&call) == IPC_M_HOUND_STREAM_DRAIN) {
ipc_get_imethod 718 uspace/lib/hound/src/protocol.c const errno_t ret = ipc_get_imethod(&call) == IPC_M_HOUND_STREAM_EXIT ?
ipc_get_imethod 242 uspace/lib/inet/src/inet.c if (!ipc_get_imethod(&call)) {
ipc_get_imethod 247 uspace/lib/inet/src/inet.c switch (ipc_get_imethod(&call)) {
ipc_get_imethod 215 uspace/lib/inet/src/inetping.c if (!ipc_get_imethod(&call)) {
ipc_get_imethod 220 uspace/lib/inet/src/inetping.c switch (ipc_get_imethod(&call)) {
ipc_get_imethod 290 uspace/lib/inet/src/iplink.c if (!ipc_get_imethod(&call)) {
ipc_get_imethod 295 uspace/lib/inet/src/iplink.c switch (ipc_get_imethod(&call)) {
ipc_get_imethod 267 uspace/lib/inet/src/iplink_srv.c sysarg_t method = ipc_get_imethod(&call);
ipc_get_imethod 822 uspace/lib/inet/src/tcp.c if (!ipc_get_imethod(&call)) {
ipc_get_imethod 828 uspace/lib/inet/src/tcp.c switch (ipc_get_imethod(&call)) {
ipc_get_imethod 507 uspace/lib/inet/src/udp.c if (!ipc_get_imethod(&call)) {
ipc_get_imethod 513 uspace/lib/inet/src/udp.c switch (ipc_get_imethod(&call)) {
ipc_get_imethod 195 uspace/lib/input/src/input.c if (!ipc_get_imethod(&call)) {
ipc_get_imethod 200 uspace/lib/input/src/input.c switch (ipc_get_imethod(&call)) {
ipc_get_imethod 378 uspace/lib/ipcgfx/src/server.c sysarg_t method = ipc_get_imethod(&call);
ipc_get_imethod 201 uspace/lib/system/src/system.c if (!ipc_get_imethod(&call)) {
ipc_get_imethod 207 uspace/lib/system/src/system.c switch (ipc_get_imethod(&call)) {
ipc_get_imethod 79 uspace/lib/system/src/system_srv.c sysarg_t method = ipc_get_imethod(&call);
ipc_get_imethod 777 uspace/lib/tbarcfg/src/tbarcfg.c sysarg_t method = ipc_get_imethod(&call);
ipc_get_imethod 68 uspace/lib/usbvirt/src/device.c if (!ipc_get_imethod(&call)) {
ipc_get_imethod 258 uspace/lib/usbvirt/src/ipc_dev.c switch (ipc_get_imethod(call)) {
ipc_get_imethod 421 uspace/lib/wndmgt/src/wndmgt.c if (!ipc_get_imethod(&call)) {
ipc_get_imethod 427 uspace/lib/wndmgt/src/wndmgt.c switch (ipc_get_imethod(&call)) {
ipc_get_imethod 290 uspace/lib/wndmgt/src/wndmgt_srv.c sysarg_t method = ipc_get_imethod(&call);
ipc_get_imethod 277 uspace/srv/audio/hound/audio_device.c switch (ipc_get_imethod(&call)) {
ipc_get_imethod 372 uspace/srv/bd/vbd/vbd.c sysarg_t method = ipc_get_imethod(&call);
ipc_get_imethod 164 uspace/srv/clipboard/clipboard.c if (!ipc_get_imethod(&call)) {
ipc_get_imethod 169 uspace/srv/clipboard/clipboard.c switch (ipc_get_imethod(&call)) {
ipc_get_imethod 756 uspace/srv/devman/client_conn.c if (!ipc_get_imethod(&call)) {
ipc_get_imethod 761 uspace/srv/devman/client_conn.c switch (ipc_get_imethod(&call)) {
ipc_get_imethod 172 uspace/srv/devman/drv_conn.c if (DEVMAN_ADD_MATCH_ID != ipc_get_imethod(&call)) {
ipc_get_imethod 605 uspace/srv/devman/drv_conn.c if (!ipc_get_imethod(&call)) {
ipc_get_imethod 610 uspace/srv/devman/drv_conn.c if (ipc_get_imethod(&call) != DEVMAN_DRIVER_REGISTER) {
ipc_get_imethod 621 uspace/srv/devman/drv_conn.c switch (ipc_get_imethod(&call)) {
ipc_get_imethod 162 uspace/srv/hid/input/ctl/kbdev.c if (!ipc_get_imethod(&call)) {
ipc_get_imethod 168 uspace/srv/hid/input/ctl/kbdev.c switch (ipc_get_imethod(&call)) {
ipc_get_imethod 364 uspace/srv/hid/input/input.c if (!ipc_get_imethod(&call)) {
ipc_get_imethod 383 uspace/srv/hid/input/input.c switch (ipc_get_imethod(&call)) {
ipc_get_imethod 117 uspace/srv/hid/input/proto/mousedev.c if (!ipc_get_imethod(&call)) {
ipc_get_imethod 125 uspace/srv/hid/input/proto/mousedev.c switch (ipc_get_imethod(&call)) {
ipc_get_imethod 84 uspace/srv/hid/isdv4_tablet/main.c if (!ipc_get_imethod(&call)) {
ipc_get_imethod 414 uspace/srv/hid/output/output.c if (!ipc_get_imethod(&call)) {
ipc_get_imethod 419 uspace/srv/hid/output/output.c switch (ipc_get_imethod(&call)) {
ipc_get_imethod 389 uspace/srv/hid/s3c24xx_ts/s3c24xx_ts.c if (!ipc_get_imethod(&call)) {
ipc_get_imethod 355 uspace/srv/loader/main.c assert(!ipc_get_imethod(req));
ipc_get_imethod 394 uspace/srv/loader/main.c if (!ipc_get_imethod(&call)) {
ipc_get_imethod 399 uspace/srv/loader/main.c switch (ipc_get_imethod(&call)) {
ipc_get_imethod 344 uspace/srv/locsrv/locsrv.c if (ipc_get_imethod(&icall) != LOC_SERVER_REGISTER) {
ipc_get_imethod 1421 uspace/srv/locsrv/locsrv.c if (!ipc_get_imethod(&call)) {
ipc_get_imethod 1426 uspace/srv/locsrv/locsrv.c switch (ipc_get_imethod(&call)) {
ipc_get_imethod 1477 uspace/srv/locsrv/locsrv.c if (!ipc_get_imethod(&call)) {
ipc_get_imethod 1482 uspace/srv/locsrv/locsrv.c switch (ipc_get_imethod(&call)) {
ipc_get_imethod 77 uspace/srv/logger/ctl.c if (!ipc_get_imethod(&call)) {
ipc_get_imethod 82 uspace/srv/logger/ctl.c switch (ipc_get_imethod(&call)) {
ipc_get_imethod 111 uspace/srv/logger/writer.c if (!ipc_get_imethod(&call)) {
ipc_get_imethod 116 uspace/srv/logger/writer.c switch (ipc_get_imethod(&call)) {
ipc_get_imethod 130 uspace/srv/net/dhcp/main.c sysarg_t method = ipc_get_imethod(&call);
ipc_get_imethod 223 uspace/srv/net/dnsrsrv/dnsrsrv.c sysarg_t method = ipc_get_imethod(&call);
ipc_get_imethod 303 uspace/srv/net/ethip/ethip_nic.c if (!ipc_get_imethod(&call)) {
ipc_get_imethod 308 uspace/srv/net/ethip/ethip_nic.c switch (ipc_get_imethod(&call)) {
ipc_get_imethod 319 uspace/srv/net/ethip/ethip_nic.c log_msg(LOG_DEFAULT, LVL_DEBUG, "unknown IPC method: %" PRIun, ipc_get_imethod(&call));
ipc_get_imethod 807 uspace/srv/net/inetsrv/inetcfg.c sysarg_t method = ipc_get_imethod(&call);
ipc_get_imethod 296 uspace/srv/net/inetsrv/inetping.c sysarg_t method = ipc_get_imethod(&call);
ipc_get_imethod 414 uspace/srv/net/inetsrv/inetsrv.c sysarg_t method = ipc_get_imethod(&call);
ipc_get_imethod 1182 uspace/srv/net/tcp/service.c sysarg_t method = ipc_get_imethod(&call);
ipc_get_imethod 585 uspace/srv/net/udp/service.c sysarg_t method = ipc_get_imethod(&call);
ipc_get_imethod 78 uspace/srv/ns/ns.c if (!ipc_get_imethod(&call))
ipc_get_imethod 86 uspace/srv/ns/ns.c switch (ipc_get_imethod(&call)) {
ipc_get_imethod 122 uspace/srv/ns/ns.c NAME, ipc_get_imethod(&call));
ipc_get_imethod 122 uspace/srv/taskmon/taskmon.c sysarg_t method = ipc_get_imethod(&call);
ipc_get_imethod 305 uspace/srv/test/ipc-test/main.c if (!ipc_get_imethod(&call)) {
ipc_get_imethod 310 uspace/srv/test/ipc-test/main.c switch (ipc_get_imethod(&call)) {
ipc_get_imethod 64 uspace/srv/vfs/vfs.c if (!ipc_get_imethod(&call)) {
ipc_get_imethod 69 uspace/srv/vfs/vfs.c switch (ipc_get_imethod(&call)) {
ipc_get_imethod 332 uspace/srv/vfs/vfs_ipc.c if (!ipc_get_imethod(&call)) {
ipc_get_imethod 337 uspace/srv/vfs/vfs_ipc.c switch (ipc_get_imethod(&call)) {
ipc_get_imethod 562 uspace/srv/volsrv/volsrv.c sysarg_t method = ipc_get_imethod(&call);
HelenOS homepage, sources at GitHub