Home
last modified time | relevance | path

Searched refs:status_str (Results 1 – 7 of 7) sorted by relevance

/linux/tools/testing/selftests/thermal/intel/power_floor/
H A Dpower_floor_test.c41 char status_str[3]; in main() local
79 if (read(fd, status_str, sizeof(status_str)) < 0) { in main()
100 if (read(fd, status_str, sizeof(status_str)) < 0) in main()
103 printf("power floor status: %s\n", status_str); in main()
/linux/arch/s390/pci/
H A Dpci_event.c182 char *status_str = "success"; in zpci_event_attempt_error_recovery() local
200 status_str = "failed (pass-through)"; in zpci_event_attempt_error_recovery()
209 status_str = "failed (no driver)"; in zpci_event_attempt_error_recovery()
214 status_str = "failed (no driver support)"; in zpci_event_attempt_error_recovery()
221 status_str = "failed (abort on detection)"; in zpci_event_attempt_error_recovery()
228 status_str = "failed (abort on MMIO enable)"; in zpci_event_attempt_error_recovery()
250 status_str = "failed (driver can't recover)"; in zpci_event_attempt_error_recovery()
260 zpci_report_status(zdev, "recovery", status_str); in zpci_event_attempt_error_recovery()
/linux/tools/testing/selftests/watchdog/
H A Dwatchdog-test.c106 const char *status_str; member
134 wdiof_status[wdiof].status_str); in print_status()
167 wdiof_bootstatus[wdiof].status_str); in print_boot_status()
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Devents.c258 const char *status_str; in port_module() local
278 status_str = mlx5_pme_status_to_string(module_status); in port_module()
284 module_num, status_str, error_str); in port_module()
288 module_num, status_str); in port_module()
/linux/drivers/scsi/mpi3mr/
H A Dmpi3mr_os.c1658 char *status_str = NULL; in mpi3mr_sastopochg_evt_debug() local
1663 status_str = "remove"; in mpi3mr_sastopochg_evt_debug()
1666 status_str = "responding"; in mpi3mr_sastopochg_evt_debug()
1669 status_str = "remove delay"; in mpi3mr_sastopochg_evt_debug()
1672 status_str = "direct attached"; in mpi3mr_sastopochg_evt_debug()
1675 status_str = "unknown status"; in mpi3mr_sastopochg_evt_debug()
1679 __func__, status_str); in mpi3mr_sastopochg_evt_debug()
1695 status_str = "target remove"; in mpi3mr_sastopochg_evt_debug()
1698 status_str = "delay target remove"; in mpi3mr_sastopochg_evt_debug()
1701 status_str = "link status change"; in mpi3mr_sastopochg_evt_debug()
[all …]
/linux/drivers/gpu/drm/panthor/
H A Dpanthor_fw.c1094 static const char * const status_str[] = { in panthor_fw_start() local
1103 status < ARRAY_SIZE(status_str) ? status_str[status] : "unknown"); in panthor_fw_start()
/linux/drivers/scsi/qla2xxx/
H A Dqla_target.c4208 const char *status_str; in qlt_do_ctio_completion() local
4212 status_str = "LIP_RESET"; in qlt_do_ctio_completion()
4215 status_str = "TARGET_RESET"; in qlt_do_ctio_completion()
4218 status_str = "ABORTED"; in qlt_do_ctio_completion()
4222 status_str = "TIMEOUT"; in qlt_do_ctio_completion()
4228 status_str, status, cmd->state, in qlt_do_ctio_completion()