Searched refs:SVC_DOOR (Results 1 – 5 of 5) sorted by relevance
203 if (svc_type(trans) == SVC_DOOR) in __rpc_get_local_uid()224 if (svc_type(xprt) == SVC_DOOR) in __rpc_get_local_cred()256 if (svc_type(trans) == SVC_DOOR) in svc_getcallerucred()
935 if (svc_type(xprt) == SVC_DOOR) in svc_done()
338 svc_flags(xprt) |= SVC_DOOR; in svc_door_create()
1587 case SVC_DOOR: in svc_xprt_destroy()1642 if (svc_type(xprt) == SVC_DOOR) in svc_get_local_cred()
50 #define SVC_DOOR 0x0010 /* door ipc */ macro