Searched defs:type (Results 1 - 25 of 133) sorted by last modified time

123456

/bionic/libc/bionic/
H A Dbionic_netlink.cpp56 bool NetlinkConnection::SendRequest(int type) { argument
73 request.hdr.nlmsg_type = type;
H A Dfpclassify.cpp94 int type = __fpclassifyd(d); local
95 return ((type != FP_NAN) && (type != FP_INFINITE));
100 int type = __fpclassifyf(f); local
101 return ((type != FP_NAN) && (type != FP_INFINITE));
147 int type = __fpclassifyl(ld); local
148 return ((type != FP_NAN) && (type != FP_INFINITE));
H A Dfts.c275 /* Any type of file may be re-visited; re-stat and re-turn. */
538 * we can do things quickly. First, if it's a 4.4BSD file system, the type
546 fts_build(FTS *sp, int type) argument
566 if (type == BREAD) {
574 * Nlinks is the number of possible entries of type directory in the
578 if (type == BNAMES)
609 if (nlinks || type == BREAD) {
611 if (nlinks && type == BREAD)
772 if (descend && (type == BCHILD || !nitems) &&
782 if (type
[all...]
H A Dgetauxval.cpp38 extern "C" unsigned long int getauxval(unsigned long int type) { argument
40 if (v->a_type == type) {
H A Dlibc_logging.cpp600 static int __libc_android_log_event(int32_t tag, char type, const void* payload, size_t len) { argument
618 vec[4].iov_base = &type;
619 vec[4].iov_len = sizeof(type);
H A Dpthread_mutex.cpp50 * 0-3 type type of mutex
70 int type = (*attr & MUTEXATTR_TYPE_MASK); local
72 if (type < PTHREAD_MUTEX_NORMAL || type > PTHREAD_MUTEX_ERRORCHECK) {
76 *type_p = type;
80 int pthread_mutexattr_settype(pthread_mutexattr_t *attr, int type) argument
82 if (type < PTHREAD_MUTEX_NORMAL || type > PTHREAD_MUTEX_ERRORCHECK ) {
86 *attr = (*attr & ~MUTEXATTR_TYPE_MASK) | type;
[all...]
H A Dsocket.cpp21 int socket(int domain, int type, int protocol) { argument
22 return __netdClientDispatch.socket(domain, type, protocol);
/bionic/libc/dns/nameser/
H A Dns_print.c109 const char *name, ns_class class, ns_type type,
152 len = snprintf(tmp, sizeof(tmp), " %s %s", p_class(class), p_type(type));
159 switch (type) {
188 if (type == ns_t_isdn && rdata == edata)
717 if (type == ns_t_ds || type == ns_t_dlv) {
769 if (type == ns_t_nsec3param)
942 comment = "unknown IPSECKEY gateway type";
1055 comment = "unknown RR type";
108 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
/bionic/libc/dns/net/
H A Dgetaddrinfo.c213 int qclass, qtype; /* class and type of query */
1306 int type, class, ancount, qdcount; local
1373 type = _getshort(cp);
1374 cp += INT16SZ; /* type */
1385 type == T_CNAME) {
1404 if (!(type == T_A || type == T_AAAA)) {
1408 } else if (type != qtype) {
1409 if (type != T_KEY && type !
2154 int class, type; local
[all...]
H A Dgethnamaddr.c210 int type, class, ancount, qdcount; local
285 type = _getshort(cp);
286 cp += INT16SZ; /* type */
298 if ((qtype == T_A || qtype == T_AAAA) && type == T_CNAME) {
327 if (qtype == T_PTR && type == T_CNAME) {
348 if (type != qtype) {
349 if (type != T_KEY && type != T_SIG)
351 "gethostby*.getanswer: asked for \"%s %s %s\", got type \"%s\"",
353 p_type(type));
1171 int n, type; local
[all...]
/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...]
H A Dres_debug.c188 fprintf(file, ";;\t%s, type = %s, class = %s\n",
460 * that T_ANY is a qtype but not a type. (You can ask for records of type
461 * T_ANY, but you can't have any records of that type in the database.)
607 * Return a string for the type.
610 p_type(int type) { argument
615 result = sym_ntos(__p_type_syms, type, &success);
618 if (type < 0 || type > 0xffff)
620 snprintf(typebuf, sizeof(typebuf), "TYPE%d", type);
[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));
168 ns_put16(type, cp);
203 ns_put16(type, 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_query.c130 int class, int type, /* class and type of query */
146 printf(";; res_query(%s, %d, %d)\n", name, class, type);
149 n = res_nmkquery(statp, QUERY, name, class, type, NULL, 0, NULL,
224 int class, int type, /* class and type of query */
249 return (res_nquery(statp, cp, class, type, answer, anslen));
258 ret = res_nquerydomain(statp, name, NULL, class, type,
295 class, type,
306 * a wildcard entry of another type coul
128 res_nquery(res_state statp, const char *name, int class, int type, u_char *answer, int anslen) argument
222 res_nsearch(res_state statp, const char *name, int class, int type, u_char *answer, int anslen) argument
378 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_send.c274 * res_nameinquery(name, type, class, buf, eom)
275 * look for (name,type,class) in the query section of packet (buf,eom)
286 res_nameinquery(const char *name, int type, int class, argument
304 if (ttype == type && tclass == class &&
313 * is there a 1:1 mapping of (name,type,class)
/bionic/libc/include/arpa/
H A Dnameser.h109 * Network name (compressed or not) type. Equivilent to a pointer when used
161 uint16_t type; member in struct:__ns_rr
174 int type; member in struct:__ns_rr2
184 #define ns_rr_type(rr) ((ns_type)((rr).type + 0))
285 * Currently defined type values for resources and queries.
338 ns_t_nsec3 = 50, /* Negative security type 3 */
339 ns_t_nsec3param = 51, /* Negative security type 3 parameters */
383 ns_kt_rsa = 1, /* key type RSA/MD5 */
386 ns_kt_private = 254 /* Private key type starts with OID */
393 cert_t_url = 253, /* URL private type */
[all...]
/bionic/libc/kernel/uapi/asm-generic/
H A Dfcntl.h147 int type; member in struct:f_owner_ex
/bionic/libc/kernel/uapi/asm-x86/asm/
H A Dbootparam.h56 __u32 type; member in struct:setup_data
H A De820.h42 __u32 type; member in struct:e820entry
H A Dkvm.h152 __u8 type; member in struct:kvm_segment
H A Dmtrr.h31 unsigned int type; member in struct:mtrr_sentry
39 unsigned int type; member in struct:mtrr_gentry
46 __u32 type; member in struct:mtrr_sentry
54 __u32 type; member in struct:mtrr_gentry
/bionic/libc/kernel/uapi/drm/
H A Damdgpu_drm.h390 uint32_t type; member in struct:drm_amdgpu_info::__anon122::__anon124
H A Ddrm.h154 enum drm_map_type type; member in struct:drm_map
196 enum drm_stat_type type; member in struct:drm_stats::__anon128
306 unsigned int type; member in struct:drm_update_draw
340 enum drm_vblank_seq_type type; member in struct:drm_wait_vblank_request
346 enum drm_vblank_seq_type type; member in struct:drm_wait_vblank_reply
372 unsigned long type; member in struct:drm_agp_buffer
464 #define DRM_IOR(nr,type) _IOR(DRM_IOCTL_BASE, nr, type)
465 #define DRM_IOW(nr,type) _IOW(DRM_IOCTL_BASE, nr, type)
581 __u32 type; member in struct:drm_event
[all...]
H A Ddrm_mode.h105 __u32 type; member in struct:drm_mode_modeinfo
H A Dmsm_drm.h94 __u32 type; member in struct:drm_msm_gem_submit_cmd

Completed in 330 milliseconds

123456