Searched refs:load_type (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/stand/uboot/common/
H A Dmain.c363 probe_disks(int devidx, int load_type, int load_unit, int load_slice, argument
375 if (load_type == -1) {
392 printf(" Probing all %s devices...\n", device_typename(load_type));
395 currdev.dd.d_unit = uboot_diskgetunit(load_type, unit);
409 if ((currdev.dd.d_unit = uboot_diskgetunit(load_type, load_unit)) != -1) {
427 int load_type, load_unit, load_slice, load_partition; local
487 get_load_device(&load_type, &load_unit, &load_slice, &load_partition);
504 if ((load_type == DEV_TYP_NONE || (load_type & DEV_TYP_STOR)) &&
506 if (probe_disks(i, load_type, load_uni
[all...]

Completed in 85 milliseconds