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

  /src/usr.sbin/sysinst/
mbr.h 82 #define DEFAULT_BOOTDIR "/usr/mdec"
  /src/sbin/gpt/
biosboot.c 69 #define DEFAULT_BOOTDIR "/usr/mdec"
103 bp = strdup(DEFAULT_BOOTDIR "/" DEFAULT_BOOTCODE);
107 if (asprintf(&bp, "%s/%s", DEFAULT_BOOTDIR, bootpath) < 0)
  /src/sbin/fdisk/
fdisk.c 80 #ifndef DEFAULT_BOOTDIR
81 #define DEFAULT_BOOTDIR "/usr/mdec"
135 static const char *boot_dir = DEFAULT_BOOTDIR;

Completed in 44 milliseconds