Searched refs:asl (Results 51 - 75 of 140) sorted by relevance

123456

/macosx-10.9.5/syslog-217.1.4/libsystem_asl.tproj/include/
H A Dasl_file.h30 #include <asl.h>
/macosx-10.9.5/KerberosHelper-148/Source/
H A DLKDC-lookup-plugin.m30 #include <asl.h>
/macosx-10.9.5/configd-596.15/SystemConfiguration.fproj/
H A DSCPrivate.h30 #include <asl.h>
83 1 if SC messages should be logged w/asl(3),
423 @param level An asl(3) logging priority. Passing the complement of a logging
441 @param level An asl(3) logging priority. Passing the complement of a logging
462 @param asl An asl client handle to be used for logging. If NULL, a shared
464 @param msg An asl msg structure to be used for logging. If NULL, a default
465 asl msg will be used.
466 @param level A asl(3) logging priority. Passing the complement of a logging
473 void SCLOG (aslclient asl,
[all...]
/macosx-10.9.5/Libc-997.90.3/gen/
H A Dutmpx-darwin.c43 #include <asl.h>
294 /* send a struct utmpx record using asl */
298 aslclient asl = asl_open(NULL, NULL, ASL_OPT_NO_REMOTE); /* could be NULL, but still works */ local
305 asl_close(asl);
345 asl_send(asl, m);
347 if (asl)
348 asl_close(asl);
459 * We can read from either asl or from a file, so we need to switch between
525 /* use the given file, or if NULL, read from asl */
689 * This sets the directions for both asl an
[all...]
/macosx-10.9.5/syslog-217.1.4/util.tproj/
H A Dsyslog.c43 #include <asl.h>
73 #define NOTIFY_RC "com.apple.asl.remote"
193 fprintf(stderr, " does not apply to com.apple.asl when '*' is used\n");
1010 aslclient asl; local
1045 asl = asl_open(myname, "syslog", 0);
1046 asl_set_filter(asl, ASL_FILTER_MASK_UPTO(ASL_LEVEL_DEBUG));
1082 asl_send(asl, m);
1097 asl_close(asl);
1108 aslclient asl; local
1148 asl
1170 aslclient asl; local
[all...]
/macosx-10.9.5/IOKitUser-907.100.13/
H A DIOCFPlugIn.c28 #include <asl.h>
/macosx-10.9.5/PowerManagement-420.90.1/pmconfigd/
H A DTTYKeepAwake.c53 #include <asl.h>
/macosx-10.9.5/Security-55471.14.18/iCloudStats/
H A Dmain.c22 #include <asl.h>
/macosx-10.9.5/Security-55471.14.18/utilities/src/
H A Ddebugging.c40 #include <asl.h>
H A DSecCertificateTrace.c38 #include <asl.h>
/macosx-10.9.5/Security-55471.14.18/utilities/utilities/
H A Ddebugging.c40 #include <asl.h>
H A DSecCertificateTrace.c38 #include <asl.h>
/macosx-10.9.5/configd-596.15/libSystemConfiguration/
H A DlibSystemConfiguration_server.c26 #include <asl.h>
/macosx-10.9.5/mDNSResponder-522.92.1/mDNSMacOSX/
H A Dhelper-main.c27 #include <asl.h>
/macosx-10.9.5/ppp-727.90.1/Controller/
H A DsessionTracer.c26 #import <asl.h>
/macosx-10.9.5/CF-855.17/
H A DCFUtilities.c48 #include <asl.h>
640 aslclient asl = asl_open(NULL, __CFBundleMainID[0] ? __CFBundleMainID : "com.apple.console", ASL_OPT_NO_DELAY); local
648 asl_send(asl, msg);
650 asl_close(asl);
/macosx-10.9.5/IOKitUser-907.100.13/hid.subproj/
H A DIOHIDQueue.c27 #include <asl.h>
/macosx-10.9.5/Security-55471.14.18/sec/securityd/
H A DSecCAIssuerCache.c44 #include <asl.h>
H A DSecOCSPCache.c39 #include <asl.h>
H A Dasynchttp.c38 #include <asl.h>
/macosx-10.9.5/ipsec-258.100.1/ipsec-tools/racoon/
H A Dplog.c61 #include <asl.h>
/macosx-10.9.5/Heimdal-323.92.1/kdc/
H A Dannounce.c37 #include <asl.h>
/macosx-10.9.5/Libinfo-449.1.3/lookup.subproj/
H A Dils.c35 #include <asl.h>
/macosx-10.9.5/Libnotify-121.20.1/notifyd/
H A Dservice.c29 #include <asl.h>
/macosx-10.9.5/MITKerberosShim-62.1/
H A Ddummy.c40 #include <asl.h>

Completed in 388 milliseconds

123456