Searched refs:class (Results 1 - 16 of 16) sorted by relevance

/bionic/libstdc++/include/
H A Dstl_pair.h63 template <class _T1, class _T2>
73 template <class _U1, class _U2>
77 template <class _T1, class _T2>
83 template <class _T1, class _T2>
90 template <class _T1, class _T
[all...]
/bionic/libc/kernel/common/linux/
H A Dtransport_class.h21 struct class class;
30 #define DECLARE_TRANSPORT_CLASS(cls, nm, su, rm, cfg) struct transport_class cls = { .class = { .name = nm, }, .setup = su, .remove = rm, .configure = cfg, }
39 #define class_to_transport_class(x) container_of(x, struct transport_class, class)
H A Dattribute_container.h23 struct class *class;
H A Dioprio.h23 #define IOPRIO_PRIO_VALUE(class, data) (((class) << IOPRIO_CLASS_SHIFT) | data)
H A Ddevice.h32 struct class;
99 struct class {
116 void (*class_release)(struct class *class);
121 ssize_t (*show)(struct class *, char * buf);
122 ssize_t (*store)(struct class *, const char * buf, size_t count);
139 struct class * class;
156 struct class *class;
[all...]
H A Dmiscdevice.h53 struct class_device *class;
H A Dmod_devicetable.h20 __u32 class, class_mask;
/bionic/libc/kernel/arch-arm/asm/arch/
H A Dcpu.h23 #define IS_OMAP_CLASS(class, id) static inline int is_omap ##class (void) { return (GET_OMAP_CLASS == (id)) ? 1 : 0; }
/bionic/libc/netbsd/resolv/
H A Dres_query.c129 int class, int type, /* class and type of query */
145 printf(";; res_query(%s, %d, %d)\n", name, class, type);
148 n = res_nmkquery(statp, QUERY, name, class, type, NULL, 0, NULL,
223 int class, int type, /* class and type of query */
248 return (res_nquery(statp, cp, class, type, answer, anslen));
257 ret = res_nquerydomain(statp, name, NULL, class, type,
285 class, type,
341 ret = res_nquerydomain(statp, name, NULL, class, typ
127 res_nquery(res_state statp, const char *name, int class, int type, u_char *answer, int anslen) argument
221 res_nsearch(res_state statp, const char *name, int class, int type, u_char *answer, int anslen) argument
368 res_nquerydomain(res_state statp, const char *name, const char *domain, int class, int type, u_char *answer, int anslen) argument
[all...]
H A Dres_data.c177 int class, int type, /* class and type of query */
188 return (res_nmkquery(&_nres, op, dname, class, type,
207 int class, int type, /* class and type of query */
215 return (res_nquery(&_nres, name, class, type, answer, anslen));
276 int class, int type, /* class and type of query */
285 return (res_nsearch(&_nres, name, class, type, answer, anslen));
291 int class, in
175 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
206 res_query(const char *name, int class, int type, u_char *answer, int anslen) argument
275 res_search(const char *name, int class, int type, u_char *answer, int anslen) argument
289 res_querydomain(const char *name, const char *domain, int class, int type, u_char *answer, int anslen) argument
[all...]
H A Dres_mkquery.c120 int class, int type, /* class and type of query */
137 _res_opcodes[op], dname, p_class(class), p_type(type));
170 ns_put16(class, cp);
187 ns_put16(class, cp);
205 ns_put16(class, cp);
117 res_nmkquery(res_state statp, 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
H A Dres_debug.c198 fprintf(file, ";;\t%s, type = %s, class = %s\n",
372 * that C_ANY is a qclass but not a class. (You can ask for records of class
373 * C_ANY, but you can't have any records of that class in the database.)
589 * Return a mnemonic for class.
592 p_class(int class) { argument
597 result = sym_ntos(__p_class_syms, class, &success);
600 if (class < 0 || class > 0xffff)
602 sprintf(classbuf, "CLASS%d", class);
[all...]
H A Dres_send.c275 * res_nameinquery(name, type, class, buf, eom)
276 * look for (name,type,class) in the query section of packet (buf,eom)
287 res_nameinquery(const char *name, int type, int class, argument
305 if (ttype == type && tclass == class &&
314 * is there a 1:1 mapping of (name,type,class)
/bionic/libc/netbsd/net/
H A Dgetaddrinfo.c206 int qclass, qtype; /* class and type of query */
1310 int type, class, ancount, qdcount; local
1379 class = _getshort(cp);
1380 cp += INT16SZ + INT32SZ; /* class, TTL */
1383 if (class != C_IN) {
2153 int class, type; local
2161 class = t->qclass;
2167 printf(";; res_nquery(%s, %d, %d)\n", name, class, type);
2170 n = res_nmkquery(res, QUERY, name, class, type, NULL, 0, NULL,
/bionic/libc/netbsd/
H A Dgethnamaddr.c180 int type, class, ancount, qdcount; local
258 class = _getshort(cp);
259 cp += INT16SZ + INT32SZ; /* class, TTL */
264 if (class != C_IN) {
/bionic/libc/netbsd/nameser/
H A Dns_print.c107 * ns_sprintrrf(msg, msglen, name, class, type, ttl, rdata, rdlen,
115 const char *name, ns_class class, ns_type type,
158 len = SPRINTF((tmp, " %s %s", p_class(class), p_type(type)));
709 len = SPRINTF((tmp, "%u bytes", class));
114 ns_sprintrrf(const u_char *msg, size_t msglen, const char *name, ns_class class, ns_type type, u_long ttl, const u_char *rdata, size_t rdlen, const char *name_ctx, const char *origin, char *buf, size_t buflen) argument

Completed in 202 milliseconds