Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libnsl/rpc/
H A Dti_opts.c203 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()
H A Dsvc_run.c935 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.c1587 case SVC_DOOR: in svc_xprt_destroy()
1642 if (svc_type(xprt) == SVC_DOOR) in svc_get_local_cred()
/titanic_41/usr/src/uts/common/rpc/
H A Dsvc_mt.h50 #define SVC_DOOR 0x0010 /* door ipc */ macro