Searched defs:door_call (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/threads/
H A Dscalls.c732 door_call(int d, door_arg_t *params) function
/illumos-gate/usr/src/uts/common/fs/doorfs/
H A Ddoor_sys.c87 * door_call or door_return. We need to allocate kernel memory
192 static int door_call(int, void *);
215 return (door_call(arg1, (void *)arg2));
274 return (door_call(arg1, (void *)(uintptr_t)(caddr32_t)arg2));
500 door_call(int did, void *args) function
2654 * and for data returned by a door_call to a kernel server.
3430 * in the kernel through a door_call. From the caller's point of

Completed in 68 milliseconds