Searched defs:fcio32 (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/fibre-channel/
H A Dfcio.h372 struct fcio32 { struct
387 _NOTE(SCHEME_PROTECTS_DATA("unique per request", fcio32))
/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcsm.c1439 struct fcio32 fcio32; local
1441 if (status = ddi_copyin((void *)arg, (void *)&fcio32,
1442 sizeof (struct fcio32), mode)) {
1446 fcio.fcio_xfer = fcio32.fcio_xfer;
1447 fcio.fcio_cmd = fcio32.fcio_cmd;
1448 fcio.fcio_flags = fcio32.fcio_flags;
1449 fcio.fcio_cmd_flags = fcio32.fcio_cmd_flags;
1450 fcio.fcio_ilen = (size_t)fcio32.fcio_ilen;
1451 fcio.fcio_ibuf = (caddr_t)(long)fcio32
1689 struct fcio32 fcio32; local
[all...]
/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfp.c803 struct fcio32 fcio32; local
805 if (ddi_copyin((void *)data, (void *)&fcio32,
806 sizeof (struct fcio32), mode)) {
810 fcio.fcio_xfer = fcio32.fcio_xfer;
811 fcio.fcio_cmd = fcio32.fcio_cmd;
812 fcio.fcio_flags = fcio32.fcio_flags;
813 fcio.fcio_cmd_flags = fcio32.fcio_cmd_flags;
814 fcio.fcio_ilen = (size_t)fcio32.fcio_ilen;
816 (caddr_t)(uintptr_t)fcio32
9972 struct fcio32 fcio32; local
[all...]

Completed in 91 milliseconds