Home
last modified time | relevance | path

Searched refs:KARGS_FLAGS_PXE (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/boot/i386/common/
H A Dbootargs.h20 #define KARGS_FLAGS_PXE 0x2 macro
/illumos-gate/usr/src/boot/i386/loader/
H A Dmain.c156 if (kargs->bootflags & KARGS_FLAGS_PXE) in main()
231 } else if ((kargs->bootflags & KARGS_FLAGS_PXE) != 0) { in extract_currdev()