Home
last modified time | relevance | path

Searched refs:bp_flags (Results 1 – 12 of 12) sorted by relevance

/netbsd-src/sys/arch/i386/stand/pxeboot/
H A Dmain.c123 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()
/netbsd-src/usr.sbin/installboot/arch/
H A Di386.c209 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()
/netbsd-src/sys/arch/i386/stand/boot/
H A Dboot2.c322 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()
/netbsd-src/sys/arch/arm/include/
H A Dbootconfig.h55 u_int bp_flags; member
/netbsd-src/sys/arch/netwinder/include/
H A Dnetwinder_boot.h9 unsigned long bp_flags; /* not used */ member
/netbsd-src/usr.sbin/bootp/common/
H A Dbootp.h49 unsigned short bp_flags; /* RFC1532 broadcast, etc. */ member
/netbsd-src/sys/lib/libsa/
H A Dbootp.h31 unsigned short bp_flags; member
/netbsd-src/sys/arch/i386/stand/efiboot/
H A Dboot.c291 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()
/netbsd-src/sys/arch/i386/stand/lib/
H A Dbootmenu.c199 ((boot_params.bp_flags & X86_BP_FLAGS_PASSWORD) == 0 ||
/netbsd-src/sys/arch/evbarm/bcm53xx/
H A Dbcm53xx_machdep.c196 .bp_flags = 0,
/netbsd-src/sys/sys/
H A Dbootblock.h1076 uint32_t bp_flags; member
1124 uint32_t bp_flags; member
/netbsd-src/sys/nfs/
H A Dnfs_bootdhcp.c118 u_int16_t bp_flags; /* RFC1532 broadcast, etc. */ member