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

/illumos-gate/usr/src/boot/sys/boot/uboot/common/
H A Dmain.c329 probe_disks(int devidx, int load_type, int load_unit, int load_slice, argument
341 if (load_type == -1) {
358 printf(" Probing all %s devices...\n", device_typename(load_type));
361 currdev.d_unit = uboot_diskgetunit(load_type, unit);
375 if ((currdev.d_unit = uboot_diskgetunit(load_type, load_unit)) != -1) {
393 int load_type, load_unit, load_slice, load_partition; local
448 get_load_device(&load_type, &load_unit, &load_slice, &load_partition);
466 if ((load_type == -1 || (load_type & DEV_TYP_STOR)) &&
468 if (probe_disks(i, load_type, load_uni
[all...]

Completed in 57 milliseconds