O_RDWR            146 arch/i386/stand/installboot/installboot.c 	if ((devfd = opendev(dev, (nowrite? O_RDONLY:O_RDWR),
O_RDWR             67 compat/ibcs2/ibcs2_fcntl.c 	if (flags & IBCS2_O_RDWR) r |= O_RDWR;
O_RDWR            131 compat/ibcs2/ibcs2_fcntl.c 	if (flags & IBCS2_O_RDWR) r |= O_RDWR;
O_RDWR            152 compat/ibcs2/ibcs2_fcntl.c 	if (flags & O_RDWR) r |= IBCS2_O_RDWR;
O_RDWR             87 compat/linux/linux_file.c 	res |= cvtto_bsd_mask(lflags, LINUX_O_RDWR, O_RDWR);
O_RDWR            108 compat/linux/linux_file.c 	res |= cvtto_linux_mask(bflags, O_RDWR, LINUX_O_RDWR);
O_RDWR            182 compat/osf1/osf1_cvt.c     {	O_ACCMODE,		O_RDWR,			OSF1_O_RDWR	},
O_RDWR            205 compat/osf1/osf1_cvt.c     {	OSF1_O_ACCMODE,		OSF1_O_RDWR,		O_RDWR		},
O_RDWR             97 compat/svr4/svr4_fcntl.c 	r |= (l & SVR4_O_RDWR) ? O_RDWR : 0;
O_RDWR            124 compat/svr4/svr4_fcntl.c 	r |= (l & O_RDWR) ? SVR4_O_RDWR : 0;
O_RDWR            138 dev/microcode/aic7xxx/aicasm_symbol.c 			  O_CREAT | O_NONBLOCK | O_RDWR, /*mode*/0, DB_HASH,
O_RDWR             87 lib/libsa/unixdev.c 	f->f_devdata = (void *)(fd = uopen(*file, O_RDWR, 0));