Lines Matching refs:open
160 int Oflags; /* open(2) flags for creating files */
161 int Ocbits; /* open(2) cbits for creating files */
162 int Ocblks; /* open(2) cblks for creating files */
317 * Map open flags (-f args) to values
559 if ((outfd = open(Outpipe, O_RDWR)) == -1) {
561 "iogen%s: Couldn't open outpipe %s with flags O_RDWR: %s\n",
629 * open flags, and possibly a pattern (for write/writea).
828 the file open read/write */
1017 if ((fd = open(rec->f_path, O_RDWR | O_DIRECT, 0)) != -1) {
1110 if ((fd = open(path, Oflags, 0666)) == -1) {
1112 "iogen%s: Could not create/open file %s: %s (%d)\n",
1218 open(path, O_CREAT | O_RDWR | O_DIRECT,