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

/macosx-10.9.5/configd-596.15/SystemConfiguration.fproj/
H A DSCD.h35 aslclient _asl; member in struct:__anon7066
H A DSCD.c71 if (tsd->_asl != NULL) asl_close(tsd->_asl);
97 tsd->_asl = NULL;
375 if (tsd->_asl == NULL) {
376 tsd->_asl = asl_open(NULL, NULL, 0);
377 asl_set_filter(tsd->_asl, ASL_FILTER_MASK_UPTO(ASL_LEVEL_DEBUG));
379 asl = tsd->_asl;
/macosx-10.9.5/syslog-217.1.4/libsystem_asl.tproj/include/
H A Dasl.h223 aslclient _asl = (asl); \
225 uint32_t _asl_eval = _asl_evaluate_send(_asl, _msg, (level)); \
226 if (_asl_eval != 0) _asl_lib_log(_asl, _asl_eval, _msg, (format), ## __VA_ARGS__); \

Completed in 214 milliseconds