Symbol: FCIO_XFER_WRITE
usr/src/cmd/luxadm/qlgcupdate.c
1022
fcio.fcio_xfer = FCIO_XFER_WRITE;
usr/src/cmd/luxadm/qlgcupdate.c
848
fcio.fcio_xfer = FCIO_XFER_WRITE;
usr/src/cmd/luxadm/x86_adm.c
369
fcio.fcio_xfer = FCIO_XFER_WRITE;
usr/src/lib/storage/libg_fc/common/hot.c
188
fcio.fcio_xfer = FCIO_XFER_WRITE;
usr/src/lib/storage/libg_fc/common/map.c
2536
FCIO_XFER_WRITE;
usr/src/lib/storage/libg_fc/common/map.c
2572
fcio.fcio_xfer = FCIO_XFER_WRITE;
usr/src/lib/storage/libg_fc/common/map.c
5242
fcio.fcio_xfer = FCIO_XFER_WRITE;
usr/src/lib/storage/libg_fc/common/map.c
5378
fcio.fcio_xfer = FCIO_XFER_READ | FCIO_XFER_WRITE;
usr/src/lib/sun_fc/common/FCHBA.cc
237
fcio.fcio_xfer = FCIO_XFER_WRITE;
usr/src/lib/sun_fc/common/FCHBAPort.cc
1197
fcio.fcio_xfer = FCIO_XFER_WRITE;
usr/src/lib/sun_fc/common/FCHBAPort.cc
519
fcio.fcio_xfer = FCIO_XFER_WRITE;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dfc.c
1033
if (fcio->fcio_xfer != FCIO_XFER_WRITE ||
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dfc.c
1102
if (fcio->fcio_xfer != FCIO_XFER_WRITE ||
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dfc.c
1201
if (fcio->fcio_xfer != FCIO_XFER_WRITE ||
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dfc.c
1718
if (fcio->fcio_xfer != FCIO_XFER_WRITE ||
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dfc.c
1957
(fcio->fcio_xfer & FCIO_XFER_WRITE) == 0) {
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dfc.c
1999
(fcio->fcio_xfer & FCIO_XFER_WRITE) == 0 ||
usr/src/uts/common/io/fibre-channel/impl/fp.c
8507
(fcio->fcio_xfer & FCIO_XFER_WRITE) == 0) {
usr/src/uts/common/io/fibre-channel/impl/fp.c
8606
fcio->fcio_xfer != FCIO_XFER_WRITE) {
usr/src/uts/common/io/fibre-channel/impl/fp.c
8669
(fcio->fcio_xfer & FCIO_XFER_WRITE) == 0 ||
usr/src/uts/common/io/fibre-channel/impl/fp.c
8752
fcio->fcio_xfer != FCIO_XFER_WRITE) {
usr/src/uts/common/io/fibre-channel/impl/fp.c
8931
fcio->fcio_xfer != FCIO_XFER_WRITE) {
usr/src/uts/common/io/fibre-channel/impl/fp.c
8970
fcio->fcio_xfer != FCIO_XFER_WRITE) {
usr/src/uts/common/io/fibre-channel/impl/fp.c
9120
if (fcio->fcio_xfer != FCIO_XFER_WRITE ||
usr/src/uts/common/io/fibre-channel/impl/fp.c
9333
(fcio->fcio_xfer != FCIO_XFER_WRITE)) {
usr/src/uts/common/sys/fibre-channel/fcio.h
154
#define FCIO_XFER_RW (FCIO_XFER_READ | FCIO_XFER_WRITE)