Searched refs:ocs_log_info (Results 1 – 8 of 8) sorted by relevance
| /freebsd-11-stable/sys/dev/ocs_fc/ |
| HD | ocs_domain.c | 51 ocs_log_info(domain->ocs, "[domain] %-20s %-20s\n", __func__, ocs_sm_event_name(evt)); \ 57 ocs_log_info(domain ? domain->ocs : NULL, fmt, ##__VA_ARGS__); \ 62 ocs_log_info(domain ? domain->ocs : NULL, fmt, ##__VA_ARGS__); \ 689 ocs_log_info(ocs, "Overriding WWN\n"); in __ocs_domain_wait_alloc()
|
| HD | ocs_node.h | 46 ocs_log_info(node->ocs, "[%s] %-20s\n", node->display_name, ocs_sm_event_name(evt)); \
|
| HD | ocs_os.h | 377 #define ocs_log_info(os, fmt, ...) ocs_log(os, LOG_INFO, fmt, ##__VA_ARGS__); macro
|
| HD | ocs_els.c | 54 ocs_log_info(ocs, "[%s] %-20s\n", node->display_name, __func__); \ 2125 ocs_log_info(ocs, "[%s] %-8s %-20s %-20s\n", node->display_name, els->display_name, \
|
| HD | ocs_scsi.c | 61 #define scsi_io_printf(io, fmt, ...) ocs_log_info(io->ocs, "[%s]" SCSI_IOFMT fmt, \ 73 ocs_log_info(ocs, fmt, ##__VA_ARGS__); \
|
| HD | ocs_cam.c | 1318 ocs_log_info(ocs, "OCS CAM TASK SET FULL. Tasks >= %d\n", in ocs_task_set_full_or_busy() 1323 ocs_log_info(ocs, "OCS CAM SCSI BUSY\n"); in ocs_task_set_full_or_busy()
|
| HD | ocs_ioctl.c | 783 ocs_log_info(ocs, "Firmware updated successfully\n"); in ocs_sys_fwupgrade()
|
| HD | ocs_hw.c | 1008 …ocs_log_info(hw->os, "watchdog timer configured with timeout = %d seconds \n", hw->watchdog_timeou… in ocs_hw_init()
|