Home
last modified time | relevance | path

Searched refs:h_free (Results 1 – 4 of 4) sorted by relevance

/freebsd/cddl/contrib/opensolaris/common/ctf/
H A Dctf_hash.c53 hp->h_free = 1; /* first free element is index 1 */ in ctf_hash_create()
99 ctf_helem_t *hep = &hp->h_chains[hp->h_free]; in ctf_hash_insert()
105 if (hp->h_free >= hp->h_nelems) in ctf_hash_insert()
121 hp->h_buckets[h] = hp->h_free++; in ctf_hash_insert()
H A Dctf_impl.h77 uint_t h_free; /* index of next free hash element */ member
/freebsd/contrib/libedit/
H A Dhistory.c128 #define h_free(a) free(a) macro
431 h_free(evp->str); in history_def_add()
492 h_free(evp->str); in history_def_delete()
493 h_free(hp); in history_def_delete()
510 h_free(c); in history_def_insert()
614 h_free(h); in TYPE()
643 h_free(h->h_ref); in FUN()
644 h_free(h); in FUN()
822 h_free(ptr); in history_load()
879 h_free(ptr); in history_save_fp()
/freebsd/contrib/netbsd-tests/kernel/
H A Dt_extent.c57 #define h_free(start, size) \ macro
330 h_free(0xc0020000, 0x2000); in ATF_TC_BODY()