Home
last modified time | relevance | path

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

/mirbsd/src/usr.sbin/config/
Dsem.c66 static struct hashtab *cfhashtab; /* for config lookup */ variable
107 cfhashtab = ht_new(); in initsem()
624 if (ht_insert(cfhashtab, name, cf)) { in addconf()