Searched refs:bharray (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/cmd/sendmail/db/mp/ |
H A D | mp_sync.c | 38 BH *bhp, **bharray; local 66 if ((ret = __os_malloc(nalloc * sizeof(BH *), NULL, &bharray)) != 0) 159 bharray[ar_cnt] = bhp; 178 qsort(bharray, ar_cnt, sizeof(BH *), __bhcmp); 191 if (bharray[next]->ref > 1) { 192 --bharray[next]->ref; 197 mfp = R_ADDR(dbmp, bharray[next]->mf_offset); 198 ret = __memp_bhwrite(dbmp, mfp, bharray[next], NULL, &wrote); 201 --bharray[next]->ref; 213 (u_long)bharray[next]->pgno); [all …]
|