Searched refs:tempLogger (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/configd-699.1.5/SystemConfiguration.fproj/
H A DSCD.c758 SCLoggerRef tempLogger = NULL; local
760 tempLogger = __SCLoggerAllocate(kCFAllocatorDefault);
761 tempLogger->loggerID = NULL;
762 tempLogger->flags = kSCLoggerFlagsDefault;
763 tempLogger->aslc = asl_open(NULL, (is_install_environment() ? INSTALL_FACILITY : NULL), ASL_OPT_NO_DELAY);
764 tempLogger->aslm = asl_new(ASL_TYPE_MSG);
765 pthread_mutex_init(&(tempLogger->lock), NULL);
766 tempLogger->module_status = kModuleStatusDoesNotExist;
768 return tempLogger;

Completed in 159 milliseconds