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

/macosx-10.10/CommonCrypto-60061/lib/
H A Dccdebug.c51 globals->aslhandle = asl_open(std_ident, std_facility, std_options);
/macosx-10.10/syslog-267/libsystem_asl.tproj/src/
H A Dsyslog.c143 _sl_asl = asl_open(NULL, NULL, ASL_OPT_SYSLOG_LEGACY);
187 _sl_asl = asl_open(_sl_ident, facility, asl_opts);
H A Dasl.c251 asl_open(const char *ident, const char *facility, uint32_t opts) function
282 * since asl_open(xxx, yyy, 0) calls _asl_notify_open(1)
285 _asl_global.asl = (asl_client_t *)asl_open(NULL, NULL, ASL_OPT_NO_REMOTE);
/macosx-10.10/mDNSResponder-561.1.1/mDNSMacOSX/
H A Dhelper-main.c107 logclient = asl_open(NULL, kmDNSHelperServiceName, (opt_debug ? ASL_OPT_STDERR : 0));
H A Ddaemon.c2948 log_client = asl_open(NULL, "mDNSResponder", 0);
/macosx-10.10/syslog-267/libsystem_asl.tproj/include/
H A Dasl.h215 * Options for asl_open().
312 * necessary initializations on the fly. A call to asl_open() is required
336 asl_object_t asl_open(const char *ident, const char *facility, uint32_t opts) __OSX_AVAILABLE_STARTING(__MAC_10_4, __IPHONE_2_0);
504 * a client connection, equivalent to asl_open(NULL, NULL, 0).
/macosx-10.10/Heimdal-398.1.2/lib/gssapi/mech/
H A Dcontext.c111 ctx->asl = asl_open(getprogname(), NULL, 0);
/macosx-10.10/IOHIDFamily-606.1.7/IOHIDEventSystemPlugIns/
H A DIOHIDEventSystemStatistics.cpp224 _asl = asl_open("ButtonLogging", "Button Filtering Information", 0);
/macosx-10.10/Security-57031.1.35/Security/utilities/src/
H A Ddebugging.c408 client = asl_open(NULL, "SecLogging", 0);
/macosx-10.10/Security-57031.1.35/Security/utilities/utilities/
H A Ddebugging.c408 client = asl_open(NULL, "SecLogging", 0);
/macosx-10.10/configd-699.1.5/SystemConfiguration.fproj/
H A DSCD.c406 tsd->_asl = asl_open(NULL, (is_install_environment() ? INSTALL_FACILITY : NULL), 0);
763 tempLogger->aslc = asl_open(NULL, (is_install_environment() ? INSTALL_FACILITY : NULL), ASL_OPT_NO_DELAY);
/macosx-10.10/Heimdal-398.1.2/lib/krb5/
H A Dlog.c275 sd->client = asl_open(getprogname(), fac, 0);
/macosx-10.10/Security-57031.1.35/Security/include/security_keychain/
H A DSecRecoveryPassword.c67 aslhandle = asl_open(std_ident, std_facility, std_options);
/macosx-10.10/Security-57031.1.35/Security/libsecurity_keychain/Security/
H A DSecRecoveryPassword.c67 aslhandle = asl_open(std_ident, std_facility, std_options);
/macosx-10.10/Security-57031.1.35/Security/libsecurity_keychain/lib/
H A DSecRecoveryPassword.c67 aslhandle = asl_open(std_ident, std_facility, std_options);
/macosx-10.10/Libc-1044.1.2/gen/
H A Dutmpx-darwin.c363 aslclient asl = asl_open(NULL, NULL, ASL_OPT_NO_REMOTE); /* could be NULL, but still works */
366 asl_object_t asl = asl_open(NULL, NULL, ASL_OPT_NO_REMOTE);
/macosx-10.10/gssd-64/
H A Dgssd_util.c548 asl = asl_open(getprogname(), GSSD_FACILITY, 0);
/macosx-10.10/kext_tools-384.1.4/
H A Dkext_tools_util.c1117 gASLClientHandle = asl_open(/* ident */ name, /* facility*/ name,
/macosx-10.10/syslog-267/aslmanager.tproj/
H A Daslmanager.c160 aslc = asl_open("aslmanager", "syslog", 0);

Completed in 418 milliseconds