Home
last modified time | relevance | path

Searched defs:htab (Results 1 – 8 of 8) sorted by relevance

/openbmc/u-boot/test/env/
H A Dhashtable.c18 struct hsearch_data *htab, size_t size) in htab_fill()
38 struct hsearch_data *htab, size_t size) in htab_check_fill()
61 struct hsearch_data *htab, size_t iterations) in htab_create_delete()
91 struct hsearch_data htab; in env_test_htab_fill() local
111 struct hsearch_data htab; in env_test_htab_deletes() local
/openbmc/u-boot/lib/
H A Dhashtable.c102 int hcreate_r(size_t nel, struct hsearch_data *htab) in hcreate_r()
141 void hdestroy_r(struct hsearch_data *htab) in hdestroy_r()
204 struct hsearch_data *htab) in hmatch_r()
228 ENTRY **retval, struct hsearch_data *htab, int flag, in _compare_and_overwrite_entry()
274 struct hsearch_data *htab, int flag) in hsearch_r()
434 static void _hdelete(const char *key, struct hsearch_data *htab, ENTRY *ep, in _hdelete()
448 int hdelete_r(const char *key, struct hsearch_data *htab, int flag) in hdelete_r()
595 ssize_t hexport_r(struct hsearch_data *htab, const char sep, int flag, in hexport_r()
785 int himport_r(struct hsearch_data *htab, in himport_r()
979 int hwalk_r(struct hsearch_data *htab, int (*callback)(ENTRY *)) in hwalk_r()
/openbmc/linux/drivers/s390/char/
Dsclp_rw.c
Dsclp_rw.h
/openbmc/qemu/hw/ppc/
H A Dspapr_vhyp_mmu.c410 static uint64_t new_hpte_load0(void *htab, uint64_t pteg, int slot) in new_hpte_load0()
419 static void new_hpte_store(void *htab, uint64_t pteg, int slot, in new_hpte_store()
/openbmc/linux/arch/powerpc/kvm/
Dbook3s_32_mmu_host.c
/openbmc/linux/tools/testing/selftests/bpf/
Dtest_offload.py
/openbmc/qemu/include/hw/ppc/
H A Dspapr.h196 void *htab; member