Home
last modified time | relevance | path

Searched refs:uboot_diskgetunit (Results 1 – 3 of 3) sorted by relevance

/freebsd/stand/uboot/
H A Dlibuboot.h72 int uboot_diskgetunit(int type, int type_unit);
H A Dmain.c401 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()
H A Duboot_disk.c304 uboot_diskgetunit(int type, int type_unit) in uboot_diskgetunit() function