HomeSort by: relevance | last modified time | path
    Searched refs:MD_NEED_BOOTBLOCK (Results 1 - 4 of 4) sorted by relevancy

  /src/usr.sbin/sysinst/arch/i386/
md.h 125 #define MD_NEED_BOOTBLOCK(A) x86_md_need_bootblock(A)
  /src/usr.sbin/sysinst/arch/amd64/
md.h 127 #define MD_NEED_BOOTBLOCK(A) x86_md_need_bootblock(A)
  /src/usr.sbin/sysinst/
README.md_defs 65 MD_NEED_BOOTBLOCK may be undefined
69 bool MD_NEED_BOOTBLOCK(struct install_partition_desc *install)
bsddisklabel.c 1988 #ifndef MD_NEED_BOOTBLOCK
1989 #define MD_NEED_BOOTBLOCK(A) true
2007 if (MD_NEED_BOOTBLOCK(install)) {
2022 if (MD_NEED_BOOTBLOCK(install)) {

Completed in 17 milliseconds