Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/ocs_fc/
Docs_os.h372 extern void _ocs_log(ocs_t *ocs, const char *func, int line, const char *fmt, ...);
384 _ocs_log(os, __func__, __LINE__, fmt, ##__VA_ARGS__); \
Docs_os.c568 void _ocs_log(ocs_t *ocs, const char *func_name, int line, const char *fmt, ...) in _ocs_log() function