Searched refs:flags (Results 101 - 125 of 3212) sorted by relevance

1234567891011>>

/external/oprofile/libutil/
H A Dop_popt.c19 struct poptOption const * options, int flags)
27 optcon = poptGetContext(name, argc, argv, options, flags);
29 optcon = poptGetContext((char *)name, argc, (char **)argv, options, flags);
17 op_poptGetContext(char const * name, int argc, char const ** argv, struct poptOption const * options, int flags) argument
H A Dop_popt.h36 struct poptOption const * options, int flags);
/external/oprofile/module/x86/
H A Dop_rtc.c34 unsigned long flags; local
41 lock_rtc(flags);
50 unlock_rtc(flags);
58 unsigned long flags; local
63 lock_rtc(flags);
89 unlock_rtc(flags);
96 unsigned long flags; local
98 lock_rtc(flags);
105 /* read the flags register to start interrupts */
108 unlock_rtc(flags);
114 unsigned long flags; local
[all...]
/external/iptables/extensions/
H A Dlibxt_iprange.c19 uint8_t flags; member in struct:ipt_iprange_info
37 .flags = XTOPT_INVERT},
39 .flags = XTOPT_INVERT},
104 info->flags |= IPRANGE_SRC;
106 info->flags |= IPRANGE_SRC_INV;
112 info->flags |= IPRANGE_DST;
114 info->flags |= IPRANGE_DST_INV;
131 info->flags |= IPRANGE_SRC;
133 info->flags |= IPRANGE_SRC_INV;
138 info->flags |
[all...]
H A Dlibip6t_frag.c31 .flags = XTOPT_INVERT | XTOPT_PUT, XTOPT_POINTER(s, ids)},
33 .flags = XTOPT_INVERT | XTOPT_PUT, XTOPT_POINTER(s, hdrlen)},
55 fraginfo->flags |= IP6T_FRAG_RES;
58 fraginfo->flags |= IP6T_FRAG_FST;
61 fraginfo->flags |= IP6T_FRAG_MF;
64 fraginfo->flags |= IP6T_FRAG_NMF;
93 if (frag->flags & IP6T_FRAG_LEN) {
99 if (frag->flags & IP6T_FRAG_RES)
102 if (frag->flags & IP6T_FRAG_FST)
105 if (frag->flags
[all...]
/external/mksh/src/
H A Dshf.c29 /* flags to shf_emptybuf() */
43 * Open a file. First three args are for open(), last arg is flags for
61 shf->flags = SHF_ALLOCS;
93 /* use fcntl() to figure out correct read/write flags */
95 int flags = fcntl(fd, F_GETFL, 0); local
97 if (flags < 0)
101 switch (flags & O_ACCMODE) {
147 shf->flags = sflags;
174 shf->flags = (shf->flags
316 shf_emptybuf(struct shf *shf, int flags) argument
763 int tmp = 0, flags; local
[all...]
/external/dnsmasq/src/
H A Dcache.c90 crecp->flags = 0;
163 if (!(crecp->flags & F_REVERSE))
165 while (*up && ((*up)->flags & F_REVERSE))
168 if (crecp->flags & F_IMMORTAL)
169 while (*up && !((*up)->flags & F_IMMORTAL))
178 crecp->flags &= ~F_FORWARD;
179 crecp->flags &= ~F_REVERSE;
191 if (crecp->flags & F_BIGNAME)
195 crecp->flags &= ~F_BIGNAME;
227 if (crecp->flags
257 cache_scan_free(char *name, struct all_addr *addr, time_t now, unsigned short flags) argument
359 cache_insert(char *name, struct all_addr *addr, time_t now, unsigned long ttl, unsigned short flags) argument
644 add_hosts_entry(struct crec *cache, struct all_addr *addr, int addrlen, unsigned short flags, int index, int addr_dup) argument
758 unsigned short flags = 0, saved_flags = 0; local
1039 unsigned short flags = F_DHCP | F_FORWARD | F_IPV4 | F_REVERSE; local
1237 log_query(unsigned short flags, char *name, struct all_addr *addr, char *arg) argument
[all...]
/external/openssl/crypto/x509/
H A Dx509_trs.c68 static int trust_1oidany(X509_TRUST *trust, X509 *x, int flags);
69 static int trust_1oid(X509_TRUST *trust, X509 *x, int flags);
70 static int trust_compat(X509_TRUST *trust, X509 *x, int flags);
72 static int obj_trust(int id, X509 *x, int flags);
73 static int (*default_trust)(int id, X509 *x, int flags) = obj_trust;
112 int X509_check_trust(X509 *x, int id, int flags) argument
118 if(idx == -1) return default_trust(id, x, flags);
120 return pt->check_trust(pt, x, flags);
159 int X509_TRUST_add(int id, int flags, int (*ck)(X509_TRUST *, X509 *, int), argument
165 flags
244 trust_1oidany(X509_TRUST *trust, X509 *x, int flags) argument
254 trust_1oid(X509_TRUST *trust, X509 *x, int flags) argument
260 trust_compat(X509_TRUST *trust, X509 *x, int flags) argument
267 obj_trust(int id, X509 *x, int flags) argument
[all...]
/external/ppp/pppd/plugins/pppoatm/
H A Dtext2atm.c20 static int try_pvc(const char *text,struct sockaddr_atmpvc *addr,int flags) argument
44 if (!(flags & T2A_WILDCARD)) return FATAL; /* not allowed */
49 if (!(flags & T2A_UNSPEC)) return FATAL; /* not allowed */
64 if (part[1] > (flags & T2A_NNI ? ATM_MAX_VPI_NNI : ATM_MAX_VPI))
75 static int do_try_nsap(const char *text,struct sockaddr_atmsvc *addr,int flags) argument
125 if (*text == '/' && (flags & T2A_WILDCARD)) break;
149 static int try_nsap(const char *text,struct sockaddr_atmsvc *addr,int flags) argument
153 result = do_try_nsap(text,addr,flags);
161 static int try_e164(const char *text,struct sockaddr_atmsvc *addr,int flags) argument
184 result = do_try_nsap(text,addr,flags);
193 search(FILE *file,const char *text,struct sockaddr *addr,int length, int flags) argument
213 try_name(const char *text,struct sockaddr *addr,int length, int flags) argument
226 text2atm(const char *text,struct sockaddr *addr,int length,int flags) argument
[all...]
/external/aac/libAACdec/src/
H A Dstereo.h108 UCHAR MsUsed[JointStereoMaximumBands]; /*!< every arry element contains flags for up to 8 groups */
121 \param flags decoder flags
130 UINT flags
H A Dchannel.h119 UINT flags,
129 * \param flags parser guidance flags
141 const UINT flags,
/external/chromium/chrome/browser/ui/cocoa/
H A Devent_utils.h21 // represented by |event|, but instead use the modifier flags given by |flags|,
26 NSEvent* event, NSUInteger flags);
/external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/
H A Derror_check.py22 import gflags as flags namespace
24 FLAGS = flags.FLAGS
52 flags.DEFINE_boolean('strict', False,
55 flags.DEFINE_multistring('jslint_error', [],
78 Computes different flags (strict, jslint_error, jslint_noerror) to find out if
85 True if the rule should be checked according to the flags, otherwise False.
/external/iptables/include/linux/netfilter/
H A Dxt_CT.h7 __u16 flags; member in struct:xt_ct_target_info
H A Dxt_connlimit.h25 __u32 flags; member in union:xt_connlimit_info::__anon7062
H A Dxt_iprange.h16 __u8 flags; member in struct:xt_iprange_mtinfo
H A Dxt_quota.h12 __u32 flags; member in struct:xt_quota_info
H A Dxt_quota2.h16 u_int8_t flags; member in struct:xt_quota_mtinfo2
/external/jmdns/src/javax/jmdns/impl/constants/
H A DDNSResultCode.java125 * @param flags
128 public static DNSResultCode resultCodeForFlags(int flags) { argument
129 int maskedIndex = flags & RCode_MASK;
136 public static DNSResultCode resultCodeForFlags(int flags, int extendedRCode) { argument
137 int maskedIndex = ((extendedRCode >> 28) & ExtendedRCode_MASK) | (flags & RCode_MASK);
/external/kernel-headers/original/linux/netfilter/
H A Dxt_quota.h10 u_int32_t flags; member in struct:xt_quota_info
/external/kernel-headers/original/linux/
H A Dslab.h20 /* flags for kmem_cache_alloc() */
32 /* flags to pass to kmem_cache_create().
50 /* flags passed to a constructor func */
82 #define ____kmalloc(size, flags) __kmalloc(size, flags)
85 #define ____kmalloc(size, flags) \
86 __kmalloc_track_caller(size, flags, __builtin_return_address(0))
92 * @flags: the type of memory to allocate.
97 * The @flags argument may be one of:
112 * Also it is possible to set different flags b
134 kmalloc(size_t size, gfp_t flags) argument
164 kzalloc(size_t size, gfp_t flags) argument
193 kcalloc(size_t n, size_t size, gfp_t flags) argument
208 kmem_cache_alloc_node(kmem_cache_t *cachep, gfp_t flags, int node) argument
212 kmalloc_node(size_t size, gfp_t flags, int node) argument
242 kcalloc(size_t n, size_t size, gfp_t flags) argument
[all...]
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/
H A DFullBox.java16 void setFlags(int flags); argument
/external/skia/include/core/
H A DSkBlitRow.h46 static Proc Factory(unsigned flags, SkBitmap::Config);
82 static Proc32 PlatformProcs32(unsigned flags);
83 static Proc PlatformProcs565(unsigned flags);
84 static Proc PlatformProcs4444(unsigned flags);
/external/webkit/Source/WebCore/fileapi/
H A DDirectoryEntrySync.idl39 [Custom] FileEntrySync getFile(in [ConvertUndefinedOrNullToNullString] DOMString path, in WebKitFlags flags) raises (FileException);
40 [Custom] DirectoryEntrySync getDirectory(in [ConvertUndefinedOrNullToNullString] DOMString path, in WebKitFlags flags) raises (FileException);
/external/wpa_supplicant_8/hostapd/
H A Ddump_state.c104 " AID=%d flags=0x%x %s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s"
108 sta->flags,
109 (sta->flags & WLAN_STA_AUTH ? "[AUTH]" : ""),
110 (sta->flags & WLAN_STA_ASSOC ? "[ASSOC]" : ""),
111 (sta->flags & WLAN_STA_PS ? "[PS]" : ""),
112 (sta->flags & WLAN_STA_TIM ? "[TIM]" : ""),
113 (sta->flags & WLAN_STA_PERM ? "[PERM]" : ""),
115 (sta->flags & WLAN_STA_PENDING_POLL ? "[PENDING_POLL" :
117 (sta->flags & WLAN_STA_SHORT_PREAMBLE ?
119 (sta->flags
[all...]

Completed in 2976 milliseconds

1234567891011>>