Searched refs:abp (Results 1 - 4 of 4) 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
H A Daac.c4725 if (acp->abp != NULL) { /* free non-aligned buf DMA */
4729 (uint8_t *)acp->abp, acp->bp->b_bcount,
4732 acp->abp = NULL;
5215 cb, arg, &acp->abp, &bufsz, &acp->abh);
5227 (uint8_t *)acp->abp, bp->b_bcount,
5231 NULL, acp->abp, bufsz, dma_flags, cb, arg,
6309 if (acp->abp != NULL)
6312 (uint8_t *)acp->abp, acp->bp->b_bcount,
6322 if (acp->abp != NULL)
6325 (uint8_t *)acp->abp, ac
[all...]

Completed in 68 milliseconds