Searched defs:keyp (Results 1 – 5 of 5) sorted by relevance
484 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()
49 #define tsd_create(keyp, destructor) do { \ argument54 #define tsd_destroy(keyp) osd_thread_deregister(*(keyp)) argument
215 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()
9 unsigned int dictKeyHash(const void *keyp) { in dictKeyHash()
816 const char **keyp; in _zed_event_add_env_preserve() local