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