Home
last modified time | relevance | path

Searched refs:fcio_alen (Results 1 – 6 of 6) sorted by relevance

/titanic_41/usr/src/uts/common/sys/fibre-channel/
H A Dfcio.h165 size_t fcio_alen; /* Auxillary buffer length */ member
381 size32_t fcio_alen; /* Auxillary buffer length */ member
/titanic_41/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcsm.c1455 fcio.fcio_alen = (size_t)fcio32.fcio_alen; in fcsm_ioctl()
1515 (fcio->fcio_alen == 0) || (fcio->fcio_abuf == 0) || in fcsm_fciocmd()
1519 (fcio->fcio_alen > MAXPATHLEN)) { in fcsm_fciocmd()
1529 abuf = kmem_zalloc(fcio->fcio_alen, KM_SLEEP); in fcsm_fciocmd()
1531 if (ddi_copyin(fcio->fcio_abuf, abuf, fcio->fcio_alen, mode)) { in fcsm_fciocmd()
1533 kmem_free(abuf, fcio->fcio_alen); in fcsm_fciocmd()
1538 kmem_free(abuf, fcio->fcio_alen); in fcsm_fciocmd()
1700 fcio32.fcio_alen = fcio->fcio_alen; in fcsm_fcio_copyout()
/titanic_41/usr/src/lib/storage/libg_fc/common/
H A Dmap.c1209 fcio.fcio_alen = sizeof (new_count); in g_get_dev_list()
1231 fcio.fcio_alen = sizeof (new_count); in g_get_dev_list()
2301 fcio.fcio_alen = sizeof (new_count); in g_dev_map_init()
2326 fcio.fcio_alen = sizeof (new_count); in g_dev_map_init()
2538 fcio.fcio_alen = 0; in g_dev_map_init()
2572 fcio.fcio_olen = fcio.fcio_alen = 0; in g_dev_map_init()
5241 fcio.fcio_olen = fcio.fcio_alen = 0; in g_dev_log_in_out()
5379 fcio.fcio_alen = 0; in g_get_dev_port_state()
/titanic_41/usr/src/uts/common/io/fibre-channel/impl/
H A Dfp.c820 fcio.fcio_alen = (size_t)fcio32.fcio_alen; in fp_ioctl()
8296 fcio->fcio_alen != sizeof (new_count)) { in fp_fciocmd()
9194 ((fcio->fcio_alen > 0) && (fcio->fcio_abuf == NULL)) || in fp_fciocmd()
9195 ((fcio->fcio_alen <= 0) && (fcio->fcio_abuf != NULL)) || in fp_fciocmd()
9211 if ((pm.pm_data_len = fcio->fcio_alen) > 0) { in fp_fciocmd()
9212 pm.pm_data_buf = kmem_zalloc(fcio->fcio_alen, KM_SLEEP); in fp_fciocmd()
9214 fcio->fcio_alen, mode)) { in fp_fciocmd()
9282 kmem_free(pm.pm_data_buf, fcio->fcio_alen); in fp_fciocmd()
9984 fcio32.fcio_alen = fcio->fcio_alen; in fp_fcio_copyout()
/titanic_41/usr/src/lib/sun_fc/common/
H A DFCHBAPort.cc921 fcio.fcio_alen = sizeof (minor_t); in sendCTPassThru()
/titanic_41/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_dfc.c830 fcio.fcio_alen = dfc->buf3_size; in emlxs_fcio_manage()
877 pm.pm_data_len = fcio->fcio_alen; in emlxs_fcio_diag()
1774 fcio->fcio_alen < sizeof (uint32_t)) { in emlxs_fcio_get_dev_list()
1852 fcio->fcio_alen < sizeof (uint32_t)) { in emlxs_fcio_get_dev_list()