/src/usr.sbin/crash/ |
crash.c | 348 uintptr_t panicstr; local in function:main 449 if ((size_t)kvm_read(kd, nl[X_PANICSTR].n_value, &panicstr, 450 sizeof(panicstr)) != sizeof(panicstr)) { 451 errx(EXIT_FAILURE, "cannot read panicstr: %s", 456 } else if (panicstr == 0) { 461 if ((size_t)kvm_read(kd, panicstr, &c, sizeof(c)) != 463 errx(EXIT_FAILURE, "cannot read *panicstr: %s", 470 panicstr++;
|
/src/sbin/savecore/ |
savecore.c | 171 static long panicstr; variable in typeref:typename:long 263 if (panicstr) 462 panicstr = 1; /* anything not zero */ 466 KREAD_LOGWARN(kd_dump, dump_nl[X_PANICSTR].n_value, panicstr, 468 if (panicstr) { 470 panicloc = panicstr;
|
/src/sys/kern/ |
subr_prf.c | 106 const char *panicstr; /* arg to first call to panic (used as a flag variable in typeref:typename:const char * 110 end of the formatted panicstr. */ 266 if (panicstr == NULL) { 268 panicstr = fmt; 272 panicstr = scratchstr; 412 if (panicstr) 754 if (!panicstr) 835 if (!panicstr) 946 if (!panicstr) 1119 if (!panicstr) [all...] |