Searched defs:SVCMASTERXPRT (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/avs/ns/
H A Dcontract.h214 typedef void SVCMASTERXPRT; /* opaque */ typedef
/illumos-gate/usr/src/uts/common/rpc/
H A Dsvc.h82 typedef struct __svcmasterxprt SVCMASTERXPRT; /* Master transport handle */ typedef in typeref:struct:__svcmasterxprt
175 void (*xp_destroy)(SVCMASTERXPRT *);
188 void (*xp_start)(SVCMASTERXPRT *);
306 * SVCMASTERXPRT structure has the xp_next and xp_prev fields.
316 SVCMASTERXPRT *p_lhead; /* List head */
368 * Server side transport handle (SVCMASTERXPRT).
417 SVCMASTERXPRT *xp_next; /* Next transport in the list */
418 SVCMASTERXPRT *xp_prev; /* Prev transport in the list */
427 void (*xp_closeproc)(const SVCMASTERXPRT *);
456 SVCMASTERXPRT *xp_maste
[all...]

Completed in 48 milliseconds