Searched refs:smp_device (Results 1 – 7 of 7) sorted by relevance
/illumos-gate/usr/src/uts/common/sys/scsi/impl/ |
H A D | smp_transport.h | 53 typedef struct smp_device { struct 99 extern int smp_probe(struct smp_device *smp_devp); 115 int smp_device_prop_get_int(struct smp_device *smp_sd, char *name, 117 int64_t smp_device_prop_get_int64(struct smp_device *, char *name, 120 int smp_device_prop_lookup_byte_array(struct smp_device *smp_sd, char *name, 122 int smp_device_prop_lookup_int_array(struct smp_device *smp_sd, char *name, 124 int smp_device_prop_lookup_string(struct smp_device *smp_sd, char *name, 126 int smp_device_prop_lookup_string_array(struct smp_device *smp_sd, 129 int smp_device_prop_update_byte_array(struct smp_device *smp_sd, char *name, 131 int smp_device_prop_update_int(struct smp_device *smp_sd, char *name, int); [all …]
|
/illumos-gate/usr/src/uts/common/io/scsi/impl/ |
H A D | smp_transport.c | 30 smp_device_prop_update_inqstring(struct smp_device *smp_sd, in smp_device_prop_update_inqstring() 56 smp_probe(struct smp_device *smp_sd) in smp_probe()
|
H A D | scsi_hba.c | 1558 struct smp_device *smp_sd; in smp_busctl_initchild() 1595 smp_sd = kmem_zalloc(sizeof (struct smp_device), KM_SLEEP); in smp_busctl_initchild() 1604 kmem_free(smp_sd, sizeof (struct smp_device)); in smp_busctl_initchild() 1619 struct smp_device *smp_sd = ddi_get_driver_private(child); in smp_busctl_uninitchild() 4530 smp_device_prop_get_int(struct smp_device *smp_sd, char *name, int defval) in smp_device_prop_get_int() 4545 smp_device_prop_get_int64(struct smp_device *smp_sd, char *name, int64_t defval) in smp_device_prop_get_int64() 4559 smp_device_prop_lookup_byte_array(struct smp_device *smp_sd, char *name, in smp_device_prop_lookup_byte_array() 4575 smp_device_prop_lookup_int_array(struct smp_device *smp_sd, char *name, in smp_device_prop_lookup_int_array() 4592 smp_device_prop_lookup_string(struct smp_device *smp_sd, char *name, in smp_device_prop_lookup_string() 4608 smp_device_prop_lookup_string_array(struct smp_device *smp_sd, char *name, in smp_device_prop_lookup_string_array() [all …]
|
/illumos-gate/usr/src/uts/common/sys/scsi/targets/ |
H A D | smp.h | 48 struct smp_device *smp_sd; /* pointer to smp_device */
|
/illumos-gate/usr/src/uts/common/sys/scsi/adapters/pmcs/ |
H A D | pmcs.h | 134 struct smp_device *smpd; /* Ptr to smp_device */
|
/illumos-gate/usr/src/uts/common/io/scsi/targets/ |
H A D | smp.c | 190 struct smp_device *smp_sd; in smp_do_attach()
|
/illumos-gate/usr/src/uts/common/io/scsi/adapters/mpt_sas/ |
H A D | mptsas.c | 16223 struct smp_device smp_sd; in mptsas_probe_smp() 16226 bzero(&smp_sd, sizeof (struct smp_device)); in mptsas_probe_smp()
|