nflags 139 compat/hpux/hpux_file.c int flags, nflags, error; nflags 149 compat/hpux/hpux_file.c nflags = nflags 159 compat/hpux/hpux_file.c nflags |= O_CREAT; nflags 162 compat/hpux/hpux_file.c nflags |= O_TRUNC; nflags 164 compat/hpux/hpux_file.c nflags |= O_EXCL; nflags 166 compat/hpux/hpux_file.c nflags |= O_NDELAY; nflags 180 compat/hpux/hpux_file.c SCARG(&oa, flags) = nflags; nflags 188 compat/hpux/hpux_file.c if ((error == 0) && (nflags & O_NDELAY)) nflags 268 compat/ibcs2/ibcs2_misc.c int oflags = SCARG(uap, flags), nflags, error; nflags 275 compat/ibcs2/ibcs2_misc.c nflags = 0; nflags 277 compat/ibcs2/ibcs2_misc.c nflags |= MNT_RDONLY; nflags 279 compat/ibcs2/ibcs2_misc.c nflags |= MNT_NOSUID; nflags 281 compat/ibcs2/ibcs2_misc.c nflags |= MNT_UPDATE; nflags 282 compat/ibcs2/ibcs2_misc.c SCARG(uap, flags) = nflags; nflags 267 compat/sunos/sunos_misc.c int oflags = SCARG(uap, flags), nflags, error; nflags 275 compat/sunos/sunos_misc.c nflags = 0; nflags 277 compat/sunos/sunos_misc.c nflags |= MNT_RDONLY; nflags 279 compat/sunos/sunos_misc.c nflags |= MNT_NOSUID; nflags 281 compat/sunos/sunos_misc.c nflags |= MNT_UPDATE; nflags 282 compat/sunos/sunos_misc.c SCARG(uap, flags) = nflags; nflags 1665 net/pf_table.c int nflags; nflags 1712 net/pf_table.c nflags = ((shadow->pfrkt_flags & PFR_TFLAG_USRMASK) | nflags 1717 net/pf_table.c pfr_setflags_ktable(kt, nflags);