HelenOS sources

async_forward_fast 1138 uspace/lib/c/generic/async/server.c 	return async_forward_fast(call, exch, imethod, 0, 0, mode);
async_forward_fast 1144 uspace/lib/c/generic/async/server.c 	return async_forward_fast(call, exch, imethod, arg1, 0, mode);
async_forward_fast 1150 uspace/lib/c/generic/async/server.c 	return async_forward_fast(call, exch, imethod, arg1, arg2, mode);
HelenOS homepage, sources at GitHub