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

  /src/usr.bin/config/
lint.c 204 (void)ht_enumerate(devroottab, emit_root_instance, NULL);
defs.h 467 extern struct hashtab *devroottab; /* attach at root lookup */
main.c 125 struct hashtab *devroottab; /* attach at root lookup */ variable in typeref:struct:hashtab *
374 devroottab = ht_new();
2137 ht_enumerate(devroottab, kill_orphans_cb, NULL);
sem.c 564 ht_insert(devroottab, dev->d_name, dev);
729 ht_insert(devroottab, dev->d_name, dev);
1697 * Insert given device "name" into devroottab. In case "name"
1775 ht_insert(devroottab, ib->d_name, ib);

Completed in 16 milliseconds