Searched refs:nflags (Results 1 - 25 of 25) sorted by relevance

/freebsd-11-stable/sys/dev/xen/grant_table/
H A Dgrant_table.c175 uint16_t nflags; local
177 nflags = shared[ref].flags;
179 return (nflags & (GTF_reading|GTF_writing));
185 uint16_t flags, nflags; local
187 nflags = shared[ref].flags;
189 if ( (flags = nflags) & (GTF_reading|GTF_writing) ) {
193 } while ((nflags = synch_cmpxchg(&shared[ref].flags, flags, 0)) !=
/freebsd-11-stable/sys/contrib/ipfilter/netinet/
H A Dip_nat6.c964 u_int nflags; local
984 nflags = np->in_flags & flags;
985 nflags &= NAT_FROMRULE;
1051 natl = ipf_nat6_outlookup(fin, nflags, (u_int)fin->fin_p,
1065 natl = ipf_nat6_inlookup(fin, nflags, (u_int)fin->fin_p,
1573 /* nflags(I) - NAT flags for this packet */
1583 ipf_nat6_icmperror(fin, nflags, dir)
1585 u_int *nflags;
1617 *nflags = IPN_ICMPERR;
1897 /* THIS FUNCTION IS CALLED WITH NAT_SEARCH SET IN nflags
1915 int nflags; local
2617 u_int nflags = 0; local
3013 u_int nflags, natadd; local
[all...]
H A Dip_rcmd_pxy.c150 int off, dlen, nflags, direction; local
293 nflags = SI_W_SPORT|NAT_SLAVE|IPN_TCP;
297 nat2 = ipf_nat_add(&fi, rc->rcmd_rule, NULL, nflags,
301 nat2 = ipf_nat6_add(&fi, rc->rcmd_rule, NULL, nflags,
H A Dip_rpcb_pxy.c1162 int nflags; local
1184 nflags = NAT_TCP;
1187 nflags = NAT_UDP;
1190 nflags |= SI_W_SPORT|NAT_SEARCH;
1210 natl = ipf_nat_inlookup(&fi, nflags, proto, fi.fin_src, fi.fin_dst);
1224 nflags &= ~NAT_SEARCH;
1237 ipn->in_flags = nflags & IPN_TCPUDP;
1254 natl = ipf_nat_add(&fi, ipn, NULL, nflags|SI_CLONE|NAT_SLAVE,
1269 (void) ipf_nat_proto(&fi, natl, nflags);
1280 nflags
[all...]
H A Dip_nat.c3097 u_int nflags; local
3115 nflags = np->in_flags & flags;
3116 nflags &= NAT_FROMRULE;
3183 natl = ipf_nat_outlookup(fin, nflags, (u_int)fin->fin_p,
3196 natl = ipf_nat_inlookup(fin, nflags, (u_int)fin->fin_p,
3758 /* nflags(I) - NAT flags for this packet */
3768 ipf_nat_icmperror(fin, nflags, dir)
3770 u_int *nflags;
3802 *nflags = IPN_ICMPERR;
4069 /* THIS FUNCTION IS CALLED WITH NAT_SEARCH SET IN nflags
4087 int nflags; local
4854 u_int nflags = 0; local
5348 u_int nflags, natadd; local
8387 int nflags; local
[all...]
H A Dip_tftp_pxy.c302 int nflags; local
328 nflags = NAT_SLAVE|IPN_UDP|SI_W_SPORT;
363 nflags |= NAT_NOTRULEPORT;
368 nat2 = ipf_nat6_add(&fi, ti->ti_rule, NULL, nflags, dir);
371 nat2 = ipf_nat_add(&fi, ti->ti_rule, NULL, nflags, dir);
H A Dip_ftp_pxy.c861 int inc, off, nflags; local
915 nflags = IPN_TCP|SI_W_SPORT;
935 nflags, nat->nat_dir);
939 nflags, nat->nat_dir);
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/db/
H A Dh_db.c504 int xflags, nflags; local
509 nflags = recurse ? R_RPREV : R_PREV;
511 nflags = R_PREV;
516 nflags = recurse ? R_RNEXT : R_NEXT;
518 nflags = R_NEXT;
521 for (;; xflags = nflags)
/freebsd-11-stable/contrib/ipfilter/
H A Dip_fil_compat.c1804 u_32_t nflags = 0; local
1808 nflags |= FR_CALL;
1811 nflags |= FR_BLOCK;
1814 nflags |= FR_PASS;
1817 nflags |= FR_AUTH;
1820 nflags |= FR_PREAUTH;
1823 nflags |= FR_ACCOUNT;
1826 nflags |= FR_SKIP;
1833 nflags |= FR_LOG;
1835 nflags |
[all...]
/freebsd-11-stable/lib/libc/db/test/
H A Ddbtest.c495 int flags, nflags; local
499 nflags = R_PREV;
502 nflags = R_NEXT;
504 for (;; flags = nflags)
/freebsd-11-stable/sys/i386/ibcs2/
H A Dibcs2_misc.c244 int oflags = uap->flags, nflags, error; local
251 nflags = 0;
253 nflags |= MNT_RDONLY;
255 nflags |= MNT_NOSUID;
257 nflags |= MNT_UPDATE;
258 uap->flags = nflags;
/freebsd-11-stable/sys/dev/vt/
H A Dvt_buf.c822 int oflags, nflags; local
830 nflags = vb->vb_flags;
832 if (oflags != nflags)
840 int oflags, nflags; local
848 nflags = vb->vb_flags;
850 if (oflags != nflags)
/freebsd-11-stable/sys/compat/linux/
H A Dlinux_time.c234 linux_to_native_timerflags(int *nflags, int flags) argument
239 *nflags = 0;
241 *nflags |= TIMER_ABSTIME;
/freebsd-11-stable/usr.bin/rpcgen/
H A Drpc_main.c1000 int nflags; local
1194 nflags = cmd->cflag + cmd->hflag + cmd->lflag + cmd->mflag +
1198 if (nflags == 0) {
1206 } if (nflags > 1) {
/freebsd-11-stable/sys/arm/arm/
H A Dpmap-v4.c3220 u_int nflags; local
3234 nflags = 0;
3236 nflags |= PVF_WRITE;
3238 nflags |= PVF_EXEC;
3240 nflags |= PVF_WIRED;
3293 nflags |= PVF_REF;
3303 nflags |= PVF_MOD;
3330 PVF_MOD | PVF_REF, nflags);
3403 nflags |= PVF_UNMAN;
3404 pmap_enter_pv(m, pve, pmap, va, nflags);
[all...]
/freebsd-11-stable/contrib/bmake/
H A Dvar.c2770 int nflags; local
2778 nflags = flags & ~VARF_WANTRES;
2780 nflags |= VARF_WANTRES;
2782 nflags = flags;
2811 cp2 = Var_Parse(cp, ctxt, nflags, &len, &freeIt);
2824 if (nflags & VARF_WANTRES) {
/freebsd-11-stable/sys/dev/wpi/
H A Dif_wpi.c1389 uint32_t nflags; local
1391 nflags = 0;
1393 nflags |= IEEE80211_CHAN_PASSIVE;
1395 nflags |= IEEE80211_CHAN_NOADHOC;
1397 nflags |= IEEE80211_CHAN_DFS;
1399 nflags |= IEEE80211_CHAN_NOADHOC;
1403 if (nflags & IEEE80211_CHAN_NOADHOC)
1404 nflags |= IEEE80211_CHAN_NOHOSTAP;
1406 return nflags;
1415 uint32_t nflags; local
[all...]
/freebsd-11-stable/crypto/heimdal/lib/hdb/
H A Dhdb-ldap.c391 unsigned long oflags, nflags; local
601 nflags = HDBFlags2int(ent->entry.flags);
603 if (is_heimdal_entry && oflags != nflags) {
607 nflags);
/freebsd-11-stable/sys/kern/
H A Dkern_sig.c2747 int cflags, nflags; local
2753 nflags = cflags;
2756 nflags = 0;
2759 nflags = (cflags | TDF_SBDRY) & ~(TDF_SEINTR | TDF_SERESTART);
2762 nflags = (cflags | TDF_SBDRY | TDF_SEINTR) & ~TDF_SERESTART;
2765 nflags = (cflags | TDF_SBDRY | TDF_SERESTART) & ~TDF_SEINTR;
2771 if (cflags == nflags)
2774 td->td_flags = (td->td_flags & ~cflags) | nflags;
/freebsd-11-stable/sys/dev/iwm/
H A Dif_iwm.c1945 uint32_t nflags; local
1947 nflags = 0;
1949 nflags |= IEEE80211_CHAN_PASSIVE;
1951 nflags |= IEEE80211_CHAN_NOADHOC;
1953 nflags |= IEEE80211_CHAN_DFS;
1955 nflags |= IEEE80211_CHAN_NOADHOC;
1958 return (nflags);
1967 uint32_t nflags; local
1988 nflags = iwm_eeprom_channel_flags(ch_flags);
1990 ieee, 0, 0, nflags, band
[all...]
/freebsd-11-stable/sys/dev/iwn/
H A Dif_iwn.c2363 uint32_t nflags; local
2365 nflags = 0;
2367 nflags |= IEEE80211_CHAN_PASSIVE;
2369 nflags |= IEEE80211_CHAN_NOADHOC;
2371 nflags |= IEEE80211_CHAN_DFS;
2373 nflags |= IEEE80211_CHAN_NOADHOC;
2376 return nflags;
2387 int i, error, nflags; local
2413 nflags = iwn_eeprom_channel_flags(&channels[i]);
2415 chan, 0, channels[i].maxpwr, nflags, band
2439 int i, error, nflags; local
[all...]
/freebsd-11-stable/contrib/gcc/
H A Dgimplify.c4413 unsigned int nflags;
4433 nflags = n->value | flags;
4434 gcc_assert ((nflags & GOVD_DATA_SHARE_CLASS)
4436 n->value = nflags;
4451 nflags = flags & GOVD_PRIVATE ? GOVD_PRIVATE : GOVD_FIRSTPRIVATE;
4452 nflags |= flags & GOVD_SEEN;
4457 omp_add_variable (ctx, t, nflags);
4412 unsigned int nflags; local
/freebsd-11-stable/sys/netpfil/pf/
H A Dpf_table.c1677 int nflags; local
1726 nflags = ((shadow->pfrkt_flags & PFR_TFLAG_USRMASK) |
1731 pfr_setflags_ktable(kt, nflags);
/freebsd-11-stable/sys/dev/isp/
H A Disp_freebsd.c2495 uint16_t oflags, nflags; local
2499 nflags = sdp->isp_devparam[tgt].nvrm_flags;
2500 nflags &= DPARM_SAFE_DFLT;
2502 nflags |= DPARM_NARROW | DPARM_ASYNC;
2505 sdp->isp_devparam[tgt].goal_flags = nflags;
/freebsd-11-stable/sys/dev/hwpmc/
H A Dhwpmc_core.c2980 int ipa_version, flags, nflags; local
3021 nflags = (cpuid[CORE_CPUID_EAX] >> 24) & 0xFF;
3022 flags = cpuid[CORE_CPUID_EBX] & ((1 << nflags) - 1);

Completed in 1153 milliseconds