Searched refs:load_type (Results 1 – 2 of 2) sorted by relevance
| /src/stand/uboot/ |
| H A D | main.c | 369 probe_disks(int devidx, int load_type, int load_unit, int load_slice, in probe_disks() argument 381 if (load_type == -1) { in probe_disks() 398 printf(" Probing all %s devices...\n", device_typename(load_type)); in probe_disks() 401 currdev.dd.d_unit = uboot_diskgetunit(load_type, unit); in probe_disks() 415 if ((currdev.dd.d_unit = uboot_diskgetunit(load_type, load_unit)) != -1) { in probe_disks() 433 int load_type, load_unit, load_slice, load_partition; in main() local 496 get_load_device(&load_type, &load_unit, &load_slice, &load_partition); in main() 513 if ((load_type == DEV_TYP_NONE || (load_type & DEV_TYP_STOR)) && in main() 515 if (probe_disks(i, load_type, load_unit, load_slice, in main() 520 if ((load_type == DEV_TYP_NONE || (load_type & DEV_TYP_NET)) && in main()
|
| /src/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | R600Instructions.td | 329 class LoadParamFrag <PatFrag load_type> : PatFrag < 330 (ops node:$ptr), (load_type node:$ptr),
|