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

  /external/syslinux/libinstaller/
syslxopt.h 20 const char *bootsecfile; member in struct:sys_options
syslxopt.c 47 .bootsecfile = NULL,
99 "Usage: %s [options] <drive>: [bootsecfile]\n"
244 opt.bootsecfile = argv[optind++];
  /external/syslinux/win/
syslinux.c 559 if (opt.bootsecfile) {
560 f_handle = CreateFile(opt.bootsecfile, GENERIC_READ | GENERIC_WRITE,
  /external/syslinux/dos/
syslinux.c 756 if (opt.bootsecfile) {
758 fd = creat(opt.bootsecfile, 0x20); /* ARCHIVE */

Completed in 123 milliseconds