Searched refs:bp_flags (Results 1 – 12 of 12) sorted by relevance
123 boot_modules_enabled = !(boot_params.bp_flags in main() 127 if (!(boot_params.bp_flags & X86_BP_FLAGS_NOBOOTCONF)) { in main() 165 ((boot_params.bp_flags & X86_BP_FLAGS_PASSWORD) == 0 in main()
209 printf("flags %x, ", le32toh(bpp->bp_flags)); in show_i386_boot_params()249 bp.bp_flags ^= htole32(X86_BP_FLAGS_RESET_VIDEO); in update_i386_boot_params()276 bp.bp_flags |= htole32(X86_BP_FLAGS_PASSWORD); in update_i386_boot_params()279 bp.bp_flags &= ~htole32(X86_BP_FLAGS_PASSWORD); in update_i386_boot_params()285 bp.bp_flags ^= htole32(X86_BP_FLAGS_NOMODULES); in update_i386_boot_params()287 bp.bp_flags ^= htole32(X86_BP_FLAGS_NOBOOTCONF); in update_i386_boot_params()
322 boot_modules_enabled = !(boot_params.bp_flags in boot2()324 if (boot_params.bp_flags & X86_BP_FLAGS_RESET_VIDEO) in boot2()341 if (!(boot_params.bp_flags & X86_BP_FLAGS_NOBOOTCONF)) { in boot2()384 if ((boot_params.bp_flags & X86_BP_FLAGS_PASSWORD) == 0) { in boot2()
55 u_int bp_flags; member
9 unsigned long bp_flags; /* not used */ member
49 unsigned short bp_flags; /* RFC1532 broadcast, etc. */ member
31 unsigned short bp_flags; member
291 boot_modules_enabled = !(boot_params.bp_flags & X86_BP_FLAGS_NOMODULES); in boot()308 if (!(boot_params.bp_flags & X86_BP_FLAGS_NOBOOTCONF)) { in boot()346 if ((boot_params.bp_flags & X86_BP_FLAGS_PASSWORD) == 0) { in boot()
199 ((boot_params.bp_flags & X86_BP_FLAGS_PASSWORD) == 0 ||
196 .bp_flags = 0,
1076 uint32_t bp_flags; member1124 uint32_t bp_flags; member
118 u_int16_t bp_flags; /* RFC1532 broadcast, etc. */ member