Searched refs:uboot_diskgetunit (Results 1 – 3 of 3) sorted by relevance
73 int uboot_diskgetunit(int type, int type_unit);
400 currdev.dd.d_unit = uboot_diskgetunit(load_type, unit); in probe_disks()414 if ((currdev.dd.d_unit = uboot_diskgetunit(load_type, load_unit)) != -1) { in probe_disks()
303 uboot_diskgetunit(int type, int type_unit) in uboot_diskgetunit() function