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

  /external/syslinux/com32/chain/
chain.c 284 if (!strncmp(opt.drivename, "mbr", 3)) {
285 if (find_by_sig(strtoul(opt.drivename + 4, NULL, 0), &iter) < 0) {
289 } else if (!strncmp(opt.drivename, "guid", 4)) {
290 if (str_to_guid(opt.drivename + 5, &gpt_guid))
296 } else if (!strncmp(opt.drivename, "label", 5)) {
297 if (!opt.drivename[6]) {
301 if (find_by_label(opt.drivename + 6, &iter) < 0) {
305 } else if ((opt.drivename[0] == 'h' || opt.drivename[0] == 'f') &&
306 opt.drivename[1] == 'd')
    [all...]
options.h 41 const char *drivename; member in struct:options
options.c 179 opt.drivename = "boot";
388 opt.drivename = argv[i];
390 p = strchr(opt.drivename, ',');

Completed in 354 milliseconds