Searched refs:sysctl_log_level (Results 1 – 1 of 1) sorted by relevance
268 #define SN_LOG(level, action) if (sysctl_log_level >= level) { action; } /**< Perform log action ON…324 static u_int sysctl_log_level = 0; /**< Stores the current level of logging */ variable368 &sysctl_log_level, 0, sysctl_chg_loglevel, "IU",445 sysctl_log_level = level; in sysctl_chg_loglevel()