Home
last modified time | relevance | path

Searched refs:status_str (Results 1 – 8 of 8) 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.c1746 char *status_str = NULL; in mpi3mr_sastopochg_evt_debug() local
1751 status_str = "remove"; in mpi3mr_sastopochg_evt_debug()
1754 status_str = "responding"; in mpi3mr_sastopochg_evt_debug()
1757 status_str = "remove delay"; in mpi3mr_sastopochg_evt_debug()
1760 status_str = "direct attached"; in mpi3mr_sastopochg_evt_debug()
1763 status_str = "unknown status"; in mpi3mr_sastopochg_evt_debug()
1767 __func__, status_str); in mpi3mr_sastopochg_evt_debug()
1783 status_str = "target remove"; in mpi3mr_sastopochg_evt_debug()
1786 status_str = "delay target remove"; in mpi3mr_sastopochg_evt_debug()
1789 status_str = "link status change"; in mpi3mr_sastopochg_evt_debug()
[all …]
/linux/drivers/scsi/mpt3sas/
H A Dmpt3sas_scsih.c8619 char *status_str = NULL; in _scsih_sas_topology_change_event_debug() local
8624 status_str = "add"; in _scsih_sas_topology_change_event_debug()
8627 status_str = "remove"; in _scsih_sas_topology_change_event_debug()
8631 status_str = "responding"; in _scsih_sas_topology_change_event_debug()
8634 status_str = "remove delay"; in _scsih_sas_topology_change_event_debug()
8637 status_str = "unknown status"; in _scsih_sas_topology_change_event_debug()
8640 ioc_info(ioc, "sas topology change: (%s)\n", status_str); in _scsih_sas_topology_change_event_debug()
8655 status_str = "target add"; in _scsih_sas_topology_change_event_debug()
8658 status_str = "target remove"; in _scsih_sas_topology_change_event_debug()
8661 status_str = "delay target remove"; in _scsih_sas_topology_change_event_debug()
[all …]
/linux/drivers/net/
H A Damt.c41 static char *status_str[] = { variable
588 status_str[amt->status], status_str[status]); in amt_update_gw_status()
601 status_str[tunnel->status], status_str[status]); in __amt_update_relay_status()
/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()