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

  /src/usr.sbin/sysinst/arch/i386/
md.h 124 bool x86_md_need_bootblock(struct install_partition_desc *install);
125 #define MD_NEED_BOOTBLOCK(A) x86_md_need_bootblock(A)
md.c 1003 x86_md_need_bootblock(struct install_partition_desc *install) function in typeref:typename:bool
  /src/usr.sbin/sysinst/arch/amd64/
md.h 126 bool x86_md_need_bootblock(struct install_partition_desc *install);
127 #define MD_NEED_BOOTBLOCK(A) x86_md_need_bootblock(A)

Completed in 14 milliseconds