DBGMSGSZ 46 sys/kern/debug.c static char db_msg[DBGMSGSZ]; /* debug message string */ DBGMSGSZ 76 sys/kern/debug.c for (i = 0; i < DBGMSGSZ; i++) { DBGMSGSZ 161 sys/kern/system.c char buf[DBGMSGSZ]; DBGMSGSZ 163 sys/kern/system.c if (copyinstr(str, buf, DBGMSGSZ)) DBGMSGSZ 211 sys/kern/system.c char buf[DBGMSGSZ]; DBGMSGSZ 214 sys/kern/system.c copyinstr(str, buf, DBGMSGSZ - 20);