Home
last modified time | relevance | path

Searched defs:svc_ops (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/rpc/
H A Dsvc.h168 struct svc_ops { struct
173 bool_t (*xp_reply)(SVCXPRT *, struct rpc_msg *);
177 void (*xp_destroy)(SVCMASTERXPRT *);
179 int (*xp_dup)(struct svc_req *, caddr_t, int,
184 int32_t *(*xp_getres)(SVCXPRT *, int);
186 void (*xp_freeres)(SVCXPRT *);
188 void (*xp_clone_destroy)(SVCXPRT *);
190 void (*xp_start)(SVCMASTERXPRT *);
192 void (*xp_clone_xprt)(SVCXPRT *, SVCXPRT *);
194 void (*xp_tattrs)(SVCXPRT *, int, void **);
[all …]
/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dsvc.c99 static const topo_modops_t svc_ops = variable