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

/netbsd-6-1-5-RELEASE/sbin/savecore/
H A Dsavecore.c479 u_int32_t newdumpmag; local
481 if (KREAD(kd_dump, dump_nl[X_DUMPMAG].n_value, &newdumpmag) != 0) {
498 if (newdumpmag != dumpmag) {
501 "(0x%x != 0x%x)", newdumpmag, dumpmag);

Completed in 48 milliseconds