Searched refs:LIBSCSI_AF_WRITE (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/lib/scsi/libscsi/common/
H A Dscsi_engine.c304 * If the action has LIBSCSI_AF_WRITE set and it has not yet been executed
310 * If both LIBSCSI_AF_READ and LIBSCSI_AF_WRITE are clear, this function
320 if ((aip->lsai_flags & (LIBSCSI_AF_READ | LIBSCSI_AF_WRITE)) == 0)
323 "LIBSCSI_AF_READ and LIBSCSI_AF_WRITE clear"));
325 if ((aip->lsai_flags & LIBSCSI_AF_WRITE) &&
349 if (aip->lsai_flags & LIBSCSI_AF_WRITE) {
489 * If flags includes LIBSCSI_AF_READ or LIBSCSI_AF_WRITE, buflen must be
516 if (buflen == 0 && (flags & (LIBSCSI_AF_READ | LIBSCSI_AF_WRITE))) {
521 if (buflen > 0 && !(flags & (LIBSCSI_AF_READ | LIBSCSI_AF_WRITE))) {
523 "LIBSCSI_AF_READ and LIBSCSI_AF_WRITE mus
[all...]
H A Dlibscsi.h49 #define LIBSCSI_AF_WRITE 0x40000000 macro
/osnet-11/usr/src/lib/scsi/plugins/scsi/engines/uscsi/
H A Duscsi.c102 case LIBSCSI_AF_WRITE:
179 if (flags & (LIBSCSI_AF_READ | LIBSCSI_AF_WRITE)) {
/osnet-11/usr/src/lib/scsi/libses/common/
H A Dses_snap.c291 flags = LIBSCSI_AF_WRITE | LIBSCSI_AF_SILENT | LIBSCSI_AF_RQSENSE;

Completed in 24 milliseconds