Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dsd.c217 struct sd_scsi_probe_cache { struct
218 struct sd_scsi_probe_cache *next; argument
224 static struct sd_scsi_probe_cache *sd_scsi_probe_cache_head = NULL; argument
231 sd_scsi_probe_cache::next sd_scsi_probe_cache::pdip))
2443 struct sd_scsi_probe_cache *cp; in sd_scsi_probe_cache_fini()
2444 struct sd_scsi_probe_cache *ncp; in sd_scsi_probe_cache_fini()
2449 kmem_free(cp, sizeof (struct sd_scsi_probe_cache)); in sd_scsi_probe_cache_fini()
2472 struct sd_scsi_probe_cache *cp; in sd_scsi_clear_probe_cache()
2517 struct sd_scsi_probe_cache *cp; in sd_scsi_probe_with_cache()
2545 cp = kmem_zalloc(sizeof (struct sd_scsi_probe_cache), in sd_scsi_probe_with_cache()