Searched refs:host_status (Results 1 – 15 of 15) sorted by relevance
17 host_status=$(gpio_get "$GPIOCHIP_IO_EXP_HOST_POWER_STATUS" "$IO_EXP_P0_PWRGD_R_OUT")19 if [ "$host_status" = "gpioget failed" ]; then42 if [ "$host_status" == "$STATE_ON" ]; then58 if [ "$host_status" != "$STATE_OFF" ]; then67 if [ "$host_status" != "$STATE_ON" ]; then75 if [ "$host_status" != "$STATE_ON" ]; then
15 host_status=$(gpio_get "$GPIOCHIP_IO_EXP_HOST_POWER_STATUS" "$IO_EXP_P0_PWRGD_R_OUT")17 if [ "$host_status" = "gpioget failed" ]; then38 if [ "$host_status" == "$STATE_OFF" ]71 if [ "$host_status" == "$STATE_OFF" ]
13 host_status=$(gpio_get "$GPIOCHIP_IO_EXP_HOST_POWER_STATUS" "$IO_EXP_P0_PWRGD_R_OUT")15 if [ "$host_status" = "gpioget failed" ]; then36 if [ "$host_status" == "$STATE_ON" ]83 if [ "$host_status" == "$STATE_ON" ]
14 host_status=$(gpio_get "$GPIOCHIP_IO_EXP_HOST_POWER_STATUS" "$IO_EXP_P0_PWRGD_R_OUT")15 if [ "$host_status" != "$STATE_ON" ]
20 host_status=$(gpio_get "$GPIOCHIP_IO_EXP_HOST_POWER_STATUS" "$IO_EXP_P0_PWRGD_R_OUT")22 if [ "$host_status" = "$STATE_ON" ]; then23 echo "$host_status"
14 host_status=$(gpio_get "$GPIOCHIP_IO_EXP_HOST_POWER_STATUS" "$IO_EXP_P0_PWRGD_R_OUT")15 if [ "$host_status" != "$STATE_ON" ]; then
28 host_status=$(gpio_get "$GPIOCHIP_IO_EXP_HOST_POWER_STATUS" "$IO_EXP_P0_PWRGD_R_OUT")29 if [ "$host_status" != "$STATE_ON" ]
77 host_status=$(gpio_get "$GPIOCHIP_IO_EXP_HOST_POWER_STATUS" "$IO_EXP_P0_PWRGD_R_OUT")78 if [ "$host_status" != "$STATE_ON" ]
47 host_status() { function
145 int scsi_sense_from_host_status(uint8_t host_status, SCSISense *sense);
91 } else if (io_hdr->host_status != SCSI_HOST_OK) { in scsi_command_complete_noio()92 scsi_req_complete_failed(&r->req, io_hdr->host_status); in scsi_command_complete_noio()312 if (r->io_header.host_status != SCSI_HOST_OK || in scsi_read_complete()548 io_header.driver_status || io_header.host_status) { in scsi_SG_IO_FROM_DEV()550 io_header.host_status); in scsi_SG_IO_FROM_DEV()
227 int16_t host_status; in scsi_handle_rw_error() local241 host_status = r->req.host_status; in scsi_handle_rw_error()242 if (host_status != -1) { in scsi_handle_rw_error()244 r->req.host_status = -1; in scsi_handle_rw_error()306 if (host_status != -1) { in scsi_handle_rw_error()307 scsi_req_complete_failed(&r->req, host_status); in scsi_handle_rw_error()2840 if (io_hdr->host_status != SCSI_HOST_OK) { in scsi_block_sgio_complete()2841 r->req.host_status = io_hdr->host_status; in scsi_block_sgio_complete()
518 switch (req->host_status) { in pvscsi_command_failed()
105 u32 host_status; member
630 int scsi_sense_from_host_status(uint8_t host_status, in scsi_sense_from_host_status() argument633 switch (host_status) { in scsi_sense_from_host_status()