Searched refs:soflow_log_handle (Results 1 – 1 of 1) sorted by relevance
82 static os_log_t soflow_log_handle = NULL; variable112 …if (soflow_log_level >= level && debug && soflow_log_handle) { …114 …os_log_error(soflow_log_handle, "SOFLOW - %s:%d <pid %d so %llx> " fmt "\n", __FUNCTION__, __LINE_…117 …os_log(soflow_log_handle, "SOFLOW - %s:%d <pid %d so %llx> " fmt "\n", __FUNCTION__, __LINE__, …195 if (soflow_log_handle == NULL) { in soflow_init()196 soflow_log_handle = os_log_create("com.apple.xnu.net.soflow", "soflow"); in soflow_init()