Lines Matching +refs:msg +refs:debug
93 auditd_openlog(int debug, gid_t gid) in auditd_openlog() argument
98 if (debug) in auditd_openlog()
122 if (debug) in auditd_openlog()
239 launch_data_t msg, msd, ld, cdict, to; in lookup_machport() local
242 msg = launch_data_new_string(LAUNCH_KEY_CHECKIN); in lookup_machport()
244 cdict = launch_msg(msg); in lookup_machport()
474 mach_msg_empty_send_t msg; in auditd_relay_signal() local
476 msg.header.msgh_id = signal; in auditd_relay_signal()
477 msg.header.msgh_remote_port = signal_port; in auditd_relay_signal()
478 msg.header.msgh_local_port = MACH_PORT_NULL; in auditd_relay_signal()
479 msg.header.msgh_bits = MACH_MSGH_BITS(MACH_MSG_TYPE_MAKE_SEND, 0); in auditd_relay_signal()
480 mach_msg(&(msg.header), MACH_SEND_MSG|MACH_SEND_TIMEOUT, sizeof(msg), in auditd_relay_signal()