Searched refs:AdwSendIdleCmd (Results 1 – 2 of 2) sorted by relevance
/openbsd/sys/dev/ic/ |
H A D | adwlib.h | 1004 AdwSendIdleCmd((sc), (u_int16_t) IDLE_CMD_ABORT, (ccb_ptr)->hashkey) 1018 AdwSendIdleCmd((sc), (u_int16_t) IDLE_CMD_DEVICE_RESET, (target_id), 0) 1099 int AdwSendIdleCmd(ADW_SOFTC *, u_int16_t, u_int32_t);
|
H A D | adwlib.c | 1826 status = AdwSendIdleCmd(sc, (u_int16_t) IDLE_CMD_SCSI_RESET_START, 0L); in AdwResetCCB() 1843 status = AdwSendIdleCmd(sc, (u_int16_t) IDLE_CMD_SCSI_RESET_END, 0L); in AdwResetCCB() 2110 AdwSendIdleCmd(ADW_SOFTC *sc, u_int16_t idle_cmd, u_int32_t idle_cmd_parameter) in AdwSendIdleCmd() function
|