Searched defs:pool (Results 1 - 25 of 138) sorted by relevance

123456

/freebsd-current/crypto/openssl/providers/implementations/rands/seeding/
H A Drand_tsc.c33 size_t ossl_prov_acquire_entropy_from_tsc(RAND_POOL *pool) argument
H A Drand_cpu_x86.c38 size_t ossl_prov_acquire_entropy_from_cpu(RAND_POOL *pool) argument
H A Drand_vxworks.c79 int ossl_rand_pool_add_additional_data(RAND_POOL *pool) argument
99 int ossl_pool_add_nonce_data(RAND_POOL *pool) argument
121 size_t ossl_pool_acquire_entropy(RAND_POOL *pool) argument
[all...]
H A Drand_win.c47 size_t ossl_pool_acquire_entropy(RAND_POOL *pool) argument
127 ossl_pool_add_nonce_data(RAND_POOL *pool) argument
150 ossl_rand_pool_add_additional_data(RAND_POOL *pool) argument
[all...]
/freebsd-current/sbin/ipf/libipf/
H A Dprintdstlistdata.c12 printdstlistdata( ippool_dst_t *pool, int opts) argument
[all...]
H A Dprintpooldata.c12 printpooldata(ip_pool_t *pool, int opts) argument
[all...]
H A Dremove_pool.c21 ip_pool_t pool; local
[all...]
H A Dload_pool.c22 ip_pool_t pool; local
[all...]
H A Dprintpool_live.c13 printpool_live(ip_pool_t *pool, int fd, char *name, int opts, argument
/freebsd-current/contrib/jemalloc/src/
H A Dmutex_pool.c10 mutex_pool_init(mutex_pool_t *pool, const char *name, witness_rank_t rank) { argument
/freebsd-current/sys/contrib/openzfs/lib/libzfsbootenv/
H A Dlzbe_util.c24 lzbe_bootenv_print(const char *pool, const char *nvlist, FILE *of) argument
H A Dlzbe_device.c28 lzbe_set_boot_device(const char *pool, lzbe_flags_t flag, const char *device) argument
114 lzbe_get_boot_device(const char *pool, char **device) argument
H A Dlzbe_pair.c27 lzbe_nvlist_get(const char *pool, const char *key, void **ptr) argument
74 lzbe_nvlist_set(const char *pool, const char *key, void *ptr) argument
/freebsd-current/cddl/usr.sbin/zfsd/
H A Dzfsd_exception.cc74 ZfsdException::ZfsdException(zpool_handle_t *pool, const char *fmt, ...) argument
H A Dzpool_list.cc67 ZpoolList::ZpoolAll(zpool_handle_t *pool, nvlist_t *poolConfig, void *cbArg) argument
73 ZpoolList::ZpoolByGUID(zpool_handle_t *pool, nvlist_t *poolConfig, argument
86 ZpoolList::ZpoolByName(zpool_handle_t *pool, nvlist_t *poolConfig, void *cbArg) argument
95 ZpoolList::LoadIterator(zpool_handle_t *pool, void *data) argument
[all...]
H A Dvdev_iterator.cc62 VdevIterator::VdevIterator(zpool_handle_t *pool) argument
/freebsd-current/sys/contrib/openzfs/cmd/
H A Dzfs_ids_to_path.c77 zpool_handle_t *pool = zpool_open(g_zfs, argv[0]); local
/freebsd-current/crypto/openssl/crypto/rand/
H A Dprov_seed.c21 RAND_POOL *pool; local
52 RAND_POOL *pool; local
[all...]
/freebsd-current/contrib/ofed/opensm/include/complib/
H A Dcl_map.h112 cl_qpool_t pool; member in struct:_cl_map
/freebsd-current/sys/compat/linuxkpi/common/include/linux/
H A Ddmapool.h76 dma_pool_destroy(struct dma_pool *pool) argument
83 dma_pool_alloc(struct dma_pool *pool, gfp_t mem_flags, dma_addr_t *handle) argument
90 dma_pool_zalloc(struct dma_pool *pool, gfp_t mem_flags, dma_addr_t *handle) argument
97 dma_pool_free(struct dma_pool *pool, voi argument
[all...]
/freebsd-current/sys/ofed/include/rdma/
H A Dib_fmr_pool.h71 struct ib_fmr_pool *pool; member in struct:ib_pool_fmr
/freebsd-current/contrib/jemalloc/include/jemalloc/internal/
H A Dmutex_pool.h20 mutex_pool_mutex(mutex_pool_t *pool, uintptr_t key) { argument
27 mutex_pool_assert_not_held(tsdn_t *tsdn, mutex_pool_t *pool) { argument
41 mutex_pool_lock(tsdn_t *tsdn, mutex_pool_t *pool, uintptr_t key) { argument
49 mutex_pool_unlock(tsdn_t *tsdn, mutex_pool_t *pool, uintptr_t key) argument
57 mutex_pool_lock2(tsdn_t *tsdn, mutex_pool_t *pool, uintptr_t key1, uintptr_t key2) argument
75 mutex_pool_unlock2(tsdn_t *tsdn, mutex_pool_t *pool, uintptr_t key1, uintptr_t key2) argument
90 mutex_pool_assert_owner(tsdn_t *tsdn, mutex_pool_t *pool, uintptr_t key) argument
[all...]
/freebsd-current/sys/contrib/openzfs/module/zcommon/
H A Dzfs_namecheck.c407 pool_namecheck(const char *pool, namecheck_err_t *why, char *what) argument
[all...]
/freebsd-current/sys/contrib/openzfs/module/zfs/
H A Ddsl_synctask.c43 dsl_sync_task_common(const char *pool, dsl_checkfunc_t *checkfunc, argument
128 dsl_sync_task(const char *pool, dsl_checkfunc_t *checkfunc, argument
150 dsl_early_sync_task(const char *pool, dsl_checkfunc_t *checkfunc, argument
163 dsl_sync_task_sig(const char *pool, dsl_checkfunc_t *checkfunc, argument
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/cmd/
H A Dnvlist_to_lua.c27 static const char *pool; variable

Completed in 148 milliseconds

123456