Searched refs:str_next (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dstrtab.h43 struct strhash *str_next; /* next string in hash chain */ member in struct:strhash
H A Dstrtab.c74 hq = hp->str_next;
170 for (hp = sp->str_hash[h]; hp != NULL; hp = hp->str_next) {
185 hp->str_next = sp->str_hash[h];
237 for (hp = sp->str_hash[i]; hp != NULL; hp = hp->str_next) {
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_strtab.h43 struct dt_strhash *str_next; /* next string in hash chain */ member in struct:dt_strhash
H A Ddt_strtab.c109 hq = hp->str_next;
221 for (hp = sp->str_hash[h]; hp != NULL; hp = hp->str_next) {
253 hp->str_next = sp->str_hash[h];

Completed in 111 milliseconds