/external/kernel-headers/original/linux/ |
mod_devicetable.h | 83 * device flags. 280 kernel_ulong_t flags; member in struct:input_device_id
|
msm_q6venc.h | 215 unsigned int flags; member in struct:venc_buffer
|
ncp.h | 133 __u16 flags; member in struct:nw_info_struct
|
pm.h | 89 unsigned long flags; member in struct:pm_dev 159 * typedef struct pm_message_t { int event; int flags; } pm_message_t
|
serio.h | 78 irqreturn_t serio_interrupt(struct serio *serio, unsigned char data, unsigned int flags, struct pt_regs *regs); 172 * bit masks for use in "interrupt" flags (3rd argument)
|
/external/kernel-headers/original/linux/netfilter/ |
nfnetlink.h | 170 extern int nfnetlink_unicast(struct sk_buff *skb, u_int32_t pid, int flags);
|
/external/kernel-headers/original/linux/netfilter_arp/ |
arp_tables.h | 6 * flags are stored in host byte order (of course). 62 /* Flags word */ 63 u_int8_t flags; member in struct:arpt_arp 64 /* Inverse flags */ 72 * No flags defined yet.
|
/external/kernel-headers/original/linux/netfilter_ipv6/ |
ip6_tables.h | 11 * flags are stored in host byte order (of course). 50 /* TOS to match iff flags & IP6T_F_TOS */ 53 /* Flags word */ 54 u_int8_t flags; member in struct:ip6t_ip6 55 /* Inverse flags */ 152 u_int8_t invflags; /* Inverse flags */
|
/external/libffi/src/mips/ |
o32.S | 37 #define flags a3 define 62 REG_S flags, A3_OFF($fp) # flags 79 REG_L t0, A3_OFF($fp) # load the flags word
|
/external/libpcap/ |
pcap-dos.h | 169 WORD flags; /* Low-level status flags. */ member in struct:device
|
pcap.h | 81 * of the flags used in the printout phases of tcpdump. 200 bpf_u_int32 flags; /* PCAP_IF_ interface flags */ member in struct:pcap_if
|
pcap1.h | 78 * of the flags used in the printout phases of tcpdump. 196 bpf_u_int32 flags; /* PCAP_IF_ interface flags */ member in struct:pcap_if
|
/external/libvpx/vpx/ |
vpx_codec.h | 143 * The available flags are specified by VPX_CODEC_CAP_* defines. 156 * The available flags are specified by VPX_CODEC_USE_* defines. 199 vpx_codec_flags_t init_flags; /**< Flags passed at init time */ 484 unsigned int flags; /**< bitfield containing segment properties */ member in struct:vpx_codec_mmap
|
/external/openssl/crypto/hmac/ |
hm_pmeth.c | 84 hctx->ktmp.flags = 0;
|
/external/openssl/crypto/rsa/ |
rsa_test.c | 246 if (v/3 >= 1) key->flags |= RSA_FLAG_NO_CONSTTIME;
|
/external/openssl/crypto/x509v3/ |
v3_akey.c | 151 if(ctx && (ctx->flags==CTX_TEST))
|
/external/ppp/pppd/ |
tdb.h | 46 /* flags to tdb_store() */ 51 /* flags for tdb_open() */ 109 u32 flags; /* the flags passed to tdb_open */ member in struct:tdb_context 116 int open_flags; /* flags used in the open - needed by reopen */
|
/external/qemu/android/skin/ |
image.c | 217 unsigned flags; member in struct:SkinImage 603 if ((image->flags & SKIN_IMAGE_CLONE) != 0) { 643 image->flags = SKIN_IMAGE_CLONE; 685 clone->flags |= SKIN_IMAGE_CLONE;
|
/external/qemu/block/ |
cloop.c | 54 static int cloop_open(BlockDriverState *bs, const char *filename, int flags)
|
parallels.c | 71 static int parallels_open(BlockDriverState *bs, const char *filename, int flags)
|
/external/qemu/ |
block_int.h | 53 int (*bdrv_open)(BlockDriverState *bs, const char *filename, int flags);
|
/external/qemu/distrib/sdl-1.2.12/src/video/ |
SDL_gamma.c | 174 if ( (screen->flags & SDL_HWPALETTE) == SDL_HWPALETTE ) {
|
SDL_yuv.c | 40 if ( (display->flags & SDL_OPENGL) == SDL_OPENGL ) {
|
/external/qemu/distrib/sdl-1.2.12/src/video/Xext/extensions/ |
Xvlib.h | 66 int flags; /* XvGettable, XvSettable */ member in struct:__anon6081
|
/external/qemu/memcheck/ |
memcheck_proc_management.c | 117 new_proc->flags = 0; 248 * set_flags_on_replace - Flags to be set when current image path for the 284 proc->flags |= set_flags_on_replace; 570 current_proc->flags |= PROC_FLAG_EXECUTING; 611 proc->flags |= PROC_FLAG_EXITING;
|