Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/sata/impl/
H A Dsata.c1005 sata_cport_info_t *cportinfo; in sata_hba_detach()
1134 sizeof (sata_cport_info_t)); in sata_hba_detach()
1330 sata_cport_info_t *cportinfo; in sata_hba_ioctl()
10951 sata_cport_info_t *cportinfo; in sata_probe_ports()
10965 cportinfo = kmem_zalloc(sizeof (sata_cport_info_t), KM_SLEEP); in sata_probe_ports()
11189 sata_cport_info_t *cportinfo; in sata_add_device()
11713 sata_cport_info_t *cportinfo; in sata_reprobe_port()
12009 sata_cport_info_t *cportinfo; in sata_reprobe_pmult()
12137 sata_cport_info_t *cportinfo = NULL; in sata_reprobe_pmport()
12425 sata_cport_info_t *cportinfo = NULL; in sata_alloc_pmult()
[all …]
/illumos-gate/usr/src/uts/common/sys/sata/impl/
H A Dsata.h180 typedef struct sata_cport_info sata_cport_info_t; typedef