OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:shared_data
(Results
1 - 8
of
8
) sorted by relevancy
/src/sys/dev/ic/
aic7xxx_inline.h
432
q_hscb->
shared_data
.cdb_ptr =
aic79xx_inline.h
279
scb->hscb->
shared_data
.idata.cdb_plus_saddr.sense_addr =
aic79xx_osm.c
706
memcpy(hscb->
shared_data
.idata.cdb, xs->cmd, hscb->cdb_len);
aic7xxx_osm.c
741
memcpy(hscb->
shared_data
.cdb, xs->cmd, hscb->cdb_len);
aic79xxvar.h
464
}
shared_data
;
member in struct:hardware_scb
aic7xxxvar.h
523
}
shared_data
;
member in struct:hardware_scb
aic79xx.c
2640
for (i = 0; i < sizeof(hscb->
shared_data
.idata.cdb); i++)
2641
printf("%#02x", hscb->
shared_data
.idata.cdb[i]);
6344
shared_data
.idata.cdb));
7825
if (scb->hscb->
shared_data
.istatus.scsi_status != 0) {
7872
ahd_set_scsi_status(scb, hscb->
shared_data
.istatus.scsi_status);
7873
ahd_set_xfer_status(scb, hscb->
shared_data
.istatus.scsi_status);
7874
switch (hscb->
shared_data
.istatus.scsi_status) {
7970
sc = (struct scsi_request_sense *)hscb->
shared_data
.idata.cdb;
8083
spkt = &hscb->
shared_data
.istatus;
aic7xxx.c
490
ahc_set_scsi_status(scb, hscb->
shared_data
.status.scsi_status);
491
switch (hscb->
shared_data
.status.scsi_status) {
524
(&hscb->
shared_data
.cdb);
1536
for (i = 0; i < sizeof(hscb->
shared_data
.cdb); i++)
1537
printf("%#02x", hscb->
shared_data
.cdb[i]);
6111
spkt = &hscb->
shared_data
.status;
Completed in 28 milliseconds
Indexes created Tue Sep 30 20:09:53 GMT 2025