| /onnv-gate/usr/src/lib/libnisdb/ |
| H A D | ldap_util.c | 52 logmsg(int msgtype, int priority, char *fmt, ...) { in logmsg() argument 60 if (priority == LOG_INFO && !verbose && msgtype != MSG_ALWAYS) in logmsg() 64 if (msgtype != MSG_NOTIMECHECK && msgtype != MSG_ALWAYS && in logmsg() 65 msgtype > 0 && msgtype < MSG_LASTMSG && in logmsg() 67 if (tp.tv_sec - msgtime[msgtype] < msgtimeout) in logmsg() 69 msgtime[msgtype] = tp.tv_sec; in logmsg() 168 int msgtype; in logError() local 173 msgtype = MSG_LASTMSG; in logError() 176 msgtype = MSG_NOMEM; in logError() 179 msgtype = MSG_TSDERR; in logError() [all …]
|
| H A D | ldap_util.h | 86 void logmsg(int msgtype, int priority, char *fmt, ...);
|
| /onnv-gate/usr/src/cmd/mail/ |
| H A D | parse.c | 198 msgtype = optarg; in parse() 199 if (msgtype[0] == '\0' || msgtype[0] == '-') { in parse()
|
| H A D | init.c | 198 char *msgtype; variable
|
| /onnv-gate/usr/src/cmd/lvm/rpc.mdcommd/ |
| H A D | mdmn_commd_server.c | 1171 md_mn_msgtype_t msgtype = msg->msg_type; in do_message_locally() local 1176 handler = mdmn_get_handler(msgtype); in do_message_locally() 1187 result->mmr_msgtype = msgtype; in do_message_locally() 1197 MSGID_ELEMS(msg->msg_msgid), msgtype); in do_message_locally() 1211 MSGID_ELEMS(msg->msg_msgid), msgtype); in do_message_locally() 1219 MSGID_ELEMS(msg->msg_msgid), msgtype); in do_message_locally() 1223 MSGID_ELEMS(msg->msg_msgid), msgtype); in do_message_locally() 1264 md_mn_msgtype_t msgtype; in do_send_message() local 1268 msgtype = msg->msg_type; in do_send_message() 1270 class = mdmn_get_message_class(msgtype); in do_send_message() [all …]
|
| /onnv-gate/usr/src/lib/lvm/libmeta/common/ |
| H A D | meta_mn_comm.c | 44 mdmn_get_message_class(md_mn_msgtype_t msgtype) in mdmn_get_message_class() argument 46 return (msg_table[msgtype].mte_class); in mdmn_get_message_class() 50 mdmn_get_handler(md_mn_msgtype_t msgtype)) in mdmn_get_handler() argument 53 return (msg_table[msgtype].mte_handler); in mdmn_get_handler() 57 mdmn_get_submessage_generator(md_mn_msgtype_t msgtype)) in mdmn_get_submessage_generator() argument 60 return (msg_table[msgtype].mte_smgen); in mdmn_get_submessage_generator() 64 mdmn_get_timeout(md_mn_msgtype_t msgtype) in mdmn_get_timeout() argument 66 return (msg_table[msgtype].mte_timeout); in mdmn_get_timeout() 1068 mdmn_msgtype_lock(md_mn_msgtype_t msgtype, uint_t locktype) in mdmn_msgtype_lock() argument 1076 if ((msgtype == 0) || (msgtype >= MD_MN_NMESSAGES)) { in mdmn_msgtype_lock() [all …]
|
| /onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/IPC/SysV/t/ |
| H A D | msg.t | 37 $msgtype = 1; 39 print $msq->snd($msgtype,$msg,IPC_NOWAIT) ? "ok 2\n" : "not ok 2 # $!\n"; 53 print "not " unless $rmsgtype == $msgtype && $rmsg eq $msg;
|
| H A D | ipcsysv.t | 73 my $msgtype = 1; 80 unless (msgsnd($msg,pack("L! a*",$msgtype,$msgtext),IPC_NOWAIT)) { 128 unless ($rmsgtype == $msgtype && $rmsgtext eq $msgtext) {
|
| /onnv-gate/usr/src/psm/promif/ieee1275/sun4u/ |
| H A D | prom_starcat.c | 52 prom_starcat_switch_tunnel(uint_t portid, uint_t msgtype) in prom_starcat_switch_tunnel() argument 78 ci[4] = p1275_uint2cell(msgtype); in prom_starcat_switch_tunnel()
|
| /onnv-gate/usr/src/lib/libldap4/include/ |
| H A D | ldap-int.h | 40 void add_request_to_cache( LDAP *ld, unsigned int msgtype, 43 int check_cache( LDAP *ld, unsigned int msgtype, BerElement *request ); 142 int send_initial_request( LDAP *ld, unsigned int msgtype,
|
| /onnv-gate/usr/src/uts/sun/io/ttymux/ |
| H A D | ttymux.c | 1096 int msgtype = DB_TYPE(mp); in sm_hp_uwput() local 1098 switch (msgtype) { in sm_hp_uwput() 1145 (void) putnextctl(SM_WQ(plqi), msgtype); in sm_hp_uwput() 1153 (void) putnextctl(SM_WQ(plqi), msgtype); in sm_hp_uwput() 1162 (void) putnextctl(SM_WQ(plqi), msgtype); in sm_hp_uwput() 1173 (void) putnextctl(SM_WQ(plqi), msgtype); in sm_hp_uwput() 1189 sm_dbg('I', ("sm_hp_uwput: default case %d.\n", msgtype)); in sm_hp_uwput() 1257 uchar_t msgtype; in sm_uwput() local 1262 msgtype = DB_TYPE(mp); in sm_uwput() 1266 if (msgtype >= QPCTL && msgtype != M_IOCDATA) { in sm_uwput() [all …]
|
| /onnv-gate/usr/src/lib/libldap4/common/ |
| H A D | cache.c | 268 add_request_to_cache( LDAP *ld, unsigned int msgtype, BerElement *request ) in add_request_to_cache() argument 299 new->lm_msgtype = (int) msgtype;; in add_request_to_cache() 423 check_cache( LDAP *ld, unsigned int msgtype, BerElement *request ) in check_cache() argument 460 if ( m->lm_msgtype == msgtype && in check_cache()
|
| /onnv-gate/usr/src/common/openssl/crypto/krb5/ |
| H A D | krb5_asn.h | 138 ASN1_INTEGER *msgtype; member
|
| H A D | krb5_asn.c | 102 ASN1_EXP(KRB5_APREQBODY, msgtype, ASN1_INTEGER, 1),
|
| /onnv-gate/usr/src/lib/libldap5/sources/ldap/common/ |
| H A D | error.c | 558 nsldapi_parse_result( LDAP *ld, int msgtype, BerElement *rber, int *errcodep, in nsldapi_parse_result() argument 637 if ( msgtype == LDAP_RES_BIND ) { in nsldapi_parse_result() 642 } else if ( msgtype == LDAP_RES_EXTENDED ) { in nsldapi_parse_result()
|
| H A D | result.c | 1171 int msgtype; 1199 msgtype = ldap_msgfree( lm ); 1200 if ( msgtype == LDAP_RES_SEARCH_ENTRY 1201 || msgtype == LDAP_RES_SEARCH_REFERENCE ) {
|
| H A D | ldap-int.h | 670 int nsldapi_parse_result( LDAP *ld, int msgtype, BerElement *rber, 719 int nsldapi_send_initial_request( LDAP *ld, int msgid, unsigned long msgtype,
|
| /onnv-gate/usr/src/uts/sun4u/sys/ |
| H A D | prom_plat.h | 258 uint_t msgtype);
|
| /onnv-gate/usr/src/cmd/ldap/common/ |
| H A D | ldaptest.c | 260 msgtype, delrdn, theInt, sizelimit, err; in main() local 651 if (( msgtype = ldap_result( ld, id, all, in main() 657 msgtype, res->lm_msgid ); in main() 659 if (all || msgtype == LDAP_RES_SEARCH_RESULT) in main()
|
| H A D | ldapsearch.c | 56 static char *msgtype2str( int msgtype ); 1344 msgtype2str( int msgtype ) in msgtype2str() argument 1357 if ( msgtype == ldapsearch_msgtypes[ i ].ldst2s_type ) { in msgtype2str()
|
| /onnv-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/ |
| H A D | packet.c | 809 int msgtype; in send_pkt_internal() local 992 msgtype = (n_bytes == -1) ? MSG_ERR : MSG_WARNING; in send_pkt_internal() 994 dhcpmsg(msgtype, "send_pkt_internal: cannot send " in send_pkt_internal() 997 dhcpmsg(msgtype, "send_pkt_internal: cannot send " in send_pkt_internal()
|
| /onnv-gate/usr/src/lib/libv12n/sparc/ |
| H A D | libv12n.c | 713 v12n_get_ldma_system_msg(int msgtype, char **strp) in v12n_get_ldma_system_msg() argument 729 v12n_ldma_msgtype = msgtype; in v12n_get_ldma_system_msg()
|
| /onnv-gate/usr/src/uts/sun4u/starfire/io/ |
| H A D | idn_proto.c | 214 static void idn_exit_nego(int domid, uint_t msgtype); 230 static void idn_exit_con(int domid, uint_t msgtype); 251 static void idn_exit_fin(int domid, uint_t msgtype); 2288 idn_exit_nego(int domid, uint_t msgtype) in idn_exit_nego() argument 2298 fintype = msgtype ? IDNFIN_NORMAL : IDNFIN_FORCE_HARD; in idn_exit_nego() 2964 idn_exit_con(int domid, uint_t msgtype) in idn_exit_con() argument 2974 INUM2STR(msgtype, str); in idn_exit_con() 2975 PR_PROTO("%s:%d: msgtype = 0x%x(%s)\n", proc, domid, msgtype, str); in idn_exit_con() 2977 fintype = msgtype ? IDNFIN_NORMAL : IDNFIN_FORCE_HARD; in idn_exit_con() 4289 idn_exit_fin(int domid, uint_t msgtype) in idn_exit_fin() argument [all …]
|
| /onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
| H A D | snoop_capture.c | 505 cap_write_error(const char *msgtype) in cap_write_error() argument 509 msgtype, strerror(errno)); in cap_write_error()
|
| /onnv-gate/usr/src/uts/sun4u/starcat/io/ |
| H A D | scosmb.c | 520 dp_trans_event(plat_datapath_info_t *dpmsg, int msgtype) in dp_trans_event() argument 627 if (msgtype == SCDM_DP_ERROR_MSG) { in dp_trans_event()
|