Home
last modified time | relevance | path

Searched refs:pMsg (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/lib/libldap5/sources/ldap/common/
H A Dmemcache.c184 static int memcache_add_to_ld(LDAP *ld, int msgid, LDAPMessage *pMsg);
202 static int memcache_add_res_to_list(ldapmemcacheRes *pRes, LDAPMessage *pMsg,
691 LDAPMessage *pMsg = NULL; in ldap_memcache_result() local
710 if ((nRes = memcache_search(ld, key, &pMsg)) == LDAP_SUCCESS) { in ldap_memcache_result()
711 nRes = memcache_add_to_ld(ld, msgid, pMsg); in ldap_memcache_result()
1109 memcache_add_to_ld(LDAP *ld, int msgid, LDAPMessage *pMsg)
1115 nRes = memcache_dup_message(pMsg, msgid, 1, &pCopy, NULL);
1344 memcache_add_res_to_list(ldapmemcacheRes *pRes, LDAPMessage *pMsg,
1348 pRes->ldmemcr_resTail->lm_chain = pMsg;
1350 pRes->ldmemcr_resHead = pMsg;
[all …]
/titanic_50/usr/src/uts/intel/io/amd8111s/
H A Damd8111s_main.c1277 uint8_t *pMsg; in amd8111s_send() local
1292 pMsg = (uint8_t *)txBuf->vir_addr; in amd8111s_send()
1295 bcopy(tmp->b_rptr, pMsg, frag_len); in amd8111s_send()
1297 pMsg += frag_len; in amd8111s_send()