oflags 76 arch/i386/i386/pctr.c pctropen(dev_t dev, int oflags, int devtype, struct proc *p)
oflags 84 arch/i386/i386/pctr.c pctrclose(dev_t dev, int oflags, int devtype, struct proc *p)
oflags 268 compat/ibcs2/ibcs2_misc.c int oflags = SCARG(uap, flags), nflags, error;
oflags 271 compat/ibcs2/ibcs2_misc.c if (oflags & (IBCS2_MS_NOSUB | IBCS2_MS_SYS5))
oflags 273 compat/ibcs2/ibcs2_misc.c if ((oflags & IBCS2_MS_NEWTYPE) == 0)
oflags 276 compat/ibcs2/ibcs2_misc.c if (oflags & IBCS2_MS_RDONLY)
oflags 278 compat/ibcs2/ibcs2_misc.c if (oflags & IBCS2_MS_NOSUID)
oflags 280 compat/ibcs2/ibcs2_misc.c if (oflags & IBCS2_MS_REMOUNT)
oflags 267 compat/sunos/sunos_misc.c int oflags = SCARG(uap, flags), nflags, error;
oflags 271 compat/sunos/sunos_misc.c if (oflags & (SUNM_NOSUB | SUNM_SYS5))
oflags 273 compat/sunos/sunos_misc.c if ((oflags & SUNM_NEWTYPE) == 0)
oflags 276 compat/sunos/sunos_misc.c if (oflags & SUNM_RDONLY)
oflags 278 compat/sunos/sunos_misc.c if (oflags & SUNM_NOSUID)
oflags 280 compat/sunos/sunos_misc.c if (oflags & SUNM_REMOUNT)
oflags 1254 compat/svr4/svr4_stream.c register_t oflags, flags;
oflags 1259 compat/svr4/svr4_stream.c if ((error = sys_fcntl(p, &fa, &oflags)) != 0)
oflags 1264 compat/svr4/svr4_stream.c flags = oflags | O_ASYNC;
oflags 1266 compat/svr4/svr4_stream.c flags = oflags & ~O_ASYNC;
oflags 1269 compat/svr4/svr4_stream.c if (flags != oflags) {
oflags 674 dev/flash.c flashopen(dev_t dev, int oflags, int devtype, struct proc *p)
oflags 1433 dev/ic/rtw.c short oflags;
oflags 1437 dev/ic/rtw.c oflags = sc->sc_if.if_flags;
oflags 1444 dev/ic/rtw.c if (oflags != sc->sc_if.if_flags) {
oflags 496 dev/pci/pci.c int pciopen(dev_t dev, int oflags, int devtype, struct proc *p);
oflags 501 dev/pci/pci.c pciopen(dev_t dev, int oflags, int devtype, struct proc *p)
oflags 510 dev/pci/pci.c if ((oflags & FWRITE) && securelevel > 0) {
oflags 514 dev/pci/pci.c if ((oflags & FWRITE) && securelevel > 0 && allowaperture == 0) {
oflags 612 kern/subr_autoconf.c int rv = 0, oflags = dev->dv_flags;
oflags 621 kern/subr_autoconf.c dev->dv_flags = oflags;
oflags 630 kern/subr_autoconf.c int rv = 0, oflags = dev->dv_flags;
oflags 639 kern/subr_autoconf.c dev->dv_flags = oflags;
oflags 657 kern/subr_prf.c if (oflags & TOBUFONLY) { \
oflags 659 kern/subr_prf.c if (!(oflags & TOCOUNT)) \
oflags 664 kern/subr_prf.c kputchar(chr, oflags, (struct tty *)vp); \
oflags 669 kern/subr_prf.c kprintf(const char *fmt0, int oflags, void *vp, char *sbuf, va_list ap)
oflags 690 kern/subr_prf.c if ((oflags & TOBUFONLY) && (vp != NULL))
oflags 768 kern/subr_prf.c if ((oflags & TODDB) == 0)
oflags 785 kern/subr_prf.c if ((oflags & TODDB) == 0)
oflags 902 kern/subr_prf.c if (oflags & TODDB) {
oflags 1116 kern/subr_prf.c if ((oflags & TOBUFONLY) && (vp != NULL))
oflags 1396 scsi/cd.c int error, oflags, big;
oflags 1412 scsi/cd.c oflags = audio->flags;
oflags 1415 scsi/cd.c if (audio->flags != oflags) {
oflags 86 sys/conf.h int (*d_open)(dev_t dev, int oflags, int devtype,
oflags 146 sys/conf.h int (*d_open)(dev_t dev, int oflags, int devtype,
oflags 116 sys/fcntl.h #define FFLAGS(oflags) (((oflags) & ~O_ACCMODE) | (((oflags) + 1) & O_ACCMODE))
oflags 418 uvm/uvm_map.h int oflags; \
oflags 420 uvm/uvm_map.h oflags = (map)->flags; \
oflags 422 uvm/uvm_map.h if (oflags & VM_MAP_WANTLOCK) \