Searched refs:asl (Results 1 - 25 of 144) sorted by relevance

123456

/macosx-10.10/Security-57031.1.35/Security/sec/SOSCircle/CloudKeychainProxy/
H A Dckdmain.m53 #include <asl.h>
/macosx-10.10/configd-699.1.5/SystemConfiguration.fproj/
H A DSCD.h30 #include <asl.h>
/macosx-10.10/syslog-267/libsystem_asl.tproj/src/
H A Dasl.c41 #include <asl.h>
122 asl_client_t *asl; member in struct:__anon12685
253 asl_client_t *asl = asl_client_open(ident, facility, opts); local
254 if (asl == NULL) return NULL;
259 return (asl_object_t)asl;
285 _asl_global.asl = (asl_client_t *)asl_open(NULL, NULL, ASL_OPT_NO_REMOTE);
288 if (_asl_global.asl != NULL) _asl_global.asl->options = 0;
294 return _asl_global.asl;
305 asl_client_t *asl; local
330 asl_client_t *asl; local
370 asl_client_t *asl; local
406 asl_client_t *asl; local
442 asl_client_t *asl; local
733 asl_client_t *asl, *asl_default; local
800 asl_base_msg(asl_client_t *asl, uint32_t level, const struct timeval *tv, const char *sstr, const char *fstr, const char *mstr) argument
902 asl_prepared_message(asl_client_t *asl, asl_msg_t *msg) argument
958 asl_client_t *asl = NULL; local
[all...]
H A Dasl_fd.c31 #include <asl.h>
46 asl_client_t *asl; member in struct:__anon12686
100 asl_log((aslclient)aslr->asl, (aslmsg)aslr->msg, aslr->level, "%s", p);
124 asl_log((aslclient)aslr->asl, (aslmsg)aslr->msg, aslr->level, "%s", aslr->buf);
152 asl_client_release(aslr->asl);
196 redirect_serial_q = dispatch_queue_create("com.apple.asl-redirect", NULL);
211 asl_client_t *asl = (asl_client_t *)ac; local
260 redirect_descriptors[descriptor].asl = asl_client_retain(asl);
/macosx-10.10/CommonCrypto-60061/libcn/
H A Dcn_globals.h32 #include <asl.h>
/macosx-10.10/CommonCrypto-60061/lib/
H A DccGlobals.h31 #include <asl.h>
H A Dccdebug.c33 #include <asl.h>
H A Dccdebug.h67 #include <asl.h>
/macosx-10.10/IOKitUser-1050.1.21/hid.subproj/
H A DIOHIDLibPrivate.c27 #include <asl.h>
/macosx-10.10/ppp-786.1.1/Controller/
H A DmessageTracer.h26 #include <asl.h>
43 #define IPSECASLDOMAIN CONSTSTR("com.apple.Networking.vpn.asl.ipsec")
/macosx-10.10/syslog-267/libsystem_asl.tproj/include/
H A Dasl_legacy1.h62 #include <asl.h>
H A Dasl_private.h27 #include <asl.h>
48 #define NOTIFY_RC "com.apple.asl.remote"
73 #define NOQUOTA_FILE_PATH "/etc/asl/.noquota"
/macosx-10.10/files-662.1.1/private/etc/
H A DMakefile33 $(_v) $(INSTALL_FILE) -m 0644 -c asl.conf "$(Destination)/asl.conf"
35 $(_v) $(INSTALL_FILE) -m 0644 -c asl.conf.ios "$(Destination)/asl.conf"
/macosx-10.10/syslog-267/syslogd.tproj/
H A Dafter_install.sh20 install -d -m 0755 -o root -g wheel "$DSTROOT"/private/var/log/asl
/macosx-10.10/crontabs-52/periodic/
H A Dperiodic-wrapper.c8 #include <asl.h>
/macosx-10.10/ipsec-286.1.1/ipsec-tools/racoon/
H A DipsecConfigTracer.c25 #import <asl.h>
H A Dplog.h42 #include <asl.h>
/macosx-10.10/ipsec-286.1.1/ipsec-tools/setkey/
H A DipsecPolicyTracer.c25 #import <asl.h>
/macosx-10.10/kext_tools-384.1.4/
H A Dsecurity.h16 #include <asl.h>
/macosx-10.10/Heimdal-398.1.2/lib/gssapi/mech/
H A Dcontext.c40 #include <asl.h>
52 aslclient asl; member in struct:mg_thread_ctx
74 if (mg->asl)
75 asl_close(mg->asl);
111 ctx->asl = asl_open(getprogname(), NULL, 0);
113 asl_set(ctx->msg, "org.h5l.asl", "gssapi");
470 asl_vlog(mg->asl, mg->msg, asl_level, fmt, ap);
/macosx-10.10/KerberosHelper-151/Source/
H A DDiskUnmountWatcher.c33 #include <asl.h>
/macosx-10.10/Libc-1044.1.2/sys/OpenBSD/
H A Dstack_protector.c34 #include <asl.h>
/macosx-10.10/ipsec-286.1.1/ipsec-tools/Common/
H A DipsecMessageTracer.h26 #import <asl.h>
44 #define IPSECASLDOMAIN CONSTSTR("com.apple.Networking.ipsec.asl")
/macosx-10.10/smb-759.0/lib/smbclient/
H A Dsmbclient_internal.h50 #include <asl.h>
/macosx-10.10/syslog-267/aslcommon/
H A Dasl_memory.h27 #include <asl.h>

Completed in 367 milliseconds

123456