Searched refs:origid (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dabandon.c41 static int do_abandon( LDAP *ld, int origid, int msgid,
109 do_abandon( LDAP *ld, int origid, int msgid, LDAPControl **serverctrls, argument
121 LDAPDebug( LDAP_DEBUG_TRACE, "do_abandon origid %d, msgid %d\n",
122 origid, msgid, 0 );
142 if ( origid == msgid && lr->lr_parent != NULL ) {
179 if ( origid == msgid && lr->lr_parent != NULL ) {
239 if ( origid == msgid ) {
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipqosconf/
H A Dipqosconf.c3574 * Returns a ptr to the originator name associated with origid. If unknown
3579 get_originator_nm(uint32_t origid) argument
3584 /* scan originators table for origid */
3587 originators[x].value != origid; x++) {}

Completed in 58 milliseconds