Searched refs:_lp (Results 1 – 2 of 2) sorted by relevance
/titanic_41/usr/src/cmd/sgs/include/ |
H A D | alist.h | 246 #define alist_item(_lp, _idx) \ argument 247 ((void *)(ALIST_OFF_DATA + ((_idx) * (_lp)->al_size) + (char *)(_lp))) 248 #define alist_item_by_offset(_lp, _off) \ argument 249 ((void *)((_off) + (char *)(_lp))) 256 #define alist_nitems(_lp) (((_lp) == NULL) ? 0 : (_lp)->al_nitems) argument 257 #define aplist_nitems(_lp) (((_lp) == NULL) ? 0 : (_lp)->apl_nitems) argument 258 #define alist_arritems(_lp) (((_lp) == NULL) ? 0 : (_lp)->al_arritems) argument 259 #define aplist_arritems(_lp) (((_lp) == NULL) ? 0 : (_lp)->apl_arritems) argument
|
/titanic_41/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) + __bam_total(_rp) : 0); [all …]
|