Searched refs:scsi_reset_notify_entry (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/scsi/impl/
H A Dscsi_reset_notify.h47 struct scsi_reset_notify_entry { struct
51 struct scsi_reset_notify_entry *next;
56 scsi_reset_notify_entry::ap
57 scsi_reset_notify_entry::callback
58 scsi_reset_notify_entry::arg
59 scsi_reset_notify_entry::next))
65 struct scsi_reset_notify_entry **);
67 struct scsi_reset_notify_entry *listp);
69 struct scsi_reset_notify_entry **listp);
/illumos-gate/usr/src/uts/common/io/scsi/impl/
H A Dscsi_reset_notify.c44 struct scsi_reset_notify_entry **listp)
46 struct scsi_reset_notify_entry *p, *beforep;
65 kmem_free(p, sizeof (struct scsi_reset_notify_entry));
69 p = kmem_zalloc(sizeof (struct scsi_reset_notify_entry),
86 scsi_hba_reset_notify_tear_down(struct scsi_reset_notify_entry *listp)
88 struct scsi_reset_notify_entry *p, *next;
93 kmem_free(p, sizeof (struct scsi_reset_notify_entry));
105 struct scsi_reset_notify_entry **listp)
108 struct scsi_reset_notify_entry *p;
/illumos-gate/usr/src/uts/sun/sys/scsi/adapters/
H A Dsfvar.h108 struct scsi_reset_notify_entry *sf_reset_notify_listf;
H A Dfasvar.h423 struct scsi_reset_notify_entry *f_reset_notify_listf;
/illumos-gate/usr/src/uts/common/sys/scsi/adapters/pmcs/
H A Dpmcs.h652 struct scsi_reset_notify_entry *reset_notify_listf;
/illumos-gate/usr/src/uts/common/sys/scsi/adapters/
H A Dscsi_vhci.h495 struct scsi_reset_notify_entry *vhci_reset_notify_listf;
/illumos-gate/usr/src/uts/common/sys/fibre-channel/ulp/
H A Dfcpvar.h363 struct scsi_reset_notify_entry *port_reset_notify_listf;
/illumos-gate/usr/src/uts/common/sys/scsi/adapters/mpt_sas/
H A Dmptsas_var.h764 struct scsi_reset_notify_entry *m_reset_notify_listf;

Completed in 89 milliseconds