Searched refs:scan_media (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/sys/dev/nor/
H A Dnor.h104 int (*scan_media)(device_t self, struct nor_chip *chip); member in struct:nor_interface
H A Dnor.c360 KASSERT(sc->sc_nor_if->scan_media != NULL);
361 int error = sc->sc_nor_if->scan_media(self, chip);
H A Dcfi.c139 .scan_media = cfi_scan_media,
/netbsd-current/sys/ufs/chfs/
H A Debh.c79 int scan_media(struct chfs_ebh *ebh);
1495 * scan_media - scan media
1503 scan_media(struct chfs_ebh *ebh) function
1669 err = scan_media(ebh);

Completed in 185 milliseconds