Searched refs:msg_id (Results 1 - 22 of 22) sorted by relevance

/macosx-10.9.5/dcerpc-58/dcerpc/idl_compiler/
H A Derrors.h112 long msg_id,
118 long msg_id,
126 long msg_id,
135 long msg_id,
143 long msg_id,
152 long msg_id,
160 long msg_id, /* Message ID */
168 long msg_id, /* Message ID */
176 long msg_id, /* Message ID */
184 long msg_id, /* Messag
189 long msg_id; member in struct:__anon8071
[all...]
H A Derrors.c177 long msg_id; /* ID of message to output */
217 msg_id = NIDL_EOFNEAR;
219 msg_id = NIDL_SYNTAXNEAR;
224 msg_id = NIDL_EOF;
226 msg_id = NIDL_SYNTAXERR;
228 log_error(lineno, msg_id, text_len, near_text, NULL);
470 * msg_id - the error message ID.
482 long msg_id,
492 msgs.msg_id = msg_id;
175 long msg_id; /* ID of message to output */ local
469 log_source_va( int* counter, STRTAB_str_t filename, int lineno, long msg_id, va_list ap ) argument
516 vlog_source_error( STRTAB_str_t filename, int lineno, long msg_id, va_list ap ) argument
527 log_source_error( STRTAB_str_t filename, int lineno, long msg_id, ... ) argument
561 vlog_source_warning( STRTAB_str_t filename, int lineno, long msg_id, va_list ap ) argument
576 log_source_warning( STRTAB_str_t filename, int lineno, long msg_id, ... ) argument
613 vlog_error( int lineno, long msg_id, va_list ap ) argument
623 log_error( int lineno, long msg_id, ... ) argument
656 vlog_warning( int lineno, long msg_id, va_list ap ) argument
669 log_warning( int lineno, long msg_id, ... ) argument
902 error( long msg_id, ... ) argument
982 warning( long msg_id, ... ) argument
[all...]
H A Dfiles.h167 long msg_id
H A Dfiles.c124 errvec[0].msg_id = NIDL_OPENREAD;
126 errvec[1].msg_id = NIDL_SYSERRMSG;
152 errvec[0].msg_id = NIDL_OPENWRITE;
154 errvec[1].msg_id = NIDL_SYSERRMSG;
645 long msg_id /* Optional msg_id to output */
662 /* Output a message, if msg_id specified is non-zero */
663 if (msg_id != 0)
664 message_print(msg_id, (char*)cmd);
H A Dchecker.h359 long msg_id,
365 long msg_id,
371 long msg_id,
377 long msg_id,
/macosx-10.9.5/xnu-2422.115.4/bsd/vfs/
H A Dvfs_fslog.c145 unsigned long fslog_err(unsigned long msg_id, ... ) argument
155 va_start(ap, msg_id);
164 va_start(ap, msg_id);
165 if (msg_id == FSLOG_MSG_SINGLE) {
172 if (msg_id == FSLOG_MSG_FIRST) {
174 while ((msg_id == FSLOG_MSG_FIRST) ||
175 (msg_id == FSLOG_MSG_LAST) ||
176 (msg_id == FSLOG_MSG_SINGLE)) {
177 msg_id = RandomULong();
182 msg_id
242 unsigned long msg_id; local
[all...]
/macosx-10.9.5/Heimdal-323.92.1/appl/popper/
H A Dpop_uidl.c67 return (pop_msg(p,POP_SUCCESS,"%u %s",msg_num,mp->msg_id));
79 fprintf(p->output,"%u %s\r\n",mp->number,mp->msg_id);
H A Dpop_dropinfo.c56 if (mp->msg_id == NULL)
57 mp->msg_id = find_value_after_colon(buffer);
63 mp->msg_id = find_value_after_colon(buffer);
99 if (mp->msg_id == NULL) {
100 if (asprintf(&mp->msg_id, "no-message-id-%d", mp->number) == -1) {
185 mp->msg_id = 0;
221 mp->number,mp->offset,mp->length,mp->lines, mp->msg_id);
H A Dpop_xover.c24 mp->msg_id,
H A Dpopper.h208 char *msg_id; /* The POP UIDL uniqueifier */ member in struct:__anon718
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/contrib/ldapc++/src/
H A DLDAPModDNRequest.cpp52 int msg_id; local
60 newParentDN,m_deleteOld ? 1 : 0, tmpSrvCtrls, tmpClCtrls,&msg_id);
66 m_msgID=msg_id;
/macosx-10.9.5/ruby-104/ruby/lib/drb/
H A Dinvokemethod.rb14 @obj.__send__(@msg_id, *@argv) do |*x|
H A Ddrb.rb602 def send_request(stream, ref, msg_id, arg, b) # :nodoc:
605 ary.push(dump(msg_id.id2name))
683 # [send_request (ref, msg_id, arg, b)]
920 def send_request(ref, msg_id, arg, b)
921 @msg.send_request(stream, ref, msg_id, arg, b)
1089 def respond_to?(msg_id, priv=false)
1090 case msg_id
1096 method_missing(:respond_to?, msg_id, priv)
1101 def method_missing(msg_id, *a, &b)
1104 DRb.current_server.check_insecure_method(obj, msg_id)
[all...]
/macosx-10.9.5/xnu-2422.115.4/bsd/sys/
H A Dfslog.h74 unsigned long fslog_err(unsigned long msg_id, ... );
/macosx-10.9.5/network_cmds-433/alias/
H A Dalias_smedia.c396 u_short msg_id, msg_len; local
404 memcpy(&msg_id, work, 2);
408 if (ntohs(msg_id) == 0) {
412 if ((ntohs(msg_id) == 1) || (ntohs(msg_id) == 7)) {
/macosx-10.9.5/OpenSSH-186/openssh/
H A Dsftp-client.c74 u_int msg_id; member in struct:sftp_conn
432 id = conn->msg_id++;
457 id = conn->msg_id++;
479 id = expected_id = conn->msg_id++;
599 id = conn->msg_id++;
612 id = conn->msg_id++;
628 id = conn->msg_id++;
644 id = conn->msg_id++;
666 id = conn->msg_id++;
679 id = conn->msg_id
[all...]
/macosx-10.9.5/ruby-104/ruby/test/syslog/
H A Dtest_syslog_logger.rb78 def log(msg_id, *arg, &block)
79 Log.new(log_raw(msg_id, *arg, &block))
82 def log_raw(msg_id, *arg, &block)
85 assert_equal true, @logger.__send__(msg_id, *arg, &block)
503 def log(msg_id, *arg, &block)
504 Log.new(log_raw(msg_id, *arg, &block))
507 def log_raw(msg_id, *arg, &block)
508 assert_equal true, @logger.__send__(msg_id, *arg, &block)
/macosx-10.9.5/ruby-104/ruby/test/logger/
H A Dtest_logger.rb39 def log(logger, msg_id, *arg, &block)
40 Log.new(log_raw(logger, msg_id, *arg, &block))
43 def log_raw(logger, msg_id, *arg, &block)
46 logger.__send__(msg_id, *arg, &block)
/macosx-10.9.5/configd-596.15/SystemConfiguration.fproj/
H A DSCPrivate.h372 @param msg_id The message id.
375 mach_msg_id_t msg_id);
H A DSCDPrivate.c235 _SC_sendMachMessage(mach_port_t port, mach_msg_id_t msg_id) argument
245 msg.header.msgh_id = msg_id;
/macosx-10.9.5/PowerManagement-420.90.1/pmconfigd/
H A DPMConnection.c230 mach_msg_id_t msg_id,
2424 mach_msg_id_t msg_id,
2437 msg.header.msgh_id = msg_id;
2422 _sendMachMessage( mach_port_t port, mach_msg_id_t msg_id, uint32_t payload_bits, uint32_t payload_messagetoken) argument
/macosx-10.9.5/CF-855.17/
H A DCFRunLoop.c443 static uint32_t __CFSendTrivialMachMessage(mach_port_t port, uint32_t msg_id, CFOptionFlags options, uint32_t timeout) { argument
450 header.msgh_id = msg_id;

Completed in 292 milliseconds