Searched defs:abp (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/comstar/lu/stmf_sbd/
H A Dsbd_zvol.c243 arc_buf_t **abp; local
277 abp = kmem_alloc(sizeof (arc_buf_t *) * numbufs, KM_SLEEP);
296 abp[i] = dmu_request_arcbuf(sl->sl_zvol_bonus_hdl, (int)seglen);
297 ASSERT(arc_buf_size(abp[i]) == (int)seglen);
298 sgl->seg_addr = abp[i]->b_data;
306 zvio->zvio_abp = abp;
316 arc_buf_t **abp = zvio->zvio_abp; local
320 dmu_return_arcbuf(*abp++);
339 arc_buf_t **abp = zvio->zvio_abp; local
365 abuf = abp[
[all...]
/illumos-gate/usr/src/cmd/awk_xpg4/
H A Dawk2.c258 charrecord(wchar_t *abp, int alim, FILE *fp) argument
265 bp = abp;
270 reclen = bp-abp;
271 return (c == WEOF && bp == abp ? NULL : abp);
278 multirecord(wchar_t *abp, int limit, FILE *fp) argument
285 bp = abp;
295 if (bp > abp)
297 reclen = bp-abp;
298 return (c == WEOF && bp == abp
[all...]
/illumos-gate/usr/src/uts/common/io/aac/
H A Daac.h275 caddr_t abp; member in struct:aac_cmd

Completed in 49 milliseconds