Searched refs:type (Results 126 - 150 of 516) sorted by relevance

1234567891011>>

/bionic/libc/versioner-dependencies/common/kernel_uapi/asm-x86/asm/
H A De820.h38 __u32 type; member in struct:e820entry
/bionic/libc/versioner-dependencies/common/kernel_uapi/linux/
H A Datm_tcp.h35 int type; member in struct:atmtcp_control
H A Divtv.h25 enum v4l2_buf_type type; member in struct:ivtv_dma_frame
H A Drfkill.h45 __u8 type; member in struct:rfkill_event
/bionic/libc/versioner-dependencies/common/kernel_uapi/rdma/
H A Drdma_netlink.h36 #define RDMA_NL_GET_CLIENT(type) ((type & (((1 << 6) - 1) << 10)) >> 10)
37 #define RDMA_NL_GET_OP(type) (type & ((1 << 10) - 1))
/bionic/libc/versioner-dependencies/x86/kernel_uapi_asm-x86/asm/
H A De820.h38 __u32 type; member in struct:e820entry
/bionic/libc/versioner-dependencies/x86_64/kernel_uapi_asm-x86/asm/
H A De820.h38 __u32 type; member in struct:e820entry
/bionic/tests/
H A Ddlext_private.h78 * When type is ANDROID_NAMESPACE_TYPE_ISOLATED the resulting namespace requires all of
90 uint64_t type,
/bionic/tools/versioner/dependencies/common/kernel_uapi/asm-x86/asm/
H A De820.h38 __u32 type; member in struct:e820entry
/bionic/tools/versioner/dependencies/common/kernel_uapi/linux/
H A Datm_tcp.h35 int type; member in struct:atmtcp_control
H A Divtv.h25 enum v4l2_buf_type type; member in struct:ivtv_dma_frame
H A Drfkill.h45 __u8 type; member in struct:rfkill_event
/bionic/tools/versioner/dependencies/common/kernel_uapi/rdma/
H A Drdma_netlink.h36 #define RDMA_NL_GET_CLIENT(type) ((type & (((1 << 6) - 1) << 10)) >> 10)
37 #define RDMA_NL_GET_OP(type) (type & ((1 << 10) - 1))
/bionic/tools/versioner/dependencies/x86/kernel_uapi_asm-x86/asm/
H A De820.h38 __u32 type; member in struct:e820entry
/bionic/tools/versioner/dependencies/x86_64/kernel_uapi_asm-x86/asm/
H A De820.h38 __u32 type; member in struct:e820entry
/bionic/tools/versioner/src/
H A DDriver.h39 HeaderDatabase* header_database, CompilationType type,
H A Dversioner.cpp175 CompilationType type = { local
178 result.insert(type);
201 for (const auto& type : types) {
202 if (requirements.count(type.arch) == 0) {
203 requirements[type.arch] = collectRequirements(type.arch, location);
211 for (CompilationType type : types) {
212 CompilationRequirements& req = requirements[type.arch];
214 jobs.emplace_back(type, header);
285 // 3. Each availability type mus
[all...]
/bionic/libc/bionic/
H A Dbionic_netlink.cpp56 bool NetlinkConnection::SendRequest(int type) { argument
74 request.hdr.nlmsg_type = type;
/bionic/libc/dns/resolv/
H A Dres_data.c171 int class, int type, /* class and type of query */
182 return (res_nmkquery(&_nres, op, dname, class, type,
201 int class, int type, /* class and type of query */
209 return (res_nquery(&_nres, name, class, type, answer, anslen));
270 int class, int type, /* class and type of query */
279 return (res_nsearch(&_nres, name, class, type, answer, anslen));
285 int class, int type, /* clas
169 res_mkquery(int op, const char *dname, int class, int type, const u_char *data, int datalen, const u_char *newrr_in, u_char *buf, int buflen) argument
200 res_query(const char *name, int class, int type, u_char *answer, int anslen) argument
269 res_search(const char *name, int class, int type, u_char *answer, int anslen) argument
283 res_querydomain(const char *name, const char *domain, int class, int type, u_char *answer, int anslen) argument
[all...]
/bionic/libc/kernel/uapi/linux/netfilter/
H A Dnfnetlink_compat.h42 #define NFA_NEST(skb,type) \
43 ({ struct nfattr * __start = (struct nfattr *) skb_tail_pointer(skb); NFA_PUT(skb, (NFNL_NFA_NEST | type), 0, NULL); __start; })
/bionic/libc/kernel/uapi/sound/
H A Dtlv.h30 #define SNDRV_CTL_TLVD_ITEM(type,...) (type), SNDRV_CTL_TLVD_LENGTH(__VA_ARGS__), __VA_ARGS__
/bionic/libc/versioner-dependencies/common/kernel_uapi/linux/netfilter/
H A Dnfnetlink_compat.h42 #define NFA_NEST(skb,type) \
43 ({ struct nfattr * __start = (struct nfattr *) skb_tail_pointer(skb); NFA_PUT(skb, (NFNL_NFA_NEST | type), 0, NULL); __start; })
/bionic/libc/versioner-dependencies/common/kernel_uapi/sound/
H A Dtlv.h30 #define SNDRV_CTL_TLVD_ITEM(type,...) (type), SNDRV_CTL_TLVD_LENGTH(__VA_ARGS__), __VA_ARGS__
/bionic/tools/versioner/dependencies/common/kernel_uapi/linux/netfilter/
H A Dnfnetlink_compat.h42 #define NFA_NEST(skb,type) \
43 ({ struct nfattr * __start = (struct nfattr *) skb_tail_pointer(skb); NFA_PUT(skb, (NFNL_NFA_NEST | type), 0, NULL); __start; })
/bionic/tools/versioner/dependencies/common/kernel_uapi/sound/
H A Dtlv.h30 #define SNDRV_CTL_TLVD_ITEM(type,...) (type), SNDRV_CTL_TLVD_LENGTH(__VA_ARGS__), __VA_ARGS__

Completed in 377 milliseconds

1234567891011>>