Searched refs:fctio_olen (Results 1 – 4 of 4) sorted by relevance
272 fctio.fctio_olen = (uint32_t)(sizeof (attrs)); in getPortAttributes()326 fctio.fctio_olen = (uint32_t)(sizeof (attrs)); in getDiscoveredAttributes()368 fctio.fctio_olen = (uint32_t)(sizeof (attrs)); in getDiscoveredAttributes()434 fctio.fctio_olen = *pRspBufferSize; in sendRLS()
125 fctio.fctio_olen = (uint32_t)(sizeof (attrs)); in getHBAAttributes()279 fctio.fctio_olen = bufSize; in loadAdapters()
58 uint32_t fctio_olen; /* Output buffer length */ member
271 if ((*fctio)->fctio_olen) in fct_copyin_iocdata()272 *obuf = kmem_zalloc((*fctio)->fctio_olen, KM_SLEEP); in fct_copyin_iocdata()278 kmem_free(*obuf, (*fctio)->fctio_olen); in fct_copyin_iocdata()298 if (fctio->fctio_olen) { in fct_copyout_iocdata()300 (void *)(unsigned long)fctio->fctio_obuf, fctio->fctio_olen, in fct_copyout_iocdata()790 if (fctio->fctio_olen < sizeof (fc_tgt_hba_list_t)) { in fct_fctiocmd()794 list->numPorts = (fctio->fctio_olen - in fct_fctiocmd()816 if (fctio->fctio_olen < attr_length || in fct_fctiocmd()836 if (fctio->fctio_olen < attr_length || in fct_fctiocmd()856 if (fctio->fctio_olen < attr_length || in fct_fctiocmd()[all …]