Home
last modified time | relevance | path

Searched defs:pool (Results 26 – 50 of 146) sorted by relevance

123456

/freebsd/sys/contrib/openzfs/lib/libzfsbootenv/
H A Dlzbe_pair.c27 lzbe_nvlist_get(const char *pool, const char *key, void **ptr) in lzbe_nvlist_get()
74 lzbe_nvlist_set(const char *pool, const char *key, void *ptr) in lzbe_nvlist_set()
H A Dlzbe_util.c24 lzbe_bootenv_print(const char *pool, const char *nvlist, FILE *of) in lzbe_bootenv_print()
/freebsd/crypto/openssl/providers/implementations/rands/seeding/
H A Drand_tsc.c33 size_t ossl_prov_acquire_entropy_from_tsc(RAND_POOL *pool) in ossl_prov_acquire_entropy_from_tsc()
H A Drand_cpu_x86.c38 size_t ossl_prov_acquire_entropy_from_cpu(RAND_POOL *pool) in ossl_prov_acquire_entropy_from_cpu()
H A Drand_unix.c141 size_t ossl_pool_acquire_entropy(RAND_POOL *pool) in ossl_pool_acquire_entropy()
626 size_t ossl_pool_acquire_entropy(RAND_POOL *pool) in ossl_pool_acquire_entropy()
754 int ossl_pool_add_nonce_data(RAND_POOL *pool) in ossl_pool_add_nonce_data()
777 int ossl_rand_pool_add_additional_data(RAND_POOL *pool) in ossl_rand_pool_add_additional_data()
/freebsd/sbin/ipf/libipf/
H A Dremove_pool.c21 ip_pool_t pool; in remove_pool() local
H A Dload_pool.c22 ip_pool_t pool; in load_pool() local
H A Dprintpool_live.c13 printpool_live(ip_pool_t *pool, int fd, char *name, int opts, in printpool_live()
/freebsd/contrib/jemalloc/src/
H A Dmutex_pool.c10 mutex_pool_init(mutex_pool_t *pool, const char *name, witness_rank_t rank) { in mutex_pool_init()
/freebsd/contrib/hyperv/tools/
H A Dhv_kvp_daemon.c161 kvp_acquire_lock(int pool) in kvp_acquire_lock()
175 kvp_release_lock(int pool) in kvp_release_lock()
193 kvp_update_file(int pool) in kvp_update_file()
224 kvp_update_mem_state(int pool) in kvp_update_mem_state()
365 kvp_key_delete(int pool, __u8 *key, int key_size) in kvp_key_delete()
422 kvp_key_add_or_modify(int pool, __u8 *key, __u32 key_size, __u8 *value, in kvp_key_add_or_modify()
483 kvp_get_value(int pool, __u8 *key, int key_size, __u8 *value, in kvp_get_value()
520 kvp_pool_enumerate(int pool, int idx, __u8 *key, int key_size, in kvp_pool_enumerate()
/freebsd/sys/contrib/zstd/examples/
H A Dstreaming_compression_thread_pool.c25 ZSTD_threadPool *pool; member
150 ZSTD_threadPool *pool = ZSTD_createThreadPool (pool_size); in main() local
/freebsd/sys/cam/ctl/
H A Dctl_frontend.c149 void *pool; in ctl_port_register() local
227 struct ctl_io_pool *pool = (struct ctl_io_pool *)port->ctl_pool_ref; in ctl_port_deregister() local
/freebsd/contrib/ntp/sntp/libevent/test/
H A Dregress_rpc.c311 struct evrpc_pool *pool; in rpc_pool_with_connection() local
450 struct evrpc_pool *pool = NULL; in rpc_basic_client() local
536 struct evrpc_pool *pool = NULL; in rpc_basic_queued_client() local
636 struct evrpc_pool *pool = NULL; in rpc_basic_client_with_pause() local
688 struct evrpc_pool *pool = NULL; in rpc_client_timeout() local
/freebsd/contrib/libevent/test/
H A Dregress_rpc.c311 struct evrpc_pool *pool; in rpc_pool_with_connection() local
450 struct evrpc_pool *pool = NULL; in rpc_basic_client() local
536 struct evrpc_pool *pool = NULL; in rpc_basic_queued_client() local
636 struct evrpc_pool *pool = NULL; in rpc_basic_client_with_pause() local
688 struct evrpc_pool *pool = NULL; in rpc_client_timeout() local
/freebsd/sys/contrib/openzfs/cmd/
H A Dzfs_ids_to_path.c77 zpool_handle_t *pool = zpool_open(g_zfs, argv[0]); in main() local
/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_pci.c1709 #define DMA_POOL_LOCK(pool) mtx_lock(&(pool)->pool_lock) argument
1710 #define DMA_POOL_UNLOCK(pool) mtx_unlock(&(pool)->pool_lock) argument
1716 struct dma_pool *pool = arg; in dma_pool_obj_ctor() local
1739 struct dma_pool *pool = arg; in dma_pool_obj_dtor() local
1750 struct dma_pool *pool = arg; in dma_pool_obj_import() local
1775 struct dma_pool *pool = arg; in dma_pool_obj_release() local
1791 struct dma_pool *pool; in linux_dma_pool_create() local
1825 linux_dma_pool_destroy(struct dma_pool *pool) in linux_dma_pool_destroy()
1837 struct dma_pool *pool; in lkpi_dmam_pool_destroy() local
1845 linux_dma_pool_alloc(struct dma_pool *pool, gfp_t mem_flags, in linux_dma_pool_alloc()
[all …]
/freebsd/cddl/usr.sbin/zfsd/
H A Dzfsd_exception.cc74 ZfsdException::ZfsdException(zpool_handle_t *pool, const char *fmt, ...) in ZfsdException()
H A Dvdev_iterator.cc62 VdevIterator::VdevIterator(zpool_handle_t *pool) in VdevIterator()
/freebsd/sys/contrib/openzfs/module/zstd/
H A Dzfs_zstd.c162 struct zstd_pool *pool; member
283 struct zstd_pool *pool; in zstd_mempool_reap() local
324 struct zstd_pool *pool; in zstd_mempool_alloc() local
828 release_pool(struct zstd_pool *pool) in release_pool()
/freebsd/contrib/ntp/sntp/libevent/include/event2/
H A Drpc.h220 pool, request, reply, cb, cbarg) \ argument
387 #define EVRPC_MAKE_REQUEST(name, pool, request, reply, cb, cbarg) \ argument
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dspa_checkpoint.c539 spa_checkpoint(const char *pool) in spa_checkpoint()
616 spa_checkpoint_discard(const char *pool) in spa_checkpoint_discard()
/freebsd/contrib/libevent/include/event2/
H A Drpc.h220 pool, request, reply, cb, cbarg) \ argument
387 #define EVRPC_MAKE_REQUEST(name, pool, request, reply, cb, cbarg) \ argument
/freebsd/sys/rpc/
H A Dsvc_vc.c205 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()
/freebsd/contrib/ofed/opensm/include/complib/
H A Dcl_map.h112 cl_qpool_t pool; member
/freebsd/crypto/heimdal/lib/hx509/
H A Dcms.c785 hx509_certs pool, in hx509_cms_verify_signed()
1152 hx509_certs pool, in hx509_cms_create_signed_1()
1187 hx509_certs pool; member
1445 hx509_certs pool, in hx509_cms_create_signed()

123456