Searched refs:msgtype (Results 1 - 25 of 33) sorted by relevance

12

/illumos-gate/usr/src/cmd/mail/
H A Dparse.c198 msgtype = optarg;
199 if (msgtype[0] == '\0' || msgtype[0] == '-') {
H A Dinit.c198 char *msgtype; variable
H A Dmail.h419 extern char *msgtype;
H A Dsendmail.c241 header[H_MTYPE].tag, msgtype);
/illumos-gate/usr/src/lib/libnisdb/
H A Dldap_util.c50 logmsg(int msgtype, int priority, const char *fmt, ...) { argument
56 * msgtype is MSG_ALWAYS.
58 if (priority == LOG_INFO && !verbose && msgtype != MSG_ALWAYS)
62 if (msgtype != MSG_NOTIMECHECK && msgtype != MSG_ALWAYS &&
63 msgtype > 0 && msgtype < MSG_LASTMSG &&
65 if (tp.tv_sec - msgtime[msgtype] < msgtimeout)
67 msgtime[msgtype] = tp.tv_sec;
166 int msgtype; local
[all...]
H A Dldap_util.h84 void logmsg(int msgtype, int priority, const char *fmt, ...);
/illumos-gate/usr/src/psm/promif/ieee1275/sun4u/
H A Dprom_starcat.c52 prom_starcat_switch_tunnel(uint_t portid, uint_t msgtype) argument
78 ci[4] = p1275_uint2cell(msgtype);
/illumos-gate/usr/src/cmd/lvm/rpc.mdcommd/
H A Dmdmn_commd_server.c1171 md_mn_msgtype_t msgtype = msg->msg_type; local
1176 handler = mdmn_get_handler(msgtype);
1187 result->mmr_msgtype = msgtype;
1197 MSGID_ELEMS(msg->msg_msgid), msgtype);
1211 MSGID_ELEMS(msg->msg_msgid), msgtype);
1219 MSGID_ELEMS(msg->msg_msgid), msgtype);
1223 MSGID_ELEMS(msg->msg_msgid), msgtype);
1264 md_mn_msgtype_t msgtype; local
1268 msgtype = msg->msg_type;
1270 class = mdmn_get_message_class(msgtype);
1481 md_mn_msgtype_t msgtype; /* type of the current message */ local
2013 md_mn_msgtype_t msgtype; local
[all...]
/illumos-gate/usr/src/lib/lvm/libmeta/common/
H A Dmeta_mn_comm.c44 mdmn_get_message_class(md_mn_msgtype_t msgtype) argument
46 return (msg_table[msgtype].mte_class);
50 mdmn_get_handler(md_mn_msgtype_t msgtype)) argument
53 return (msg_table[msgtype].mte_handler);
57 mdmn_get_submessage_generator(md_mn_msgtype_t msgtype)) argument
60 return (msg_table[msgtype].mte_smgen);
64 mdmn_get_timeout(md_mn_msgtype_t msgtype) argument
66 return (msg_table[msgtype].mte_timeout);
1061 * Parameter: md_mn_msgtype_t msgtype, uint_t locktype
1068 mdmn_msgtype_lock(md_mn_msgtype_t msgtype, uint_ argument
[all...]
/illumos-gate/usr/src/uts/sun4u/sys/
H A Dprom_plat.h258 uint_t msgtype);
/illumos-gate/usr/src/uts/sun/io/ttymux/
H A Dttymux.c1096 int msgtype = DB_TYPE(mp); local
1098 switch (msgtype) {
1145 (void) putnextctl(SM_WQ(plqi), msgtype); local
1153 (void) putnextctl(SM_WQ(plqi), msgtype); local
1162 (void) putnextctl(SM_WQ(plqi), msgtype); local
1173 (void) putnextctl(SM_WQ(plqi), msgtype); local
1189 sm_dbg('I', ("sm_hp_uwput: default case %d.\n", msgtype));
1257 uchar_t msgtype; local
1262 msgtype = DB_TYPE(mp);
1266 if (msgtype >
1373 int msgtype; local
[all...]
/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Derror.c558 nsldapi_parse_result( LDAP *ld, int msgtype, BerElement *rber, int *errcodep, argument
637 if ( msgtype == LDAP_RES_BIND ) {
642 } else if ( msgtype == LDAP_RES_EXTENDED ) {
H A Dldap-int.h670 int nsldapi_parse_result( LDAP *ld, int msgtype, BerElement *rber,
719 int nsldapi_send_initial_request( LDAP *ld, int msgid, unsigned long msgtype,
H A Dresult.c1171 int msgtype; local
1199 msgtype = ldap_msgfree( lm );
1200 if ( msgtype == LDAP_RES_SEARCH_ENTRY
1201 || msgtype == LDAP_RES_SEARCH_REFERENCE ) {
H A Drequest.c96 nsldapi_send_initial_request( LDAP *ld, int msgid, unsigned long msgtype, argument
141 servers, NULL, ( msgtype == LDAP_REQ_BIND ) ? dn : NULL, 0 ));
/illumos-gate/usr/src/lib/libv12n/sparc/
H A Dlibv12n.c713 v12n_get_ldma_system_msg(int msgtype, char **strp) argument
729 v12n_ldma_msgtype = msgtype;
/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A Dpacket.c809 int msgtype; local
992 msgtype = (n_bytes == -1) ? MSG_ERR : MSG_WARNING;
994 dhcpmsg(msgtype, "send_pkt_internal: cannot send "
997 dhcpmsg(msgtype, "send_pkt_internal: cannot send "
/illumos-gate/usr/src/cmd/ldap/common/
H A Dldaptest.c260 msgtype, delrdn, theInt, sizelimit, err; local
651 if (( msgtype = ldap_result( ld, id, all,
656 printf( "\nresult: msgtype %d msgid %d\n",
657 msgtype, res->lm_msgid );
659 if (all || msgtype == LDAP_RES_SEARCH_RESULT)
H A Dldapsearch.c56 static char *msgtype2str( int msgtype );
1344 msgtype2str( int msgtype )
1357 if ( msgtype == ldapsearch_msgtypes[ i ].ldst2s_type ) {
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_capture.c506 cap_write_error(const char *msgtype) argument
510 msgtype, strerror(errno));
H A Dsnoop_dhcpv6.c352 reconf_to_str(uint8_t msgtype) argument
354 switch (msgtype) {
/illumos-gate/usr/src/uts/sun4u/starcat/io/
H A Dscosmb.c520 dp_trans_event(plat_datapath_info_t *dpmsg, int msgtype) argument
627 if (msgtype == SCDM_DP_ERROR_MSG) {
/illumos-gate/usr/src/uts/sun4u/starfire/io/
H A Didn_proto.c214 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) argument
2298 fintype = msgtype ? IDNFIN_NORMAL : IDNFIN_FORCE_HARD;
2964 idn_exit_con(int domid, uint_t msgtype) argument
2974 INUM2STR(msgtype, str);
2975 PR_PROTO("%s:%d: msgtype = 0x%x(%s)\n", proc, domid, msgtype, str);
2977 fintype = msgtype
4289 idn_exit_fin(int domid, uint_t msgtype) argument
4330 uint_t msgtype; local
5570 register uint_t msgtype, acktype; local
[all...]
/illumos-gate/usr/src/uts/sun4u/serengeti/io/
H A Dsgsbbc_mailbox.c565 "postreg for msgtype=%x\n", msg_type);
2461 int msgtype; local
2466 msgtype = msg->msg_type.type;
2468 cmn_err(CE_NOTE, "%s: msgtype=0x%x\n", f, msgtype);
2554 if (msgtype == MBOX_EVENT_DP_ERROR)
/illumos-gate/usr/src/uts/common/io/lvm/mirror/
H A Dmirror.c451 md_mn_msgtype_t msgtype; local
477 msgtype = MD_MN_MSG_ALLOCATE_HOTSPARE2;
485 msgtype = MD_MN_MSG_ALLOCATE_HOTSPARE;
492 rval = mdmn_ksend_message(setno, msgtype, msgflags, 0,
2432 md_mn_msgtype_t msgtype; local
2552 msgtype = MD_MN_MSG_STATE_UPDATE2;
2560 msgtype = MD_MN_MSG_STATE_UPDATE;
2595 rval = mdmn_ksend_message(setno, msgtype, msgflags, 0,

Completed in 188 milliseconds

12