Lines Matching refs:O_PARALLEL
210 #ifndef O_PARALLEL
211 #define O_PARALLEL 0 /* so O_PARALLEL may be used in expressions */
1220 if (oflags & O_PARALLEL)
1221 strcat(flags, "O_PARALLEL,");
1911 0, oflags & O_PARALLEL);
2287 lio->r_oflags & O_PARALLEL);
3446 oflags & O_PARALLEL);
3731 * O_PARALLEL|O_RAW|O_WELLFORMED to do the validation. We must do this because
3733 * previously opened for O_PARALLEL io.
3754 flags |= O_PARALLEL | O_RAW | O_WELLFORMED;
5101 Validation_Flags = O_PARALLEL;
5550 "\t 'parallel' - validate using O_PARALLEL read\n");
5556 "\t is used if the write was done with O_PARALLEL\n");