Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sysdef/
H A DMakefile.com28 OBJS= $(PROG).o sdevinfo.o
/illumos-gate/usr/src/uts/common/io/sata/impl/
H A Dsata.c20323 sata_drive_info_t *sdevinfo; in sata_process_device_detached() local
20442 sdevinfo = SATA_PMPORTINFO_DRV_INFO(pmportinfo); in sata_process_device_detached()
20443 if (sdevinfo != NULL) { in sata_process_device_detached()
20444 (void) kmem_free((void *) sdevinfo, in sata_process_device_detached()
20467 sdevinfo = SATA_CPORTINFO_DRV_INFO(cportinfo); in sata_process_device_detached()
20469 (void) kmem_free((void *)sdevinfo, in sata_process_device_detached()
20504 sata_drive_info_t *sdevinfo; in sata_process_pmdevice_detached() local
20578 sdevinfo = SATA_PMPORTINFO_DRV_INFO(pmportinfo); in sata_process_pmdevice_detached()
20580 (void) kmem_free((void *)sdevinfo, in sata_process_pmdevice_detached()
20624 sata_drive_info_t *sdevinfo = NULL; in sata_process_device_attached() local
[all …]