HomeSort by: relevance | last modified time | path
    Searched refs:nflags (Results 1 - 25 of 38) sorted by relevancy

1 2

  /src/external/ibm-public/postfix/dist/src/oqmgr/
qmgr_scan.c 101 scan_info->nflags & QMGR_SCAN_START ? "re" : "",
107 scan_info->flags = scan_info->nflags;
108 scan_info->nflags = 0;
147 scan_info->nflags |= flags;
149 scan_info->nflags &= ~QMGR_SCAN_START;
166 if (msg_verbose && (scan_info->nflags & QMGR_SCAN_START) == 0)
169 if (!scan_info->handle && (scan_info->nflags & QMGR_SCAN_START)) {
184 scan_info->flags = scan_info->nflags = 0;
qmgr.h 391 int nflags; /* private, next run */ member in struct:QMGR_SCAN
  /src/external/ibm-public/postfix/dist/src/qmgr/
qmgr_scan.c 101 scan_info->nflags & QMGR_SCAN_START ? "re" : "",
107 scan_info->flags = scan_info->nflags;
108 scan_info->nflags = 0;
147 scan_info->nflags |= flags;
149 scan_info->nflags &= ~QMGR_SCAN_START;
166 if (msg_verbose && (scan_info->nflags & QMGR_SCAN_START) == 0)
169 if (!scan_info->handle && (scan_info->nflags & QMGR_SCAN_START)) {
184 scan_info->flags = scan_info->nflags = 0;
qmgr.h 500 int nflags; /* private, next run */ member in struct:QMGR_SCAN
  /src/sys/compat/linux/common/
linux_time.c 461 int nflags = 0; local
474 nflags |= TFD_CLOEXEC;
477 nflags |= TFD_NONBLOCK;
480 return do_timerfd_create(l, id, nflags, retval);
507 int nflags = 0; local
514 nflags |= TFD_TIMER_ABSTIME;
517 nflags |= TFD_TIMER_CANCEL_ON_SET;
520 *nflagsp = nflags;
537 int nflags; local
546 error = linux_to_native_timerfd_settime_flags(&nflags,
    [all...]
  /src/sys/compat/ultrix/
ultrix_fs.c 346 int nflags; local
348 nflags = 0;
358 nflags |= MNT_RDONLY;
399 SCARG(uap, special), nflags, &na, UIO_SYSSPACE,
424 nflags |= MNT_UPDATE;
429 SCARG(uap, dir), nflags, &ua, UIO_SYSSPACE, sizeof ua,
  /src/sys/arch/usermode/usermode/
thunk.c 214 int nflags = 0; local
217 nflags |= MAP_ANON;
219 nflags |= MAP_FIXED;
221 nflags |= MAP_FILE;
223 nflags |= MAP_SHARED;
225 nflags |= MAP_PRIVATE;
227 return nflags;
233 int nflags = 0; local
236 nflags |= MADV_NORMAL;
238 nflags |= MADV_RANDOM
716 int nflags, nprot; local
    [all...]
  /src/external/bsd/ipf/dist/
ip_nat6.c 972 u_int nflags; local
992 nflags = np->in_flags & flags;
993 nflags &= NAT_FROMRULE;
1059 natl = ipf_nat6_outlookup(fin, nflags, (u_int)fin->fin_p,
1073 natl = ipf_nat6_inlookup(fin, nflags, (u_int)fin->fin_p,
1581 /* nflags(I) - NAT flags for this packet */
1591 ipf_nat6_icmperror(fin, nflags, dir)
1593 u_int *nflags;
1625 *nflags = IPN_ICMPERR;
1905 /* THIS FUNCTION IS CALLED WITH NAT_SEARCH SET IN nflags. *
1923 int nflags; local
2625 u_int nflags = 0; local
3023 u_int nflags, natadd; local
    [all...]
ip_rpcb_pxy.c 1162 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 &= NAT_TCPUDP
    [all...]
ip_fil_compat.c 1828 u_32_t nflags = 0; local
1832 nflags |= FR_CALL;
1835 nflags |= FR_BLOCK;
1838 nflags |= FR_PASS;
1841 nflags |= FR_AUTH;
1844 nflags |= FR_PREAUTH;
1847 nflags |= FR_ACCOUNT;
1850 nflags |= FR_SKIP;
1857 nflags |= FR_LOG;
1859 nflags |= FR_CALLNOW
    [all...]
ip_tftp_pxy.c 304 int nflags; local
330 nflags = NAT_SLAVE|IPN_UDP|SI_W_SPORT;
365 nflags |= NAT_NOTRULEPORT;
369 nat2 = ipf_nat_add(&fi, ti->ti_rule, NULL, nflags, dir);
371 nat2 = ipf_nat6_add(&fi, ti->ti_rule, NULL, nflags, dir);
  /src/sys/external/bsd/ipf/netinet/
ip_rcmd_pxy.c 136 int off, dlen, nflags, direction; local
279 nflags = SI_W_SPORT|NAT_SLAVE|IPN_TCP;
283 nat2 = ipf_nat_add(&fi, rc->rcmd_rule, NULL, nflags,
287 nat2 = ipf_nat6_add(&fi, rc->rcmd_rule, NULL, nflags,
ip_nat6.c 946 u_int nflags; local
966 nflags = np->in_flags & flags;
967 nflags &= NAT_FROMRULE;
1033 natl = ipf_nat6_outlookup(fin, nflags, (u_int)fin->fin_p,
1047 natl = ipf_nat6_inlookup(fin, nflags, (u_int)fin->fin_p,
1545 /* nflags(I) - NAT flags for this packet */
1555 ipf_nat6_icmperror(fr_info_t *fin, u_int *nflags, int dir)
1586 *nflags = IPN_ICMPERR;
1866 /* THIS FUNCTION IS CALLED WITH NAT_SEARCH SET IN nflags. */
1879 int nflags; local
2570 u_int nflags = 0; local
2964 u_int nflags, natadd; local
    [all...]
ip_rpcb_pxy.c 1114 int nflags; local
1136 nflags = NAT_TCP;
1139 nflags = NAT_UDP;
1142 nflags |= SI_W_SPORT|NAT_SEARCH;
1162 natl = ipf_nat_inlookup(&fi, nflags, proto, fi.fin_src, fi.fin_dst);
1176 nflags &= ~NAT_SEARCH;
1189 ipn->in_flags = nflags & IPN_TCPUDP;
1206 natl = ipf_nat_add(&fi, ipn, NULL, nflags|SI_CLONE|NAT_SLAVE,
1221 (void) ipf_nat_proto(&fi, natl, nflags);
1232 nflags &= NAT_TCPUDP
    [all...]
ip_tftp_pxy.c 284 int nflags; local
310 nflags = NAT_SLAVE|IPN_UDP|SI_W_SPORT;
345 nflags |= NAT_NOTRULEPORT;
349 nat2 = ipf_nat_add(&fi, ti->ti_rule, NULL, nflags, dir);
352 nat2 = ipf_nat6_add(&fi, ti->ti_rule, NULL, nflags, dir);
ip_nat.c 3068 u_int nflags; local
3086 nflags = np->in_flags & flags;
3087 nflags &= NAT_FROMRULE;
3153 natl = ipf_nat_outlookup(fin, nflags, (u_int)fin->fin_p,
3166 natl = ipf_nat_inlookup(fin, nflags, (u_int)fin->fin_p,
3709 /* nflags(I) - NAT flags for this packet */
3719 ipf_nat_icmperror(fr_info_t *fin, u_int *nflags, int dir)
3750 *nflags = IPN_ICMPERR;
4017 /* THIS FUNCTION IS CALLED WITH NAT_SEARCH SET IN nflags. */
4031 int nflags; local
4786 u_int nflags = 0; local
5275 u_int nflags, natadd; local
8231 int nflags; local
    [all...]
ip_fil_compat.c 1820 u_32_t nflags = 0; local
1824 nflags |= FR_CALL;
1827 nflags |= FR_BLOCK;
1830 nflags |= FR_PASS;
1833 nflags |= FR_AUTH;
1836 nflags |= FR_PREAUTH;
1839 nflags |= FR_ACCOUNT;
1842 nflags |= FR_SKIP;
1849 nflags |= FR_LOG;
1851 nflags |= FR_CALLNOW
    [all...]
  /src/sys/arch/xen/xen/
xengnt.c 511 uint16_t flags, nflags; local
513 nflags = grant_table.gntt_v1[entry].flags;
516 if ((flags = nflags) & (GTF_reading|GTF_writing))
518 nflags = xen_atomic_cmpxchg16(
520 } while (nflags != flags);
  /src/usr.sbin/mrouted/
route.c 842 u_int32_t nflags; local
863 nflags = (uvifs[vifi].uv_flags & VIFF_LEAF) ? 0 : LEAF_FLAGS;
879 htonl(MROUTED_LEVEL | nflags), datalen);
909 htonl(MROUTED_LEVEL | nflags), datalen);
977 u_int32_t nflags; local
982 nflags = (uvifs[vifi].uv_flags & VIFF_LEAF) ? 0 : LEAF_FLAGS;
1004 htonl(MROUTED_LEVEL | nflags), datalen);
1028 htonl(MROUTED_LEVEL | nflags), datalen);
  /src/sys/compat/sunos/
sunos_misc.c 231 int oflags = SCARG(uap, flags), nflags, error; local
239 nflags = 0;
241 nflags |= MNT_RDONLY;
243 nflags |= MNT_NOSUID;
245 nflags |= MNT_UPDATE;
287 SCARG(uap, dir), nflags, &na,
295 SCARG(uap, dir), nflags, SCARG(uap, data),
  /src/tests/lib/libc/db/
h_db.c 498 int xflags, nflags; local
502 nflags = recurse ? R_RPREV : R_PREV;
505 nflags = recurse ? R_RNEXT : R_NEXT;
507 for (;; xflags = nflags)
  /src/sys/compat/sunos32/
sunos32_misc.c 422 int oflags = SCARG(uap, flags), nflags, error; local
430 nflags = 0;
432 nflags |= MNT_RDONLY;
434 nflags |= MNT_NOSUID;
436 nflags |= MNT_UPDATE;
474 SCARG_P32(uap, path), nflags, &na, UIO_SYSSPACE, sizeof na,
482 SCARG_P32(uap, path), nflags, SCARG_P32(uap, data), UIO_USERSPACE,
  /src/bin/ksh/
c_ksh.c 236 int nflags = flags; local
251 nflags &= ~PO_NL;
253 nflags |= PO_EXPAND;
255 nflags &= ~PO_EXPAND;
257 /* bad option: don't use nflags, print
264 flags = nflags;
  /src/sys/compat/linux32/common/
linux32_time.c 540 int nflags; local
549 error = linux_to_native_timerfd_settime_flags(&nflags,
559 error = do_timerfd_settime(l, SCARG(uap, fd), nflags,
  /src/usr.bin/rpcgen/
rpc_main.c 925 int nflags; local
1113 nflags = cmd->cflag + cmd->hflag + cmd->lflag + cmd->mflag +
1116 if (nflags == 0) {
1121 if (nflags > 1) {

Completed in 64 milliseconds

1 2