Searched defs:ROUTE (Results 1 - 5 of 5) sorted by relevance
/illumos-gate/usr/src/uts/sun/io/dada/conf/ |
H A D | dcd_confsubr.c | 103 #define ROUTE (devp->dcd_address) macro 133 ident_bp = dcd_alloc_consistent_buf(ROUTE, (struct buf *)NULL, 139 ident_pkt = dcd_init_pkt(ROUTE, (struct dcd_pkt *)NULL,
|
/illumos-gate/usr/src/uts/common/io/scsi/impl/ |
H A D | scsi_watch.c | 192 #define ROUTE &devp->sd_address macro 277 bp = scsi_alloc_consistent_buf(ROUTE, NULL, 280 rqpkt = scsi_init_pkt(ROUTE, (struct scsi_pkt *)NULL, 301 mmcbp = scsi_alloc_consistent_buf(ROUTE, NULL, 304 pkt = scsi_init_pkt(ROUTE, (struct scsi_pkt *)NULL, mmcbp, 314 pkt = scsi_init_pkt(ROUTE, (struct scsi_pkt *)NULL, NULL, 321 pkt = scsi_init_pkt(ROUTE, (struct scsi_pkt *)NULL, NULL,
|
/illumos-gate/usr/src/uts/sun/sys/dada/targets/ |
H A D | daddef.h | 51 #define ROUTE (DCD_DCD_DEVP->dcd_address) macro
|
/illumos-gate/usr/src/uts/common/io/scsi/conf/ |
H A D | scsi_confsubr.c | 287 #define ROUTE (&sd->sd_address) macro 299 rq_bp = scsi_alloc_consistent_buf(ROUTE, (struct buf *)NULL, 306 rq_pkt = scsi_init_pkt(ROUTE, (struct scsi_pkt *)NULL, 367 pkt = scsi_init_pkt(ROUTE, (struct scsi_pkt *)NULL, NULL, 1112 inq_bp = scsi_alloc_consistent_buf(ROUTE, 1118 inq_pkt = scsi_init_pkt(ROUTE, (struct scsi_pkt *)NULL, 1216 rq_bp = scsi_alloc_consistent_buf(ROUTE, (struct buf *)NULL, 1222 rq_pkt = scsi_init_pkt(ROUTE, (struct scsi_pkt *)NULL, 2171 inq_bp = scsi_alloc_consistent_buf(ROUTE, 2176 inq_pkt = scsi_init_pkt(ROUTE, (struc [all...] |
/illumos-gate/usr/src/uts/common/sys/scsi/targets/ |
H A D | stdef.h | 1347 #define ROUTE (&ST_SCSI_DEVP->sd_address) macro
|
Completed in 107 milliseconds