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

/macosx-10.10/configd-699.1.5/Plugins/Logger/
H A Dlogger.c137 SCLOG(NULL, NULL, ASL_LEVEL_ERR, CFSTR("socket() failed"));
225 SCLOG(NULL, NULL, ASL_LEVEL_ERR, CFSTR("recv() failed: %s"), strerror(errno));
232 SCLOG(NULL, NULL, ASL_LEVEL_ERR, CFSTR("missed SYSPROTO_EVENT event, buffer not big enough"));
255 SCLOG(NULL, log_msg, ~ASL_LEVEL_INFO,
262 SCLOG(NULL, log_msg, ~ASL_LEVEL_INFO,
269 SCLOG(NULL, log_msg, ~ASL_LEVEL_INFO,
279 SCLOG(NULL, log_msg, ~ASL_LEVEL_INFO,
291 SCLOG(NULL, log_msg, ~ASL_LEVEL_INFO,
341 SCLOG(NULL, log_msg, ~ASL_LEVEL_INFO,
350 SCLOG(NUL
[all...]
/macosx-10.10/configd-699.1.5/SCMonitor/
H A Dmonitor.c125 SCLOG(NULL, myInstance->log_msg, ASL_LEVEL_ERR,
206 SCLOG(NULL, myInstance->log_msg, ASL_LEVEL_ERR, CFSTR("SCMonitor: AECreateDesc() failed: %d"), (int)status);
217 SCLOG(NULL, myInstance->log_msg, ASL_LEVEL_ERR, CFSTR("SCMonitor: LSOpenFromURLSpec() failed: %d"), (int)status);
251 SCLOG(NULL, myInstance->log_msg, ASL_LEVEL_ERR,
281 SCLOG(NULL, NULL, ASL_LEVEL_ERR, CFSTR("SCMonitor: can't find user notification"));
351 SCLOG(NULL, myInstance->log_msg, ASL_LEVEL_ERR, CFSTR("SCMonitor: can't find bundle"));
421 SCLOG(NULL, myInstance->log_msg, ASL_LEVEL_ERR, CFSTR("SCMonitor: CFUserNotificationCreate() failed, %d"), (int)error);
431 SCLOG(NULL, myInstance->log_msg, ASL_LEVEL_ERR, CFSTR("SCMonitor: CFUserNotificationCreateRunLoopSource() failed"));
493 SCLOG(NULL, myInstance->log_msg, ASL_LEVEL_NOTICE, CFSTR("add/update service for %@"), name);
499 SCLOG(NUL
[all...]
/macosx-10.10/configd-699.1.5/SystemConfiguration.fproj/
H A DSCPUnlock.c107 SCLOG(NULL, m, ASL_LEVEL_DEBUG,
H A DSCPrivate.h467 #define SCLOG(sclogger, level, __string, ...) SCLoggerLog(sclogger, level, CFSTR(__string), ## __VA_ARGS__) // temporary, remove once all "old" clients have migrated macro
470 @function SCLOG
483 void SCLOG (asl_object_t asl,
H A DSCPLock.c213 SCLOG(NULL, m, ASL_LEVEL_DEBUG,
H A DSCD.c560 SCLOG(asl_object_t asl, asl_object_t msg, int level, CFStringRef formatString, ...) function
/macosx-10.10/configd-699.1.5/Plugins/InterfaceNamer/
H A Difnamer.c275 SCLOG(NULL, m, ~ASL_LEVEL_ERR, CFSTR("%s\n%@"), signature, issue);

Completed in 145 milliseconds