Searched refs:_lp (Results 1 - 2 of 2) sorted by relevance
/illumos-gate/usr/src/cmd/sgs/include/ |
H A D | alist.h | 246 #define alist_item(_lp, _idx) \ 247 ((void *)(ALIST_OFF_DATA + ((_idx) * (_lp)->al_size) + (char *)(_lp))) 248 #define alist_item_by_offset(_lp, _off) \ 249 ((void *)((_off) + (char *)(_lp))) 256 #define alist_nitems(_lp) (((_lp) == NULL) ? 0 : (_lp)->al_nitems) 257 #define aplist_nitems(_lp) (((_lp) [all...] |
/illumos-gate/usr/src/cmd/sendmail/db/btree/ |
H A D | bt_rec.c | 252 PAGE *_lp, *lp, *np, *pp, *_rp, *rp, *sp; local 259 _lp = lp = np = pp = _rp = rp = NULL; 309 if ((ret = __os_malloc(file_dbp->pgsize, NULL, &_lp)) != 0 || 313 P_INIT(_lp, file_dbp->pgsize, argp->left, 321 P_INIT(_lp, file_dbp->pgsize, PGNO(sp), 332 if ((ret = __bam_copy(file_dbp, sp, _lp, 0, argp->indx)) != 0 || 345 memcpy(lp, _lp, file_dbp->pgsize); 377 _lp->level + 1, P_IBTREE); 381 _lp->level + 1, P_IRECNO); 385 __bam_total(_lp) [all...] |
Completed in 58 milliseconds