Home
last modified time | relevance | path

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

/netbsd/usr.bin/config/
H A Dsem.c69 static struct hashtab *cfhashtab; /* for config lookup */ variable
157 cfhashtab = ht_new(); in initsem()
1052 if ((cf = ht_lookup(cfhashtab, name)) != NULL) { in addconf()
1058 if (ht_insert(cfhashtab, name, cf)) { in addconf()
1125 if (ht_lookup(cfhashtab, name) == NULL) { in delconf()
1130 (void)ht_remove(cfhashtab, name); in delconf()