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

  /src/usr.sbin/sysinst/
disks.c 2212 const char *bootxxname; local in function:bootxx_name
2239 bootxxname = BOOTXX_FFSV2;
2241 bootxxname = NULL;
2245 bootxxname = BOOTXX_FFSV1;
2247 bootxxname = NULL;
2254 bootxxname = BOOTXX_LFSV2;
2258 bootxxname = NULL;
2262 if (bootxxname == NULL)
2265 asprintf(&bootxx, "%s/%s", BOOTXXDIR, bootxxname);
disks.c 2212 const char *bootxxname; local in function:bootxx_name
2239 bootxxname = BOOTXX_FFSV2;
2241 bootxxname = NULL;
2245 bootxxname = BOOTXX_FFSV1;
2247 bootxxname = NULL;
2254 bootxxname = BOOTXX_LFSV2;
2258 bootxxname = NULL;
2262 if (bootxxname == NULL)
2265 asprintf(&bootxx, "%s/%s", BOOTXXDIR, bootxxname);

Completed in 26 milliseconds