HelenOS sources
async_send_fast 317 uspace/lib/c/generic/async/client.c return async_send_fast(exch, imethod, 0, 0, 0, 0, dataptr);
async_send_fast 323 uspace/lib/c/generic/async/client.c return async_send_fast(exch, imethod, arg1, 0, 0, 0, dataptr);
async_send_fast 329 uspace/lib/c/generic/async/client.c return async_send_fast(exch, imethod, arg1, arg2, 0, 0, dataptr);
async_send_fast 335 uspace/lib/c/generic/async/client.c return async_send_fast(exch, imethod, arg1, arg2, arg3, 0, dataptr);
async_send_fast 341 uspace/lib/c/generic/async/client.c return async_send_fast(exch, imethod, arg1, arg2, arg3, arg4, dataptr);
HelenOS homepage, sources at GitHub