| /freebsd-10-stable/sys/contrib/ipfilter/netinet/ |
| D | ip_nat6.c | 970 u_int nflags; local 990 nflags = np->in_flags & flags; 991 nflags &= NAT_FROMRULE; 1057 natl = ipf_nat6_outlookup(fin, nflags, (u_int)fin->fin_p, 1071 natl = ipf_nat6_inlookup(fin, nflags, (u_int)fin->fin_p, 1589 ipf_nat6_icmperror(fin, nflags, dir) in ipf_nat6_icmperror() argument 1591 u_int *nflags; 1623 *nflags = IPN_ICMPERR; 1921 int nflags; local 2076 nflags = nat->nat_flags; [all …]
|
| D | ip_rpcb_pxy.c | 1160 int nflags; local 1182 nflags = NAT_TCP; 1185 nflags = NAT_UDP; 1188 nflags |= SI_W_SPORT|NAT_SEARCH; 1208 natl = ipf_nat_inlookup(&fi, nflags, proto, fi.fin_src, fi.fin_dst); 1222 nflags &= ~NAT_SEARCH; 1235 ipn->in_flags = nflags & IPN_TCPUDP; 1252 natl = ipf_nat_add(&fi, ipn, NULL, nflags|SI_CLONE|NAT_SLAVE, 1267 (void) ipf_nat_proto(&fi, natl, nflags); 1278 nflags &= NAT_TCPUDP; [all …]
|
| D | ip_nat.c | 3113 u_int nflags; local 3131 nflags = np->in_flags & flags; 3132 nflags &= NAT_FROMRULE; 3199 natl = ipf_nat_outlookup(fin, nflags, (u_int)fin->fin_p, 3212 natl = ipf_nat_inlookup(fin, nflags, (u_int)fin->fin_p, 3779 ipf_nat_icmperror(fin, nflags, dir) in ipf_nat_icmperror() argument 3781 u_int *nflags; 3813 *nflags = IPN_ICMPERR; 4098 int nflags; local 4258 nflags = nat->nat_flags; [all …]
|
| D | ip_rcmd_pxy.c | 150 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,
|
| D | ip_tftp_pxy.c | 302 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);
|
| D | ip_ftp_pxy.c | 861 int inc, off, nflags; local 915 nflags = IPN_TCP|SI_W_SPORT; 935 nflags, nat->nat_dir); 939 nflags, nat->nat_dir);
|
| /freebsd-10-stable/sys/xen/ |
| D | gnttab.c | 167 uint16_t nflags; in gnttab_query_foreign_access() local 169 nflags = shared[ref].flags; in gnttab_query_foreign_access() 171 return (nflags & (GTF_reading|GTF_writing)); in gnttab_query_foreign_access() 177 uint16_t flags, nflags; in gnttab_end_foreign_access_ref() local 179 nflags = shared[ref].flags; in gnttab_end_foreign_access_ref() 181 if ( (flags = nflags) & (GTF_reading|GTF_writing) ) { in gnttab_end_foreign_access_ref() 185 } while ((nflags = synch_cmpxchg(&shared[ref].flags, flags, 0)) != in gnttab_end_foreign_access_ref()
|
| /freebsd-10-stable/contrib/ipfilter/ |
| D | ip_fil_compat.c | 1826 u_32_t nflags = 0; local 1830 nflags |= FR_CALL; 1833 nflags |= FR_BLOCK; 1836 nflags |= FR_PASS; 1839 nflags |= FR_AUTH; 1842 nflags |= FR_PREAUTH; 1845 nflags |= FR_ACCOUNT; 1848 nflags |= FR_SKIP; 1855 nflags |= FR_LOG; 1857 nflags |= FR_CALLNOW; [all …]
|
| /freebsd-10-stable/contrib/netbsd-tests/lib/libc/db/ |
| D | h_db.c | 504 int xflags, nflags; in dump() local 509 nflags = recurse ? R_RPREV : R_PREV; in dump() 511 nflags = R_PREV; in dump() 516 nflags = recurse ? R_RNEXT : R_NEXT; in dump() 518 nflags = R_NEXT; in dump() 521 for (;; xflags = nflags) in dump()
|
| /freebsd-10-stable/sys/dev/vt/ |
| D | vt_buf.c | 828 int oflags, nflags; in vtbuf_cursor_visibility() local 836 nflags = vb->vb_flags; in vtbuf_cursor_visibility() 838 if (oflags != nflags) in vtbuf_cursor_visibility() 846 int oflags, nflags; in vtbuf_scroll_mode() local 854 nflags = vb->vb_flags; in vtbuf_scroll_mode() 856 if (oflags != nflags) in vtbuf_scroll_mode()
|
| /freebsd-10-stable/lib/libc/db/test/ |
| D | dbtest.c | 495 int flags, nflags; local 499 nflags = R_PREV; 502 nflags = R_NEXT; 504 for (;; flags = nflags)
|
| /freebsd-10-stable/sys/i386/ibcs2/ |
| D | ibcs2_misc.c | 266 int oflags = uap->flags, nflags, error; local 273 nflags = 0; 275 nflags |= MNT_RDONLY; 277 nflags |= MNT_NOSUID; 279 nflags |= MNT_UPDATE; 280 uap->flags = nflags;
|
| /freebsd-10-stable/usr.bin/rpcgen/ |
| D | rpc_main.c | 995 int nflags; in parseargs() local 1189 nflags = cmd->cflag + cmd->hflag + cmd->lflag + cmd->mflag + in parseargs() 1193 if (nflags == 0) { in parseargs() 1201 } if (nflags > 1) { in parseargs()
|
| /freebsd-10-stable/sys/arm/arm/ |
| D | pmap.c | 3232 u_int nflags; in pmap_enter_locked() local 3246 nflags = 0; in pmap_enter_locked() 3248 nflags |= PVF_WRITE; in pmap_enter_locked() 3250 nflags |= PVF_EXEC; in pmap_enter_locked() 3252 nflags |= PVF_WIRED; in pmap_enter_locked() 3305 nflags |= PVF_REF; in pmap_enter_locked() 3315 nflags |= PVF_MOD; in pmap_enter_locked() 3342 PVF_MOD | PVF_REF, nflags); in pmap_enter_locked() 3415 nflags |= PVF_UNMAN; in pmap_enter_locked() 3416 pmap_enter_pv(m, pve, pmap, va, nflags); in pmap_enter_locked() [all …]
|
| D | pmap-v6.c | 2987 u_int nflags; in pmap_enter_locked() local 3016 nflags = 0; in pmap_enter_locked() 3019 nflags |= PVF_WRITE; in pmap_enter_locked() 3021 nflags |= PVF_WIRED; in pmap_enter_locked() 3064 PVF_WRITE | PVF_WIRED, nflags); in pmap_enter_locked() 3102 pmap_enter_pv(m, pve, pmap, va, nflags); in pmap_enter_locked()
|
| /freebsd-10-stable/contrib/bmake/ |
| D | var.c | 2769 int nflags; in ApplyModifiers() local 2777 nflags = flags & ~VARF_WANTRES; in ApplyModifiers() 2779 nflags |= VARF_WANTRES; in ApplyModifiers() 2781 nflags = flags; in ApplyModifiers() 2810 cp2 = Var_Parse(cp, ctxt, nflags, &len, &freeIt); in ApplyModifiers() 2823 if (nflags & VARF_WANTRES) { in ApplyModifiers()
|
| /freebsd-10-stable/crypto/heimdal/lib/hdb/ |
| D | hdb-ldap.c | 391 unsigned long oflags, nflags; in LDAP_entry2mods() local 601 nflags = HDBFlags2int(ent->entry.flags); in LDAP_entry2mods() 603 if (is_heimdal_entry && oflags != nflags) { in LDAP_entry2mods() 607 nflags); in LDAP_entry2mods()
|
| /freebsd-10-stable/sys/dev/iwn/ |
| D | if_iwn.c | 1909 uint32_t nflags; in iwn_eeprom_channel_flags() local 1911 nflags = 0; in iwn_eeprom_channel_flags() 1913 nflags |= IEEE80211_CHAN_PASSIVE; in iwn_eeprom_channel_flags() 1915 nflags |= IEEE80211_CHAN_NOADHOC; in iwn_eeprom_channel_flags() 1917 nflags |= IEEE80211_CHAN_DFS; in iwn_eeprom_channel_flags() 1919 nflags |= IEEE80211_CHAN_NOADHOC; in iwn_eeprom_channel_flags() 1922 return nflags; in iwn_eeprom_channel_flags() 1934 int i, nflags; in iwn_read_eeprom_band() local 1947 nflags = iwn_eeprom_channel_flags(&channels[i]); in iwn_read_eeprom_band() 1957 c->ic_flags = IEEE80211_CHAN_B | nflags; in iwn_read_eeprom_band() [all …]
|
| /freebsd-10-stable/contrib/gcc/ |
| D | gimplify.c | 4412 unsigned int nflags; in omp_add_variable() local 4432 nflags = n->value | flags; in omp_add_variable() 4433 gcc_assert ((nflags & GOVD_DATA_SHARE_CLASS) in omp_add_variable() 4435 n->value = nflags; in omp_add_variable() 4450 nflags = flags & GOVD_PRIVATE ? GOVD_PRIVATE : GOVD_FIRSTPRIVATE; in omp_add_variable() 4451 nflags |= flags & GOVD_SEEN; in omp_add_variable() 4456 omp_add_variable (ctx, t, nflags); in omp_add_variable()
|
| /freebsd-10-stable/sys/netpfil/pf/ |
| D | pf_table.c | 1575 int nflags; in pfr_commit_ktable() local 1624 nflags = ((shadow->pfrkt_flags & PFR_TFLAG_USRMASK) | in pfr_commit_ktable() 1629 pfr_setflags_ktable(kt, nflags); in pfr_commit_ktable()
|
| /freebsd-10-stable/sys/dev/isp/ |
| D | isp_freebsd.c | 2483 uint16_t oflags, nflags; in isp_cam_async() local 2487 nflags = sdp->isp_devparam[tgt].nvrm_flags; in isp_cam_async() 2488 nflags &= DPARM_SAFE_DFLT; in isp_cam_async() 2490 nflags |= DPARM_NARROW | DPARM_ASYNC; in isp_cam_async() 2493 sdp->isp_devparam[tgt].goal_flags = nflags; in isp_cam_async()
|
| /freebsd-10-stable/sys/dev/hwpmc/ |
| D | hwpmc_core.c | 2849 int ipa_version, flags, nflags; in pmc_core_initialize() local 2878 nflags = (cpuid[CORE_CPUID_EAX] >> 24) & 0xFF; in pmc_core_initialize() 2879 flags = cpuid[CORE_CPUID_EBX] & ((1 << nflags) - 1); in pmc_core_initialize()
|