Searched refs:flags (Results 126 - 150 of 13485) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/src/include/
H A Dbcmcdc.h30 uint32 flags; /* flag defns given below */ member in struct:cdc_ioctl
57 #define CDC_IOC_IF_IDX(flags) (((flags) & CDCF_IOC_IF_MASK) >> CDCF_IOC_IF_SHIFT)
58 #define CDC_IOC_ID(flags) (((flags) & CDCF_IOC_ID_MASK) >> CDCF_IOC_ID_SHIFT)
61 ((int)((((hdr)->flags) & CDCF_IOC_IF_MASK) >> CDCF_IOC_IF_SHIFT))
63 ((hdr)->flags = (((hdr)->flags & ~CDCF_IOC_IF_MASK) | ((idx) << CDCF_IOC_IF_SHIFT)))
72 uint8 flags; /* Flags */ member in struct:bdc_header
82 /* flags fiel
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavutil/
H A Ddict.h83 * @param flags Allows case as well as suffix-insensitive comparisons.
87 av_dict_get(AVDictionary *m, const char *key, const AVDictionaryEntry *prev, int flags);
94 * @param key entry key to add to *pm (will be av_strduped depending on flags)
95 * @param value entry value to add to *pm (will be av_strduped depending on flags).
99 int av_dict_set(AVDictionary **pm, const char *key, const char *value, int flags);
106 * @param flags flags to use when setting entries in *dst
109 void av_dict_copy(AVDictionary **dst, AVDictionary *src, int flags);
H A Dpixdesc.c39 int flags = desc->flags; local
41 if (flags & PIX_FMT_BITSTREAM) {
60 p += !!(flags & PIX_FMT_BE);
64 flags & PIX_FMT_BE ? AV_RB16(p) : AV_RL16(p);
81 int flags = desc->flags; local
83 if (flags & PIX_FMT_BITSTREAM) {
99 p += !!(flags & PIX_FMT_BE);
106 if (flags
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/frv/mb93090-mb00/
H A Dpci-iomap.c18 unsigned long flags = pci_resource_flags(dev, bar); local
23 if ((flags & IORESOURCE_IO) || (flags & IORESOURCE_MEM))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/h8300/include/asm/
H A Dflat.h9 #define flat_old_ram_flag(flags) 1
21 #define flat_get_addr_from_rp(rp, relval, flags, persistent) \
22 (get_unaligned(rp) & ((flags & FLAT_FLAG_GOTPIC) ? 0xffffffff: 0x00ffffff))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-ebsa110/
H A Dleds.c27 unsigned long flags; local
29 spin_lock_irqsave(&leds_lock, flags);
40 spin_unlock_irqrestore(&leds_lock, flags);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/coreutils/
H A Drmdir.c23 int flags; local
27 flags = getopt32(argv, "p");
44 } else if (flags) {
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/debianutils/
H A Dmktemp.c17 unsigned long flags = getopt32(argv, "dqt"); local
25 if (flags & 4) {
33 if (flags & 1) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iptables-1.4.12.1/include/linux/netfilter/
H A Dxt_cluster.h12 __u32 flags; member in struct:xt_cluster_match_info
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/expat-2.0.1/xmlwf/
H A Dxmlfile.h20 unsigned flags);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/smbd/
H A Dsrvstr.c29 const char *src, int dest_len, int flags)
37 return push_string_fn(function, line, base_ptr, dest, src, -1, flags);
39 return push_string_fn(function, line, base_ptr, dest, src, max_send - buf_used, flags);
43 return push_string_fn(function, line, base_ptr, dest, src, dest_len, flags);
27 srvstr_push_fn(const char *function, unsigned int line, const char *base_ptr, void *dest, const char *src, int dest_len, int flags) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/
H A Denc.h46 u_int32_t flags; member in struct:enchdr
H A Dprint-vxlan.c46 u_int8_t flags; local
54 flags = *bp;
62 fputs("flags [", stdout);
63 if (flags & 0x08)
69 printf("(0x%02x), ", flags);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/docs_src/ref/env/
H A Dnaming1.cs10 u_int32_t flags;
14 dbenv-__GT__open(dbenv, "/a/database", flags, mode);])
H A Dnaming2.cs10 u_int32_t flags;
15 dbenv-__GT__open(dbenv, "/a/database", flags, mode);])
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dpcm.h29 int stream_index, int64_t timestamp, int flags);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavutil/
H A Ddict.h99 * @param flags a collection of AV_DICT_* flags controlling how the entry is retrieved
103 const AVDictionaryEntry *prev, int flags);
118 * @param key entry key to add to *pm (will be av_strduped depending on flags)
119 * @param value entry value to add to *pm (will be av_strduped depending on flags).
123 int av_dict_set(AVDictionary **pm, const char *key, const char *value, int flags);
135 * @param flags flags to use when adding to dictionary.
143 int flags);
150 * @param flags flag
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dcramfs_fs_sb.h12 unsigned long flags; member in struct:cramfs_sb_info
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/expat-2.0.1/xmlwf/
H A Dxmlfile.h20 unsigned flags);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/db/
H A DStatsConfig.java105 int flags = 0;
107 flags |= DbConstants.DB_FAST_STAT;
109 flags |= DbConstants.DB_STAT_CLEAR;
110 return flags;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/tile/include/asm/
H A Dhv_driver.h41 tile_hv_dev_preada(int devhdl, __hv32 flags, __hv32 sgl_len, argument
45 return hv_dev_preada(devhdl, flags, sgl_len, sgl,
51 tile_hv_dev_pwritea(int devhdl, __hv32 flags, __hv32 sgl_len, argument
55 return hv_dev_pwritea(devhdl, flags, sgl_len, sgl,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/include/shared/
H A Dum_malloc.h11 extern void *uml_kmalloc(int size, int flags);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/include/asm/
H A Dirqflags.h54 static inline void raw_local_irq_restore(unsigned long flags) argument
56 __raw_local_irq_ssm(flags);
59 static inline int raw_irqs_disabled_flags(unsigned long flags) argument
61 return !(flags & (3UL << (BITS_PER_LONG - 8)));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/include/asm/xen/
H A Devents.h15 return raw_irqs_disabled_flags(regs->flags);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/lib/
H A Dcmpxchg.c13 unsigned long flags; local
16 local_irq_save(flags);
20 local_irq_restore(flags);
28 unsigned long flags; local
31 local_irq_save(flags);
35 local_irq_restore(flags);
43 unsigned long flags; local
46 local_irq_save(flags);
50 local_irq_restore(flags);

Completed in 166 milliseconds

1234567891011>>