Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dsvc_door.c92 static SVCXPRT_LIST *dxlist; /* list of door based service handles */
98 __svc_add_to_xlist(SVCXPRT_LIST **list, SVCXPRT *xprt, mutex_t *lockp) in __svc_add_to_xlist()
100 SVCXPRT_LIST *l; in __svc_add_to_xlist()
115 __svc_rm_from_xlist(SVCXPRT_LIST **list, SVCXPRT *xprt, mutex_t *lockp) in __svc_rm_from_xlist()
117 SVCXPRT_LIST **l, *tmp; in __svc_rm_from_xlist()
134 __svc_free_xlist(SVCXPRT_LIST **list, mutex_t *lockp) in __svc_free_xlist()
136 SVCXPRT_LIST *tmp; in __svc_free_xlist()
155 SVCXPRT_LIST *l, *tmp = NULL; in __svc_cleanup_door_xprts()
497 SVCXPRT_LIST *xlist = SVCEXT(parent)->my_xlist; in get_xprt_copy()
498 SVCXPRT_LIST *xret; in get_xprt_copy()
[all …]
H A Dsvc_generic.c67 extern bool_t __svc_add_to_xlist(SVCXPRT_LIST **, SVCXPRT *, mutex_t *);
68 extern void __svc_free_xlist(SVCXPRT_LIST **, mutex_t *);
84 SVCXPRT_LIST *_svc_xprtlist = NULL;
117 SVCXPRT_LIST *l; in svc_create()
H A Dsvc_run.c847 SVCXPRT_LIST *xlist = SVCEXT(parent)->my_xlist; in make_xprt_copy()
848 SVCXPRT_LIST *xret; in make_xprt_copy()
881 SVCXPRT_LIST *xhead, *xlist; in _svc_done_private()
H A Dsvc.c104 extern SVCXPRT_LIST *_svc_xprtlist;
1494 SVCXPRT_LIST *xlist = NULL; in svc_xprt_alloc()
1506 if ((xlist = calloc(1, sizeof (SVCXPRT_LIST))) == NULL) in svc_xprt_alloc()
1541 SVCXPRT_LIST *my_xlist = xt ? xt->my_xlist: NULL; in svc_xprt_free()
1567 SVCXPRT_LIST *xlist, *xnext = NULL; in svc_xprt_destroy()
/illumos-gate/usr/src/uts/common/rpc/
H A Dsvc_mt.h95 } SVCXPRT_LIST; typedef
105 SVCXPRT_LIST *my_xlist; /* list header for this copy */