Searched refs:SVCPOOL (Results 1 – 11 of 11) sorted by relevance
/freebsd/sys/rpc/ |
H A D | svc.h | 400 } SVCPOOL; typedef 546 extern void svc_unreg(SVCPOOL *, const rpcprog_t, const rpcvers_t); 574 extern void svc_loss_unreg(SVCPOOL *, void (*)(SVCXPRT *)); 710 extern void svc_run(SVCPOOL *); 711 extern void svc_exit(SVCPOOL *); 736 extern SVCPOOL* svcpool_create(const char *name, 742 extern void svcpool_destroy(SVCPOOL *pool); 748 extern void svcpool_close(SVCPOOL *pool); 753 extern int svc_create(SVCPOOL *, void (*)(struct svc_req *, SVCXPRT *), 768 extern SVCXPRT *svc_tp_create(SVCPOOL *, void (*)(struct svc_req *, SVCXPRT *), [all …]
|
H A D | svc.c | 72 static struct svc_callout *svc_find(SVCPOOL *pool, rpcprog_t, rpcvers_t, 76 static void svc_change_space_used(SVCPOOL *pool, long delta); 77 static bool_t svc_request_space_available(SVCPOOL *pool); 78 static void svcpool_cleanup(SVCPOOL *pool); 86 SVCPOOL* 89 SVCPOOL *pool; in svcpool_create() 93 pool = malloc(sizeof(SVCPOOL), M_RPC, M_WAITOK|M_ZERO); in svcpool_create() 183 svcpool_cleanup(SVCPOOL *pool) in svcpool_cleanup() 224 svcpool_destroy(SVCPOOL *pool) in svcpool_destroy() 249 svcpool_close(SVCPOOL *pool) in svcpool_close() [all …]
|
H A D | svc_generic.c | 78 SVCPOOL *pool, in svc_create() 144 SVCPOOL *pool, in svc_tp_create() 201 SVCPOOL *pool, in svc_tli_create()
|
H A D | svc_vc.c | 156 static SVCXPRT *svc_vc_create_conn(SVCPOOL *pool, struct socket *so, 205 svc_vc_create(SVCPOOL *pool, struct socket *so, size_t sendsize, in svc_vc_create() 260 svc_vc_create_conn(SVCPOOL *pool, struct socket *so, struct sockaddr *raddr) in svc_vc_create_conn() 344 svc_vc_create_backchannel(SVCPOOL *pool) in svc_vc_create_backchannel()
|
H A D | svc_dg.c | 95 svc_dg_create(SVCPOOL *pool, struct socket *so, size_t sendsize, in svc_dg_create()
|
/freebsd/sys/fs/nfsclient/ |
H A D | nfs_clkrpc.c | 49 extern SVCPOOL *nfscbd_pool;
|
/freebsd/sys/fs/nfsserver/ |
H A D | nfs_nfsdkrpc.c | 113 NFSD_VNET_DEFINE(SVCPOOL *, nfsrvd_pool);
|
H A D | nfs_nfsdport.c | 76 NFSD_VNET_DECLARE(SVCPOOL *, nfsrvd_pool);
|
/freebsd/sys/nlm/ |
H A D | nlm_prot_impl.c | 1427 nlm_register_services(SVCPOOL *pool, int addr_count, char **addrs) in nlm_register_services() 1530 SVCPOOL *pool = NULL; in nlm_server_main()
|
/freebsd/sys/kgssapi/ |
H A D | gsstest.c | 882 SVCPOOL *pool; in gsstest_4()
|
/freebsd/sys/fs/nfs/ |
H A D | nfs_commonkrpc.c | 101 SVCPOOL *nfscbd_pool;
|