Searched refs:n_base (Results 1 – 2 of 2) sorted by relevance
/titanic_50/usr/src/uts/common/io/ |
H A D | multidata.c | 420 #define REL_OFF(p, base, n_base) \ in mmd_copy() argument 421 ((uchar_t *)(n_base) + ((uchar_t *)(p) - (uchar_t *)base)) in mmd_copy() 484 uchar_t *n_base, *base; in mmd_copy() local 506 n_base = n_mmd->mmd_hbuf->b_rptr; in mmd_copy() 510 n_pdi.hdr_base = REL_OFF(pdi->hdr_base, base, n_base); in mmd_copy() 511 n_pdi.hdr_rptr = REL_OFF(pdi->hdr_rptr, base, n_base); in mmd_copy() 512 n_pdi.hdr_wptr = REL_OFF(pdi->hdr_wptr, base, n_base); in mmd_copy() 513 n_pdi.hdr_lim = REL_OFF(pdi->hdr_lim, base, n_base); in mmd_copy() 526 n_base = n_mmd->mmd_pbuf[idx]->b_rptr; in mmd_copy() 537 base, n_base); in mmd_copy() [all …]
|
/titanic_50/usr/src/common/nvpair/ |
H A D | nvpair.c | 2452 caddr_t n_base; member 2466 native->n_curr = native->n_base = buf; in nvs_native_create() 2473 native->n_curr = native->n_base = native->n_end = NULL; in nvs_native_create()
|