Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/pdisk/dist/
H A DSCSI_media.c143 void add_to_cache(long bus, long id, int is_cdrom, int unsure);
954 add_to_cache(bus, id, 0, unsure); in probe_scsi_device()
957 add_to_cache(bus, id, 1, unsure); in probe_scsi_device()
1040 add_to_cache(long bus, long id, int is_cdrom, int unsure) in add_to_cache() function