Home
last modified time | relevance | path

Searched refs:fcoeio_t (Results 1 – 5 of 5) sorted by relevance

/titanic_50/usr/src/uts/common/io/fcoe/
H A Dfcoe.c111 static int fcoe_copyin_iocdata(intptr_t data, int mode, fcoeio_t **fcoeio,
113 static int fcoe_copyout_iocdata(intptr_t data, int mode, fcoeio_t *fcoeio,
562 fcoe_copyin_iocdata(intptr_t data, int mode, fcoeio_t **fcoeio, in fcoe_copyin_iocdata()
570 *fcoeio = kmem_zalloc(sizeof (fcoeio_t), KM_SLEEP); in fcoe_copyin_iocdata()
571 if (ddi_copyin((void *)data, *fcoeio, sizeof (fcoeio_t), mode) != 0) { in fcoe_copyin_iocdata()
617 kmem_free(*fcoeio, sizeof (fcoeio_t)); in fcoe_copyin_iocdata()
622 fcoe_copyout_iocdata(intptr_t data, int mode, fcoeio_t *fcoeio, void *obuf) in fcoe_copyout_iocdata()
632 if (ddi_copyout(fcoeio, (void *)data, sizeof (fcoeio_t), mode) != 0) { in fcoe_copyout_iocdata()
646 fcoeio_t *fcoeio; in fcoe_iocmd()
845 kmem_free(fcoeio, sizeof (fcoeio_t)); in fcoe_iocmd()
H A Dfcoe_fc.h39 extern int fcoe_delete_port(dev_info_t *, fcoeio_t *,
H A Dfcoe_fc.c463 fcoe_delete_port(dev_info_t *parent, fcoeio_t *fcoeio, datalink_id_t linkid, in fcoe_delete_port()
/titanic_50/usr/src/uts/common/sys/fcoe/
H A Dfcoeio.h94 } fcoeio_t; typedef
/titanic_50/usr/src/lib/libfcoe/common/
H A Dlibfcoe.c482 fcoeio_t fcoeio; in FCOE_CreatePort()
619 fcoeio_t fcoeio; in FCOE_DeletePort()
721 fcoeio_t fcoeio; in FCOE_GetPortList()