HomeSort by relevance Sort by last modified time
    Searched refs:activate_partition (Results 1 - 6 of 6) sorted by null

  /external/syslinux/libinstaller/
syslxopt.h 19 int activate_partition; member in struct:sys_options
syslxopt.c 45 .activate_partition = 0,
213 opt.activate_partition = 1;
  /external/syslinux/win/
syslinux.c 504 if (opt.install_mbr || opt.activate_partition) {
507 if (!FixMBR(sdn.DeviceNumber, sdn.PartitionNumber, opt.install_mbr, opt.activate_partition)) {
  /external/syslinux/linux/
syslinux.c 295 if (!opt.device || opt.install_mbr || opt.activate_partition)
  /external/syslinux/dos/
syslinux.c 743 adjust_mbr(dev_fd, opt.install_mbr, opt.activate_partition);
  /external/syslinux/extlinux/
main.c     [all...]

Completed in 421 milliseconds