Searched refs:i386_biosflags (Results 1 – 5 of 5) sorted by relevance
47 if ((i386_biosflags & 3) != 1) in dosfs_init()62 if ((i386_biosflags & 3) != 1) in dosfs_open()
369 if (!(i386_biosflags & 4)) { in pxe_init()631 i386_biosflags |= 4; /* no pxe_unlikely */ in Xpxe()638 i386_biosflags &= ~4; /* tftp is not the boot device */ in Xpxe()
103 extern uint8_t i386_biosflags;
44 .globl i386_biosflags60 i386_biosflags = Ldrvi + 2 define75 .size i386_biosflags,1175 cmp byte ptr ds:[ebx + offset i386_biosflags - offset _start],0x6D
195 if (i386_biosflags & 4) { in pxecheck()