HomeSort by: relevance | last modified time | path
    Searched defs:siop_scsi_request (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/bebox/stand/boot/
siop.c 65 static int siop_scsi_request(struct siop_adapter *, struct scsi_xfer *);
527 siop_scsi_request(struct siop_adapter *adp, struct scsi_xfer *xs) function in typeref:typename:int
813 error = siop_scsi_request(adp, &xs);
846 error = siop_scsi_request(adp, &sense);
1154 error = siop_scsi_request(adp, &xs);
  /src/sys/arch/prep/stand/boot/
siop.c 61 static int siop_scsi_request(struct siop_adapter *, struct scsi_xfer *);
506 siop_scsi_request(struct siop_adapter *adp, struct scsi_xfer *xs) function in typeref:typename:int
792 error = siop_scsi_request(adp, &xs);
825 error = siop_scsi_request(adp, &sense);
1116 error = siop_scsi_request(adp, &xs);

Completed in 13 milliseconds