HomeSort by: relevance | last modified time | path
    Searched defs:cfhashtab (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/config/
sem.c 69 static struct hashtab *cfhashtab; /* for config lookup */ variable in typeref:struct:hashtab *
157 cfhashtab = ht_new();
1052 if ((cf = ht_lookup(cfhashtab, name)) != NULL) {
1058 if (ht_insert(cfhashtab, name, cf)) {
1125 if (ht_lookup(cfhashtab, name) == NULL) {
1130 (void)ht_remove(cfhashtab, name);
sem.c 69 static struct hashtab *cfhashtab; /* for config lookup */ variable in typeref:struct:hashtab *
157 cfhashtab = ht_new();
1052 if ((cf = ht_lookup(cfhashtab, name)) != NULL) {
1058 if (ht_insert(cfhashtab, name, cf)) {
1125 if (ht_lookup(cfhashtab, name) == NULL) {
1130 (void)ht_remove(cfhashtab, name);

Completed in 76 milliseconds