Searched defs:boot_err (Results 1 – 2 of 2) sorted by relevance
694 struct boot_err { struct695 u_int be_resv : 10, /* (reserved) */696 be_fixed : 6, /* module that produced error */697 be_chas : 16; /* error code (interpret as 4 hex digits) */
64 Status boot_err; in LaunchProcess() local