Searched refs:CFGDBG (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/usr.bin/config/ |
H A D | sem.c | 193 CFGDBG(4, "merging attr `%s' to devbase `%s'", name, dname); in mergedeps() 198 CFGDBG(3, "attr `%s' merged to attr `%s'", newa->a_name, in mergedeps() 213 CFGDBG(4, "fixing devbase `%s'", dev->d_name); in fixdev() 216 CFGDBG(4, "fixing devbase `%s' attr `%s'", dev->d_name, in fixdev() 220 CFGDBG(3, "device `%s' has iattr `%s'", dev->d_name, in fixdev() 231 CFGDBG(3, "device `%s' is devclass `%s'", in fixdev() 369 CFGDBG(2, "attr `%s' depends on attr `%s'", name, dep->a_name); in defattr() 375 CFGDBG(3, "attr `%s' defined", a->a_name); in defattr() 394 CFGDBG(3, "attr `%s' allocated", name); in mkattr() 425 CFGDBG( in defiattr() [all...] |
H A D | main.c | 640 CFGDBG(3, "depend `%s' searched", name); in dependopts_one() 664 CFGDBG(3, "depend attr `%s'", nv->nv_name); in do_depend() 1187 CFGDBG(3, "option selected `%s'", n); in addoption() 1194 CFGDBG(4, "deselecting opt `%s'", name); in deloption() 1229 CFGDBG(3, "fs selected `%s'", name); in addfsoption() 1244 CFGDBG(4, "deselecting fs `%s'", name); in delfsoption() 1267 CFGDBG(4, "deselecting mkopt `%s'", name); in delmkoption() 1362 CFGDBG(2, "opt `%s' replaced", name); in do_option() 1389 CFGDBG(2, "opt `%s' deselected", name); in undo_option() 1399 CFGDBG( in undo_option() [all...] |
H A D | files.c | 211 CFGDBG(3, "file added `%s' at order score %d", fi->fi_path, fi->fi_order); in addfile() 227 CFGDBG(1, "attr `%s' not found", name); in addfiletoattr() 339 CFGDBG(5, "file `%s' deselected because attr `%s' was", in fixfiles() 370 CFGDBG(3, "file selected `%s'", fi->fi_path); in fixfiles() 376 CFGDBG(3, "file `%s' belongs to attr `%s'", fi->fi_path, in fixfiles()
|
H A D | defs.h | 655 #define CFGDBG(n, ...) \ macro
|
H A D | scan.l | 559 CFGDBG(1, "include `%s'", fname);
|
H A D | gram.y | 311 CFGDBG(1, "ENDDEFS");
|