Home
last modified time | relevance | path

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

/freebsd/sys/dev/mpi3mr/
H A Dmpi3mr_cam.c1564 char *status_str = NULL; in mpi3mr_sastopochg_evt_debug() local
1569 status_str = "remove"; in mpi3mr_sastopochg_evt_debug()
1572 status_str = "responding"; in mpi3mr_sastopochg_evt_debug()
1575 status_str = "remove delay"; in mpi3mr_sastopochg_evt_debug()
1586 __func__, status_str); in mpi3mr_sastopochg_evt_debug()
1614 status_str = "unknown"; in mpi3mr_sastopochg_evt_debug()
1692 char *status_str = NULL; in mpi3mr_pcietopochg_evt_debug() local
1697 status_str = "remove"; in mpi3mr_pcietopochg_evt_debug()
1700 status_str = "responding"; in mpi3mr_pcietopochg_evt_debug()
1713 __func__, status_str); in mpi3mr_pcietopochg_evt_debug()
[all …]
/freebsd/sys/dev/ocs_fc/
H A Docs_mgmt.c625 char status_str[80]; in ocs_mgmt_firmware_write() local
691 if (arg_out_length > sizeof(status_str)) { in ocs_mgmt_firmware_write()
692 arg_out_length = sizeof(status_str); in ocs_mgmt_firmware_write()
694 ocs_memset(status_str, 0, sizeof(status_str)); in ocs_mgmt_firmware_write()
695 ocs_snprintf(status_str, arg_out_length, "%d", change_status); in ocs_mgmt_firmware_write()
696 if (ocs_copy_to_user(arg_out, status_str, arg_out_length)) { in ocs_mgmt_firmware_write()