Searched refs:fctio_alen (Results 1 – 3 of 3) sorted by relevance
59 uint32_t fctio_alen; /* Auxillary buffer length */ member
328 fctio.fctio_alen = (uint32_t)(sizeof (discoveredport)); in getDiscoveredAttributes()429 fctio.fctio_alen = (uint32_t)(sizeof (DestPortID)); in sendRLS()
263 if ((*fctio)->fctio_alen) { in fct_copyin_iocdata()264 *abuf = kmem_zalloc((*fctio)->fctio_alen, KM_SLEEP); in fct_copyin_iocdata()266 *abuf, (*fctio)->fctio_alen, mode)) { in fct_copyin_iocdata()282 kmem_free(*abuf, (*fctio)->fctio_alen); in fct_copyin_iocdata()931 kmem_free(abuf, fctio->fctio_alen); in fct_fctiocmd()