Home
last modified time | relevance | path

Searched refs:SVC_DOOR (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dti_opts.c201 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()
H A Dsvc_run.c931 if (svc_type(xprt) == SVC_DOOR) in svc_done()
H A Dsvc_door.c338 svc_flags(xprt) |= SVC_DOOR; in svc_door_create()
H A Dsvc.c1590 case SVC_DOOR: in svc_xprt_destroy()
1645 if (svc_type(xprt) == SVC_DOOR) in svc_get_local_cred()
/illumos-gate/usr/src/uts/common/rpc/
H A Dsvc_mt.h48 #define SVC_DOOR 0x0010 /* door ipc */ macro