HomeSort by: relevance | last modified time | path
    Searched refs:hpp (Results 1 - 5 of 5) sorted by relevancy

  /src/usr.bin/config/
hash.c 211 struct hashenthead *hpp; local in function:intern
217 hpp = &ht->ht_tab[h & ht->ht_mask];
218 TAILQ_FOREACH(hp, hpp, h_next) {
224 TAILQ_INSERT_TAIL(hpp, hp, h_next);
245 struct hashenthead *hpp; local in function:ht_free
248 hpp = &ht->ht_tab[i];
249 while ((hp = TAILQ_FIRST(hpp)) != NULL) {
250 TAILQ_REMOVE(hpp, hp, h_next);
268 struct hashenthead *hpp; local in function:ht_insrep2
272 hpp = &ht->ht_tab[h & ht->ht_mask]
302 struct hashenthead *hpp; local in function:ht_remove2
330 struct hashenthead *hpp; local in function:ht_lookup2
357 struct hashenthead *hpp; local in function:ht_enumerate2
373 struct hashenthead *hpp; local in function:ht_enumerate
    [all...]
  /src/tests/lib/libm/
t_cabsl.cxx 34 #include <atf-c++.hpp>
  /src/sbin/route/
route.c 783 getaddr(int which, const char *s, struct hostent **hpp, struct sou *soup)
931 if (hpp == NULL)
932 hpp = &hp;
933 *hpp = NULL;
969 *hpp = hp;
  /src/tests/lib/libc/misc/
t_ubsan.c 46 #include <atf-c++.hpp>
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
r8a7740.dtsi 488 "hpp", "usbp", "s", "zb", "m3",

Completed in 16 milliseconds