Searched refs:devroottab (Results 1 - 4 of 4) sorted by relevance

/netbsd-6-1-5-RELEASE/usr.bin/config/
H A Dlint.c177 (void)ht_enumerate(devroottab, emit_root_instance, NULL);
H A Ddefs.h410 struct hashtab *devroottab; /* attach at root lookup */ variable in typeref:struct:hashtab
H A Dsem.c374 ht_insert(devroottab, dev->d_name, dev);
525 ht_insert(devroottab, dev->d_name, dev);
1411 * Insert given device "name" into devroottab. In case "name"
1490 ht_insert(devroottab, ib->d_name, ib);
H A Dmain.c260 devroottab = ht_new();
1698 ht_enumerate(devroottab, kill_orphans_cb, NULL);

Completed in 77 milliseconds