Home
last modified time | relevance | path

Searched refs:host_status (Results 1 – 15 of 15) sorted by relevance

/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/state/phosphor-state-manager/
H A Dhost-powercycle17 host_status=$(gpio_get "$GPIOCHIP_IO_EXP_HOST_POWER_STATUS" "$IO_EXP_P0_PWRGD_R_OUT")
19 if [ "$host_status" = "gpioget failed" ]; then
42 if [ "$host_status" == "$STATE_ON" ]; then
58 if [ "$host_status" != "$STATE_OFF" ]; then
67 if [ "$host_status" != "$STATE_ON" ]; then
75 if [ "$host_status" != "$STATE_ON" ]; then
H A Dhost-poweroff15 host_status=$(gpio_get "$GPIOCHIP_IO_EXP_HOST_POWER_STATUS" "$IO_EXP_P0_PWRGD_R_OUT")
17 if [ "$host_status" = "gpioget failed" ]; then
38 if [ "$host_status" == "$STATE_OFF" ]
71 if [ "$host_status" == "$STATE_OFF" ]
H A Dhost-poweron13 host_status=$(gpio_get "$GPIOCHIP_IO_EXP_HOST_POWER_STATUS" "$IO_EXP_P0_PWRGD_R_OUT")
15 if [ "$host_status" = "gpioget failed" ]; then
36 if [ "$host_status" == "$STATE_ON" ]
83 if [ "$host_status" == "$STATE_ON" ]
H A Dhost-poweron-failure14 host_status=$(gpio_get "$GPIOCHIP_IO_EXP_HOST_POWER_STATUS" "$IO_EXP_P0_PWRGD_R_OUT")
15 if [ "$host_status" != "$STATE_ON" ]
H A Dlog-chassis-powercycle-sel20 host_status=$(gpio_get "$GPIOCHIP_IO_EXP_HOST_POWER_STATUS" "$IO_EXP_P0_PWRGD_R_OUT")
22 if [ "$host_status" = "$STATE_ON" ]; then
23 echo "$host_status"
H A Dhost-powerreset-failure14 host_status=$(gpio_get "$GPIOCHIP_IO_EXP_HOST_POWER_STATUS" "$IO_EXP_P0_PWRGD_R_OUT")
15 if [ "$host_status" != "$STATE_ON" ]; then
H A Dhost-powerreset28 host_status=$(gpio_get "$GPIOCHIP_IO_EXP_HOST_POWER_STATUS" "$IO_EXP_P0_PWRGD_R_OUT")
29 if [ "$host_status" != "$STATE_ON" ]
H A Drescan-cxl-eid77 host_status=$(gpio_get "$GPIOCHIP_IO_EXP_HOST_POWER_STATUS" "$IO_EXP_P0_PWRGD_R_OUT")
78 if [ "$host_status" != "$STATE_ON" ]
/openbmc/openbmc/meta-fii/meta-kudo/recipes-kudo/host/files/
H A Dampere_power_util.sh47 host_status() { function
/openbmc/qemu/include/scsi/
H A Dutils.h145 int scsi_sense_from_host_status(uint8_t host_status, SCSISense *sense);
/openbmc/qemu/hw/scsi/
H A Dscsi-generic.c91 } 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()
H A Dscsi-disk.c227 int16_t host_status; in scsi_handle_rw_error() local
241 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()
H A Dvmw_pvscsi.c518 switch (req->host_status) { in pvscsi_command_failed()
/openbmc/u-boot/arch/arm/include/asm/arch-rockchip/
H A Dgrf_rv1108.h105 u32 host_status; member
/openbmc/qemu/scsi/
H A Dutils.c630 int scsi_sense_from_host_status(uint8_t host_status, in scsi_sense_from_host_status() argument
633 switch (host_status) { in scsi_sense_from_host_status()