Lines Matching refs:abuf
112 void **ibuf, void **abuf, void **obuf);
563 void **ibuf, void **abuf, void **obuf) in fcoe_copyin_iocdata() argument
568 *abuf = NULL; in fcoe_copyin_iocdata()
593 *abuf = kmem_zalloc((*fcoeio)->fcoeio_alen, KM_SLEEP); in fcoe_copyin_iocdata()
595 *abuf, (*fcoeio)->fcoeio_alen, mode) != 0) { in fcoe_copyin_iocdata()
607 if (*abuf) { in fcoe_copyin_iocdata()
608 kmem_free(*abuf, (*fcoeio)->fcoeio_alen); in fcoe_copyin_iocdata()
609 *abuf = NULL; in fcoe_copyin_iocdata()
645 void *abuf = NULL; in fcoe_iocmd() local
648 ret = fcoe_copyin_iocdata(data, mode, &fcoeio, &ibuf, &abuf, &obuf); in fcoe_iocmd()
836 if (abuf != NULL) { in fcoe_iocmd()
837 kmem_free(abuf, fcoeio->fcoeio_alen); in fcoe_iocmd()
838 abuf = NULL; in fcoe_iocmd()