HelenOS sources

ipc_answer_fast    59 uspace/lib/c/include/ipc/ipc.h 	ipc_answer_fast((chandle), (retval), 0, 0, 0, 0)
ipc_answer_fast    61 uspace/lib/c/include/ipc/ipc.h 	ipc_answer_fast((chandle), (retval), (arg1), 0, 0, 0)
ipc_answer_fast    63 uspace/lib/c/include/ipc/ipc.h 	ipc_answer_fast((chandle), (retval), (arg1), (arg2), 0, 0)
ipc_answer_fast    65 uspace/lib/c/include/ipc/ipc.h 	ipc_answer_fast((chandle), (retval), (arg1), (arg2), (arg3), 0)
ipc_answer_fast    67 uspace/lib/c/include/ipc/ipc.h 	ipc_answer_fast((chandle), (retval), (arg1), (arg2), (arg3), (arg4))
ipc_answer_fast    72 uspace/lib/c/include/ipc/ipc.h extern errno_t ipc_answer_fast(cap_call_handle_t, errno_t, sysarg_t, sysarg_t,
ipc_answer_fast    59 uspace/lib/posix/include/libc/ipc/ipc.h 	ipc_answer_fast((chandle), (retval), 0, 0, 0, 0)
ipc_answer_fast    61 uspace/lib/posix/include/libc/ipc/ipc.h 	ipc_answer_fast((chandle), (retval), (arg1), 0, 0, 0)
ipc_answer_fast    63 uspace/lib/posix/include/libc/ipc/ipc.h 	ipc_answer_fast((chandle), (retval), (arg1), (arg2), 0, 0)
ipc_answer_fast    65 uspace/lib/posix/include/libc/ipc/ipc.h 	ipc_answer_fast((chandle), (retval), (arg1), (arg2), (arg3), 0)
ipc_answer_fast    67 uspace/lib/posix/include/libc/ipc/ipc.h 	ipc_answer_fast((chandle), (retval), (arg1), (arg2), (arg3), (arg4))
ipc_answer_fast    72 uspace/lib/posix/include/libc/ipc/ipc.h extern errno_t ipc_answer_fast(cap_call_handle_t, errno_t, sysarg_t, sysarg_t,
HelenOS homepage, sources at GitHub