Searched refs:dcd_device (Results 1 – 6 of 6) sorted by relevance
/illumos-gate/usr/src/uts/sun/sys/dada/impl/ |
H A D | transport.h | 74 struct dcd_device *tran_sd; 83 struct dcd_device *dcd); 86 struct dcd_device *dcd, 92 struct dcd_device *dcd); 184 struct dcd_device *dcd,
|
/illumos-gate/usr/src/uts/sun/sys/dada/conf/ |
H A D | device.h | 47 struct dcd_device { struct 96 extern int dcd_probe(struct dcd_device *devp, int (*callback)()); argument 97 extern void dcd_unprobe(struct dcd_device *devp);
|
/illumos-gate/usr/src/uts/sun/sys/dada/ |
H A D | dada_ctl.h | 59 #define DCD_GET_INITIATOR_ID ((struct dcd_device *)NULL) 91 extern int dcd_get_bus_addr(struct dcd_device *devp, char *name, int len); 92 extern int dcd_get_name(struct dcd_device *devp, char *name, int len);
|
/illumos-gate/usr/src/uts/sun/io/dada/conf/ |
H A D | dcd_confsubr.c | 80 dcd_probe(struct dcd_device *devp, int (*callback)()) in dcd_probe() 95 dcd_unprobe(struct dcd_device *devp) in dcd_unprobe() 106 dcd_hba_probe(struct dcd_device *devp, int (*callback)()) in dcd_hba_probe()
|
/illumos-gate/usr/src/uts/sun/sys/dada/targets/ |
H A D | daddef.h | 113 struct dcd_device *un_dcd; /* back pointer to dcd_device */ 183 _NOTE(MUTEX_PROTECTS_DATA(dcd_device::dcd_mutex, dcd_disk)) 214 _NOTE(SCHEME_PROTECTS_DATA("stable data", dcd_device))
|
/illumos-gate/usr/src/uts/sun/io/dada/targets/ |
H A D | dad.c | 96 static int dcd_compute_dk_capacity(struct dcd_device *devp, 405 struct dcd_device *devp; in dcdprobe() 474 struct dcd_device *devp; in dcdattach() 616 struct dcd_device *devp; in dcd_free_softstate() 756 struct dcd_device *devp; in dcd_dr_detach() 895 struct dcd_device *devp; in dcd_doattach() 1176 struct dcd_device *devp; in dcd_validate_geometry() 4563 static int dcd_compute_dk_capacity(struct dcd_device *devp, in dcd_compute_dk_capacity() 4602 struct dcd_device *devp; in dcd_lb_getphygeom()
|