Searched refs:door_create_cmn (Results 1 – 1 of 1) sorted by relevance
/titanic_44/usr/src/lib/libc/port/threads/ |
H A D | door_calls.c | 147 door_create_cmn(door_server_procedure_t *f, void *cookie, uint_t flags, in door_create_cmn() function 275 return (door_create_cmn(f, cookie, flags, NULL, NULL, NULL, 1)); in door_create() 288 return (door_create_cmn(f, cookie, flags | DOOR_PRIVATE, in door_xcreate()
|