Searched refs:uboot_diskgetunit (Results 1 – 3 of 3) sorted by relevance
72 int uboot_diskgetunit(int type, int type_unit);
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()
304 uboot_diskgetunit(int type, int type_unit) in uboot_diskgetunit() function