Home
last modified time | relevance | path

Searched defs:impl (Results 1 – 15 of 15) sorted by relevance

/f-stack/freebsd/contrib/openzfs/module/icp/algs/aes/
H A Daes_impl.c267 const uint32_t impl = AES_IMPL_READ(icp_aes_impl); in aes_impl_get_ops() local
364 uint32_t impl = AES_IMPL_READ(user_sel_impl); in aes_impl_set() local
421 const uint32_t impl = AES_IMPL_READ(icp_aes_impl); in icp_aes_impl_get() local
/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dvdev_raidz_impl.h203 #define _RAIDZ_GEN_WRAP(code, impl) \ argument
217 #define _RAIDZ_REC_WRAP(code, impl) \ argument
230 #define DEFINE_GEN_METHODS(impl) \ argument
240 #define DEFINE_REC_METHODS(impl) \ argument
249 #define RAIDZ_GEN_METHODS(impl) \ argument
256 #define RAIDZ_REC_METHODS(impl) \ argument
/f-stack/freebsd/contrib/openzfs/cmd/raidz_test/
H A Draidz_bench.c72 run_gen_bench_impl(const char *impl) in run_gen_bench_impl()
144 run_rec_bench_impl(const char *impl) in run_rec_bench_impl()
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dvdev_raidz_math.c114 const uint32_t impl = RAIDZ_IMPL_READ(zfs_vdev_raidz_impl); in vdev_raidz_math_get_ops() local
402 int impl, i; in benchmark_raidz_impl() local
587 uint32_t impl = RAIDZ_IMPL_READ(user_sel_impl); in vdev_raidz_impl_set() local
644 const uint32_t impl = RAIDZ_IMPL_READ(zfs_vdev_raidz_impl); in zfs_vdev_raidz_impl_get() local
/f-stack/freebsd/contrib/openzfs/module/zcommon/
H A Dzfs_fletcher.c372 uint32_t impl = IMPL_READ(fletcher_4_impl_chosen); in fletcher_4_impl_set() local
425 uint32_t impl = IMPL_READ(fletcher_4_impl_chosen); in fletcher_4_impl_get() local
890 #define IMPL_FMT(impl, i) (((impl) == (i)) ? "[%s] " : "%s ") argument
897 const uint32_t impl = IMPL_READ(fletcher_4_impl_chosen); in fletcher_4_param_get() local
931 const uint32_t impl = IMPL_READ(fletcher_4_impl_chosen); in fletcher_4_param() local
/f-stack/freebsd/contrib/libsodium/test/default/
H A Drandombytes.c133 randombytes_implementation impl = randombytes_sysrandom_implementation; in impl_tests() local
/f-stack/freebsd/arm64/include/
H A Dcpu.h126 #define CPU_ID_RAW(impl, part, var, rev) \ argument
131 #define CPU_MATCH(mask, impl, part, var, rev) \ argument
H A Dbus_dma_impl.h36 struct bus_dma_impl *impl; member
/f-stack/freebsd/contrib/libsodium/src/libsodium/randombytes/
H A Drandombytes.c54 randombytes_set_implementation(randombytes_implementation *impl) in randombytes_set_implementation()
/f-stack/freebsd/x86/include/
H A Dbusdma_impl.h38 struct bus_dma_impl *impl; member
/f-stack/freebsd/sys/
H A Dcdefs.h547 #define __sym_compat(sym,impl,verid) \ argument
549 #define __sym_default(sym,impl,verid) \ argument
559 #define __sym_compat(sym,impl,verid) \ argument
561 #define __sym_default(impl,sym,verid) \ argument
/f-stack/freebsd/contrib/openzfs/module/icp/algs/modes/
H A Dgcm.c807 const uint32_t impl = GCM_IMPL_READ(icp_gcm_impl); in gcm_impl_get_ops() local
928 uint32_t impl = GCM_IMPL_READ(user_sel_impl); in gcm_impl_set() local
1003 const uint32_t impl = GCM_IMPL_READ(icp_gcm_impl); in icp_gcm_impl_get() local
/f-stack/freebsd/arm/arm/
H A Dmachdep.c284 arm_set_delay(delay_func *impl, void *arg) in arm_set_delay()
/f-stack/freebsd/arm64/arm64/
H A Dgic_v3_reg.h217 #define GITS_IIDR_RAW(impl, prod, var, rev) \ argument
/f-stack/dpdk/lib/librte_eal/common/
H A Drte_service.c166 service_stats_enabled(struct rte_service_spec_impl *impl) in service_stats_enabled()