Home
last modified time | relevance | path

Searched defs:boot_err (Results 1 – 2 of 2) sorted by relevance

/openbsd/sys/arch/hppa/include/
H A Dpdc.h694 struct boot_err { struct
695 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) */
/openbsd/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformAppleSimulator.cpp64 Status boot_err; in LaunchProcess() local