Home
last modified time | relevance | path

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

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