Searched refs:SVC_DOOR (Results 1 – 5 of 5) sorted by relevance
201 if (svc_type(trans) == SVC_DOOR) in __rpc_get_local_uid()222 if (svc_type(xprt) == SVC_DOOR) in __rpc_get_local_cred()254 if (svc_type(trans) == SVC_DOOR) in svc_getcallerucred()
931 if (svc_type(xprt) == SVC_DOOR) in svc_done()
338 svc_flags(xprt) |= SVC_DOOR; in svc_door_create()
1590 case SVC_DOOR: in svc_xprt_destroy()1645 if (svc_type(xprt) == SVC_DOOR) in svc_get_local_cred()
48 #define SVC_DOOR 0x0010 /* door ipc */ macro