Searched refs:asl_log_descriptor (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/syslog-217.1.4/libsystem_asl.tproj/include/
H A Dasl.h170 * Instructions on how to treat the file descriptor in asl_log_descriptor().
612 * asl_log_descriptor() are not applicable to the message used. descriptor
621 * asl_log_descriptor(c, m, ASL_LEVEL_NOTICE, STDIN_FILENO, ASL_LOG_DESCRIPTOR_READ);
631 * asl_log_descriptor(c, m, ASL_LEVEL_NOTICE, STDOUT_FILENO, ASL_LOG_DESCRIPTOR_WRITE);
632 * asl_log_descriptor(c, m, ASL_LEVEL_ERR, STDERR_FILENO, ASL_LOG_DESCRIPTOR_WRITE);
646 int asl_log_descriptor(aslclient asl, aslmsg msg, int level, int descriptor, uint32_t fd_type)
/macosx-10.9.5/syslog-217.1.4/libsystem_asl.tproj/src/
H A Dasl_fd.c255 int asl_log_descriptor(aslclient ac, aslmsg am, int level, int descriptor, uint32_t fd_type) { function
295 /* Hand off the read end of our pipe to asl_log_descriptor */

Completed in 272 milliseconds