HomeSort by relevance Sort by last modified time
    Searched refs:flags (Results 526 - 550 of 3921) sorted by null

<<21222324252627282930>>

  /development/ndk/platforms/android-3/include/
fcntl.h 48 extern int unlinkat(int dirfd, const char *pathname, int flags);
  /development/ndk/platforms/android-3/include/linux/
attribute_container.h 27 unsigned long flags; member in struct:attribute_container
jbd.h 27 #define jbd_kmalloc(size, flags) __jbd_kmalloc(__FUNCTION__, (size), (flags), journal_oom_retry)
28 #define jbd_rep_kmalloc(size, flags) __jbd_kmalloc(__FUNCTION__, (size), (flags), 1)
  /development/ndk/platforms/android-3/include/linux/netfilter/
xt_statistic.h 29 u_int16_t flags; member in struct:xt_statistic_info
  /development/ndk/platforms/android-3/include/linux/netfilter_ipv4/
ip_nat.h 40 unsigned int flags; member in struct:ip_nat_range
  /development/ndk/platforms/android-3/include/linux/netfilter_ipv6/
ip6t_rt.h 22 u_int8_t flags; member in struct:ip6t_rt
  /development/simulator/wrapsim/
DevConsoleTty.c 45 FakeDev* wsOpenDevConsoleTty(const char* pathName, int flags)
  /external/bluetooth/glib/glib/
gdir.h 44 guint flags,
  /external/bluetooth/glib/glib/gnulib/
printf-parse.h 27 /* Flags */
40 int flags; member in struct:__anon2145
  /external/chromium/third_party/icu/source/i18n/
rbt_rule.cpp 108 flags = 0;
110 flags |= ANCHOR_START;
113 flags |= ANCHOR_END;
169 flags(other.flags),
209 return anteContextLength + ((flags & ANCHOR_START) ? 1 : 0);
305 return (flags == r2.flags) ||
306 (!(flags & ANCHOR_START) && !(flags & ANCHOR_END)) |
    [all...]
  /external/e2fsprogs/lib/ext2fs/
fileio.c 26 int flags; member in struct:ext2_file
37 int flags, ext2_file_t *ret)
46 if ((flags & (EXT2_FILE_WRITE | EXT2_FILE_CREATE)) &&
47 !(fs->flags & EXT2_FLAG_RW))
58 file->flags = flags & EXT2_FILE_MASK;
83 int flags, ext2_file_t *ret)
85 return ext2fs_file_open2(fs, ino, NULL, flags, ret);
110 if (!(file->flags & EXT2_FILE_BUF_VALID) ||
111 !(file->flags & EXT2_FILE_BUF_DIRTY)
    [all...]
unlink.c 25 int flags; member in struct:link_struct
72 int flags EXT2FS_ATTR((unused)))
82 if (!(fs->flags & EXT2_FLAG_RW))
88 ls.flags = 0;
  /external/elfutils/libebl/
libebl_mips.h 37 extern const char *mips_machine_flag_name (Elf64_Word *flags);
  /external/icu4c/i18n/
rbt_rule.cpp 108 flags = 0;
110 flags |= ANCHOR_START;
113 flags |= ANCHOR_END;
169 flags(other.flags),
209 return anteContextLength + ((flags & ANCHOR_START) ? 1 : 0);
305 return (flags == r2.flags) ||
306 (!(flags & ANCHOR_START) && !(flags & ANCHOR_END)) |
    [all...]
  /external/iproute2/include/
ip6tables.h 37 int (*parse)(int c, char **argv, int invert, unsigned int *flags,
43 void (*final_check)(unsigned int flags);
87 int (*parse)(int c, char **argv, int invert, unsigned int *flags,
92 void (*final_check)(unsigned int flags);
  /external/iproute2/include/linux/
ip6_tunnel.h 27 __u32 flags; /* tunnel flags */ member in struct:ip6_tnl_parm
  /external/iproute2/include/linux/tc_act/
tc_pedit.h 32 unsigned char flags; member in struct:tc_pedit_sel
  /external/iptables/extensions/
libip6t_2connmark.c 58 parse(int c, char **argv, int invert, unsigned int *flags,
80 *flags = 1;
100 final_check(unsigned int flags)
102 if (!flags)
libipt_2connmark.c 58 parse(int c, char **argv, int invert, unsigned int *flags,
80 *flags = 1;
100 final_check(unsigned int flags)
102 if (!flags)
libipt_comment.c 47 parse(int c, char **argv, int invert, unsigned int *flags,
62 *flags = 1;
73 final_check(unsigned int flags)
75 if (!flags)
  /external/iptables/include/linux/netfilter_ipv4/
ipt_CLUSTERIP.h 20 u_int32_t flags; member in struct:ipt_clusterip_tgt_info
  /external/iptables/include/linux/netfilter_ipv6/
ip6t_frag.h 8 u_int8_t flags; /* */ member in struct:ip6t_frag
9 u_int8_t invflags; /* Inverse flags */
22 #define IP6T_FRAG_INV_MASK 0x03 /* All possible flags. */
  /external/kernel-headers/original/asm-arm/arch/
gpio-switch.h 36 unsigned flags:4; member in struct:omap_gpio_switch
  /external/kernel-headers/original/asm-x86/
vm86.h 9 * On a Pentium, we could probably optimize the virtual flags directly
108 unsigned long flags; member in struct:vm86_struct
116 * flags masks
131 unsigned long flags; member in struct:vm86plus_struct
174 #define VM86_TSS_ESP0 flags
175 unsigned long flags; member in struct:kernel_vm86_struct
  /external/kernel-headers/original/linux/mmc/
mmc.h 23 unsigned int flags; /* expected response type */ member in struct:mmc_command
37 * patterns of the above flags. One additional valid pattern
47 #define mmc_resp_type(cmd) ((cmd)->flags & (MMC_RSP_PRESENT|MMC_RSP_136|MMC_RSP_CRC|MMC_RSP_BUSY|MMC_RSP_OPCODE))
52 #define mmc_cmd_type(cmd) ((cmd)->flags & MMC_CMD_MASK)
75 unsigned int flags; member in struct:mmc_data

Completed in 238 milliseconds

<<21222324252627282930>>