Home
last modified time | relevance | path

Searched refs:diskprobe (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/sys/arch/zaurus/stand/zboot/
H A Ddisk.h77 void diskprobe(char *buf, size_t bufsiz);
H A DMakefile8 SRCS+= boot.c bootinfo.c bootmenu.c conf.c devopen.c diskprobe.c
H A Dboot.c198 diskprobe(probed_disks, sizeof(probed_disks)); in boot()
H A Ddiskprobe.c261 diskprobe(char *buf, size_t bufsiz) in diskprobe() function