HomeSort by relevance Sort by last modified time
    Searched refs:mflags (Results 1 - 12 of 12) sorted by null

  /external/ltp/testcases/kernel/fs/fs_bind/bin/
makedir 21 mflags=""
22 #mflags="-n" # Don't futz with mtab
51 mount $mflags --bind "$dir" "$dir" || exit $?
52 echo "mount $mflags --bind \"$dir\" \"$dir\""
58 echo "mount $mflags --make-rshared \"$dir\""
59 mount $mflags --make-rshared "$dir" 2> /dev/null || \
63 echo "mount $mflags --make-rprivate \"$dir\""
64 mount $mflags --make-rprivate "$dir" 2> /dev/null || \
68 echo "mount $mflags --make-rslave \"$dir\""
69 mount $mflags --make-rslave "$dir" 2> /dev/null ||
    [all...]
  /external/tcpdump/
print-decnet.c 508 register int mflags; local
532 mflags = EXTRACT_LE_8BITS(rhp->rh_short.sh_flags);
534 if (mflags & RMF_PAD) {
536 u_int padlen = mflags & RMF_PADMASK;
548 mflags = EXTRACT_LE_8BITS(rhp->rh_short.sh_flags);
551 if (mflags & RMF_FVER) {
558 if (mflags & RMF_CTLMSG) {
564 switch (mflags & RMF_MASK) {
596 if (mflags & RMF_RQR)
598 if (mflags & RMF_RTS
619 int mflags = EXTRACT_LE_8BITS(rhp->rh_short.sh_flags); local
    [all...]
  /external/iptables/iptables/
xtables-eb.c 673 i->match->mflags |= m->mflags;
683 newm->mflags = m->mflags;
764 /* clear mflags in case do_commandeb gets called a second time
767 m->mflags = 0;
    [all...]
xtables.c 705 /* clear mflags in case do_command4 gets called a second time
708 m->mflags = 0;
    [all...]
ip6tables.c     [all...]
iptables.c     [all...]
  /external/iptables/libxtables/
xtoptions.c 975 &m->mflags, fw, &m->m);
988 cb.xflags = m->mflags;
993 m->mflags = cb.xflags;
1097 cb.xflags = m->mflags;
1101 m->final_check(m->mflags);
1104 xtables_options_fcheck(m->name, m->mflags, m->x6_options);
    [all...]
xtables.c 660 clone->mflags = 0;
995 me->mflags = 0;
    [all...]
  /external/toybox/toys/posix/
sed.c 466 int mflags = 0, count = 0, zmatch = 1, rlen = len, mlen, off, newlen; local
469 while (!regexec0(reg, rline, rlen, 10, match, mflags)) {
470 mflags = REG_NOTBOL;
545 if (mflags) {
    [all...]
  /external/dlmalloc/
malloc.c 2595 flag_t mflags; member in struct:malloc_state
    [all...]
  /external/iproute2/include/
xtables.h 279 unsigned int mflags; member in struct:xtables_match
  /external/iptables/include/
xtables.h 298 unsigned int mflags; member in struct:xtables_match

Completed in 896 milliseconds