SVCPOOL
SVCPOOL *nfscbd_pool;
extern SVCPOOL *nfscbd_pool;
NFSD_VNET_DEFINE(SVCPOOL *, nfsrvd_pool);
NFSD_VNET_DECLARE(SVCPOOL *, nfsrvd_pool);
nlm_register_services(SVCPOOL *pool, int addr_count, char **addrs)
SVCPOOL *pool = NULL;
SVCPOOL *pool = xprt->xp_pool;
svc_assign_waiting_sockets(SVCPOOL *pool)
svc_change_space_used(SVCPOOL *pool, long delta)
svc_request_space_available(SVCPOOL *pool)
SVCPOOL *pool = grp->sg_pool;
SVCPOOL *pool = grp->sg_pool;
svc_run(SVCPOOL *pool)
svc_exit(SVCPOOL *pool)
SVCPOOL *pool;
svcpool_cleanup(SVCPOOL *pool)
svcpool_destroy(SVCPOOL *pool)
svcpool_close(SVCPOOL *pool)
SVCPOOL *pool;
SVCPOOL *pool;
SVCPOOL *pool;
SVCPOOL *pool = xprt->xp_pool;
SVCPOOL *pool = xprt->xp_pool;
svc_unreg(SVCPOOL *pool, const rpcprog_t prog, const rpcvers_t vers)
SVCPOOL *pool = xprt->xp_pool;
svc_loss_unreg(SVCPOOL *pool, void (*dispatch)(SVCXPRT *))
svc_find(SVCPOOL *pool, rpcprog_t prog, rpcvers_t vers, char *netid)
static struct svc_callout *svc_find(SVCPOOL *pool, rpcprog_t, rpcvers_t,
static void svc_change_space_used(SVCPOOL *pool, long delta);
static bool_t svc_request_space_available(SVCPOOL *pool);
static void svcpool_cleanup(SVCPOOL *pool);
SVCPOOL*
SVCPOOL *pool;
SVCPOOL *pool = xprt->xp_pool;
pool = malloc(sizeof(SVCPOOL), M_RPC, M_WAITOK|M_ZERO);
extern void svc_unreg(SVCPOOL *, const rpcprog_t, const rpcvers_t);
extern void svc_loss_unreg(SVCPOOL *, void (*)(SVCXPRT *));
extern void svc_run(SVCPOOL *);
extern void svc_exit(SVCPOOL *);
extern SVCPOOL* svcpool_create(const char *name,
extern void svcpool_destroy(SVCPOOL *pool);
extern void svcpool_close(SVCPOOL *pool);
extern SVCXPRT *svc_tp_create(SVCPOOL *, void (*)(struct svc_req *, SVCXPRT *),
extern SVCXPRT *svc_dg_create(SVCPOOL *, struct socket *,
extern SVCXPRT *svc_vc_create(SVCPOOL *, struct socket *,
extern SVCXPRT *svc_vc_create_backchannel(SVCPOOL *);
extern SVCXPRT *svc_tli_create(SVCPOOL *, const struct netconfig *,
svc_dg_create(SVCPOOL *pool, struct socket *so, size_t sendsize,
SVCPOOL *pool,
SVCPOOL *pool,
static SVCXPRT *svc_vc_create_conn(SVCPOOL *pool, struct socket *so,
svc_vc_create(SVCPOOL *pool, struct socket *so, size_t sendsize,
svc_vc_create_conn(SVCPOOL *pool, struct socket *so, struct sockaddr *raddr)
svc_vc_create_backchannel(SVCPOOL *pool)