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/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.c228 const char *status_str; in port_module() local
248 status_str = mlx5_pme_status_to_string(module_status); in port_module()
254 module_num, status_str, error_str); in port_module()
258 module_num, status_str); in port_module()
/linux/drivers/scsi/mpi3mr/
H A Dmpi3mr_os.c1629 char *status_str = NULL; in mpi3mr_sastopochg_evt_debug() local
1634 status_str = "remove"; in mpi3mr_sastopochg_evt_debug()
1637 status_str = "responding"; in mpi3mr_sastopochg_evt_debug()
1640 status_str = "remove delay"; in mpi3mr_sastopochg_evt_debug()
1643 status_str = "direct attached"; in mpi3mr_sastopochg_evt_debug()
1646 status_str = "unknown status"; in mpi3mr_sastopochg_evt_debug()
1650 __func__, status_str); in mpi3mr_sastopochg_evt_debug()
1666 status_str = "target remove"; in mpi3mr_sastopochg_evt_debug()
1669 status_str = "delay target remove"; in mpi3mr_sastopochg_evt_debug()
1672 status_str = "link status change"; in mpi3mr_sastopochg_evt_debug()
[all …]
/linux/drivers/scsi/mpt3sas/
H A Dmpt3sas_scsih.c7496 char *status_str = NULL; in _scsih_sas_topology_change_event_debug() local
7501 status_str = "add"; in _scsih_sas_topology_change_event_debug()
7504 status_str = "remove"; in _scsih_sas_topology_change_event_debug()
7508 status_str = "responding"; in _scsih_sas_topology_change_event_debug()
7511 status_str = "remove delay"; in _scsih_sas_topology_change_event_debug()
7514 status_str = "unknown status"; in _scsih_sas_topology_change_event_debug()
7517 ioc_info(ioc, "sas topology change: (%s)\n", status_str); in _scsih_sas_topology_change_event_debug()
7532 status_str = "target add"; in _scsih_sas_topology_change_event_debug()
7535 status_str = "target remove"; in _scsih_sas_topology_change_event_debug()
7538 status_str = "delay target remove"; in _scsih_sas_topology_change_event_debug()
[all …]
/linux/drivers/gpu/drm/panthor/
H A Dpanthor_fw.c1053 static const char * const status_str[] = { in panthor_fw_start() local
1062 status < ARRAY_SIZE(status_str) ? status_str[status] : "unknown"); in panthor_fw_start()
/linux/drivers/net/
H A Damt.c39 static char *status_str[] = { variable
586 status_str[amt->status], status_str[status]); in amt_update_gw_status()
599 status_str[tunnel->status], status_str[status]); in __amt_update_relay_status()