HelenOS sources

async_create_port_internal  240 uspace/lib/c/generic/async/ports.c 	return async_create_port_internal(iface, handler, data, port_id);
async_create_port_internal  477 uspace/lib/c/generic/async/server.c 	rc = async_create_port_internal(iface, handler, data, port_id);
async_create_port_internal  103 uspace/lib/c/generic/private/async.h extern errno_t async_create_port_internal(iface_t, async_port_handler_t,
HelenOS homepage, sources at GitHub