HelenOS sources

async_send_fast   316 uspace/lib/c/generic/async/client.c 	return async_send_fast(exch, imethod, 0, 0, 0, 0, dataptr);
async_send_fast   322 uspace/lib/c/generic/async/client.c 	return async_send_fast(exch, imethod, arg1, 0, 0, 0, dataptr);
async_send_fast   328 uspace/lib/c/generic/async/client.c 	return async_send_fast(exch, imethod, arg1, arg2, 0, 0, dataptr);
async_send_fast   334 uspace/lib/c/generic/async/client.c 	return async_send_fast(exch, imethod, arg1, arg2, arg3, 0, dataptr);
async_send_fast   340 uspace/lib/c/generic/async/client.c 	return async_send_fast(exch, imethod, arg1, arg2, arg3, arg4, dataptr);
HelenOS homepage, sources at GitHub