Home
last modified time | relevance | path

Searched defs:keyp (Results 1 – 5 of 5) sorted by relevance

/f-stack/dpdk/drivers/common/sfc_efx/base/
H A Defx_lic.c484 efx_lic_v1v2_validate_key( in efx_lic_v1v2_validate_key()
527 efx_lic_v1v2_read_key( in efx_lic_v1v2_read_key()
562 efx_lic_v1v2_write_key( in efx_lic_v1v2_write_key()
1076 efx_lic_v3_validate_key( in efx_lic_v3_validate_key()
1119 efx_lic_v3_read_key( in efx_lic_v3_read_key()
1140 efx_lic_v3_write_key( in efx_lic_v3_write_key()
1520 efx_lic_validate_key( in efx_lic_validate_key()
1543 efx_lic_read_key( in efx_lic_read_key()
1574 efx_lic_write_key( in efx_lic_write_key()
/f-stack/freebsd/contrib/openzfs/include/os/freebsd/zfs/sys/
H A Dzfs_context_os.h49 #define tsd_create(keyp, destructor) do { \ argument
54 #define tsd_destroy(keyp) osd_thread_deregister(*(keyp)) argument
/f-stack/freebsd/contrib/openzfs/module/os/linux/spl/
H A Dspl-tsd.c215 tsd_hash_add_key(tsd_hash_table_t *table, uint_t *keyp, dtor_func_t dtor) in tsd_hash_add_key()
568 tsd_create(uint_t *keyp, dtor_func_t dtor) in tsd_create()
588 tsd_destroy(uint_t *keyp) in tsd_destroy()
/f-stack/app/redis-5.0.5/utils/hashtable/
H A Drehashing.c9 unsigned int dictKeyHash(const void *keyp) { in dictKeyHash()
/f-stack/freebsd/contrib/openzfs/cmd/zed/
H A Dzed_event.c816 const char **keyp; in _zed_event_add_env_preserve() local