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

/osnet-11/usr/src/lib/libnisdb/
H A Dldap_util.c49 logmsg(int msgtype, int priority, const char *fmt, ...) { argument
55 * msgtype is MSG_ALWAYS.
57 if (priority == LOG_INFO && !verbose && msgtype != MSG_ALWAYS)
61 if (msgtype != MSG_NOTIMECHECK && msgtype != MSG_ALWAYS &&
62 msgtype > 0 && msgtype < MSG_LASTMSG &&
64 if (tp.tv_sec - msgtime[msgtype] < msgtimeout)
66 msgtime[msgtype] = tp.tv_sec;
165 int msgtype; local
[all...]
H A Dldap_util.h83 void logmsg(int msgtype, int priority, const char *fmt, ...);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/IPC/SysV/t/
H A Dipcsysv.t73 my $msgtype = 1;
80 unless (msgsnd($msg,pack("L! a*",$msgtype,$msgtext),IPC_NOWAIT)) {
128 unless ($rmsgtype == $msgtype && $rmsgtext eq $msgtext) {
/osnet-11/usr/src/lib/libldap4/include/
H A Dldap-int.h40 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,
/osnet-11/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...]
/osnet-11/usr/src/lib/libldap4/common/
H A Dcache.c268 add_request_to_cache( LDAP *ld, unsigned int msgtype, BerElement *request ) argument
299 new->lm_msgtype = (int) msgtype;;
423 check_cache( LDAP *ld, unsigned int msgtype, BerElement *request ) argument
460 if ( m->lm_msgtype == msgtype &&
H A Drequest.c113 send_initial_request( LDAP *ld, unsigned int msgtype, char *dn, argument
/osnet-11/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.h667 int nsldapi_parse_result( LDAP *ld, int msgtype, BerElement *rber,
716 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 ));
/osnet-11/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.c55 static char *msgtype2str( int msgtype );
1343 msgtype2str( int msgtype )
1356 if ( msgtype == ldapsearch_msgtypes[ i ].ldst2s_type ) {
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/IPC/SysV/
H A DMsg.pm120 $msg->snd(pack("l! a*",$msgtype,$msg));
/osnet-11/usr/src/lib/libv12n/sparc/
H A Dlibv12n.c746 v12n_get_ldma_system_msg(int msgtype, char **strp) argument
762 v12n_ldma_msgtype = msgtype;

Completed in 73 milliseconds