Home
last modified time | relevance | path

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

/freebsd/sys/dev/ocs_fc/
H A Docs_os.h369 extern void _ocs_log(ocs_t *ocs, const char *func, int line, const char *fmt, ...);
381 _ocs_log(os, __func__, __LINE__, fmt, ##__VA_ARGS__); \
H A Docs_os.c566 void _ocs_log(ocs_t *ocs, const char *func_name, int line, const char *fmt, ...) in _ocs_log() function