Lines Matching refs:am

56 	new = am(myself, nf * sizeof (new[0]));  in cloneMappingFormat()
74 am(myself, m[i].match.single.numRange * in cloneMappingFormat()
77 am(myself, m[i].match.single.numRange * in cloneMappingFormat()
181 __nis_index_t *new = am(myself, sizeof (*new)); in cloneIndex()
222 new = am(myself, numNames * sizeof (new[0])); in cloneName()
272 n = am(myself, count * sizeof (*n)); in cloneValue()
281 n[c].val = am(myself, n[c].numVals * in cloneValue()
312 n[c].val[i].value = am(myself, amlen); in cloneValue()
377 char *str = am(myself, val->val[i].length + 1); in berEncode()
452 v = am(myself, len); in berDecode()
468 struct berval *bv = am(myself, sizeof (*bv)); in berDecode()
770 val = am(myself, sizeof (*val)); in getMappingFormat()
812 val->val = am(myself, sizeof (val->val[0])); in getMappingFormat()
840 val = am(myself, sizeof (*val)); in getMappingFormat()
845 val->val = am(myself, sizeof (val->val[0])); in getMappingFormat()
859 val = am(myself, sizeof (*val)); in getMappingFormat()
914 v = am(myself, sizeof (*v)); in explodeValues()
927 v->val = am(myself, nv * sizeof (v->val[0])); in explodeValues()
1227 a = am(myself, l+1); in getSearchTriple()
1264 val = am(myself, sizeof (*val)); in getMappingItem()
1282 val->val = am(myself, sizeof (val->val[0])); in getMappingItem()
1304 val->val = am(myself, sizeof (val->val[0])); in getMappingItem()
1332 new->index.name = am(myself, old->index.numIndexes * in copyObjSpec()
1338 new->index.value = am(myself, old->index.numIndexes * in copyObjSpec()
1357 __nis_obj_spec_t *new = am(myself, sizeof (*new)); in cloneObjSpec()
1425 __nis_search_triple_t *new = am(myself, sizeof (*new)); in cloneSearchTriple()
1477 __nis_triple_or_obj_t *new = am(myself, sizeof (*new)); in cloneTripleOrObj()
1543 new = am(myself, sizeof (*new)); in cloneItem()
1580 new = am(myself, (numItems + 1) * sizeof (*new)); in concatenateMappingItem()
1615 v = am(myself, sizeof (*v)); in concatenateValues()
1618 v->val = am(myself, n * sizeof (v->val[0])); in concatenateValues()
1643 v->val[v->numVals].value = am(myself, alen); in concatenateValues()
1836 *val = am(myself, len + 1); in scanMappingFormat()
2125 v = am(myself, sizeof (v[0])); in matchMappingItem()
2128 v[0] = am(myself, sizeof (*v[0])); in matchMappingItem()
2142 v = am(myself, numItems * sizeof (v[0])); in matchMappingItem()
2146 v[n] = am(myself, sizeof (*v[n])); in matchMappingItem()
2157 v[n]->val = am(myself, inVal->numVals * sizeof (v[n]->val[0])); in matchMappingItem()
2411 tv = am(myself, e->element.print.numSubElements * in getMappingElement()
2413 np_ldap_stat = am(myself, in getMappingElement()