/src/sys/arch/bebox/stand/boot/ |
siop.c | 72 static int _scsi_inquire(struct siop_adapter *, int, int, int, char *); 788 _scsi_inquire(struct siop_adapter *adp, int t, int l, int buflen, char *buf) function in typeref:typename:int 1065 if (_scsi_inquire(adp, t, l, sizeof(buf), buf) != 0) 1099 error = _scsi_inquire(adp, sd->sc_target, sd->sc_lun, buflen, buf);
|
/src/sys/arch/prep/stand/boot/ |
siop.c | 68 static int _scsi_inquire(struct siop_adapter *, int, int, int, void *); 767 _scsi_inquire(struct siop_adapter *adp, int t, int l, int buflen, void *buf) function in typeref:typename:int 1027 if (_scsi_inquire(adp, t, l, 1061 error = _scsi_inquire(adp, sd->sc_target, sd->sc_lun, buflen, buf);
|