Searched defs:type (Results 51 - 75 of 77) sorted by relevance

1234

/bionic/libc/netbsd/isc/
H A Deventlib_p.h172 enum { Accept, File, Stream, Timer, Wait, Free, Null } type; member in struct:evEvent_p
/bionic/libc/kernel/common/linux/
H A Dif.h126 unsigned int type; member in struct:if_settings
H A Dmod_devicetable.h110 __u8 type; member in struct:serio_device_id
120 char type[32]; member in struct:of_device_id
126 char type[32]; member in struct:vio_device_id
H A Dmsdos_fs.h149 __u8 type[8]; member in struct:fat_boot_bsx
H A Dncp.h30 __u16 type; member in struct:ncp_request_header
45 __u16 type; member in struct:ncp_reply_header
H A Dperf_event.h117 __u32 type; member in struct:perf_event_attr
200 __u32 type; member in struct:perf_event_header
H A Dtelephony.h155 phone_codec type; member in struct:phone_codec_data
H A Dmsm_audio.h147 uint32_t type; member in struct:msm_audio_config
H A Dmsm_kgsl.h152 unsigned int type; member in struct:kgsl_device_getproperty
184 unsigned int type; member in struct:kgsl_cmdstream_readtimestamp
192 unsigned int type; member in struct:kgsl_cmdstream_freememontimestamp
225 unsigned int type; member in struct:kgsl_cmdstream_readtimestamp_ctxtid
234 unsigned int type; member in struct:kgsl_cmdstream_freememontimestamp_ctxtid
344 int type; member in struct:kgsl_timestamp_event
H A Dnfs_xdr.h39 enum nfs_ftype type; member in struct:nfs_fattr
460 enum nfs3_ftype type; member in struct:nfs3_mknodargs
H A Dvideodev.h46 int type; member in struct:video_capability
66 __u16 type; member in struct:video_channel
H A Dfb.h190 __u32 type; member in struct:fb_fix_screeninfo
H A Drtnetlink.h355 __u8 type; member in struct:rta_session::__anon474::__anon476
H A Dcdrom.h409 __u8 type; member in struct:dvd_physical
415 __u8 type; member in struct:dvd_copyright
422 __u8 type; member in struct:dvd_disckey
429 __u8 type; member in struct:dvd_bca
435 __u8 type; member in struct:dvd_manufact
442 __u8 type; member in union:__anon252
470 __u8 type; member in struct:dvd_lu_send_agid
475 __u8 type; member in struct:dvd_host_send_challenge
481 __u8 type; member in struct:dvd_send_key
487 __u8 type; member in struct:dvd_lu_send_challenge
502 __u8 type; member in struct:dvd_lu_send_title_key
514 __u8 type; member in struct:dvd_lu_send_asf
520 __u8 type; member in struct:dvd_host_send_rpcstate
525 __u8 type : 2; member in struct:dvd_lu_send_rpcstate
534 __u8 type; member in union:__anon253
[all...]
H A Dinput.h29 __u16 type; member in struct:input_event
977 __u16 type; member in struct:ff_effect
/bionic/libc/netbsd/resolv/
H A Dres_debug.c198 fprintf(file, ";;\t%s, type = %s, class = %s\n",
425 * that T_ANY is a qtype but not a type. (You can ask for records of type
426 * T_ANY, but you can't have any records of that type in the database.)
553 * Return a string for the type.
556 p_type(int type) { argument
561 result = sym_ntos(__p_type_syms, type, &success);
564 if (type < 0 || type > 0xffff)
566 sprintf(typebuf, "TYPE%d", type);
[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/kernel/common/video/
H A Ddsscomp.h156 enum s3d_disp_type type; member in struct:s3d_disp_info
/bionic/libc/netbsd/net/
H A Dgetaddrinfo.c209 int qclass, qtype; /* class and type of query */
1316 int type, class, ancount, qdcount; local
1383 type = _getshort(cp);
1384 cp += INT16SZ; /* type */
1395 type == T_CNAME) {
1414 if (!(type == T_A || type == T_AAAA)) {
1418 } else if (type != qtype) {
1419 if (type != T_KEY && type !
2170 int class, type; local
[all...]
/bionic/linker/
H A Dlinker.cpp952 unsigned type = ELF32_R_TYPE(rel->r_info); local
960 if (type == 0) { // R_*_NONE
967 ignore_local = (type == R_ARM_COPY);
986 - Zero if the relocation type is absolute
989 type is base-relative.
992 switch (type) {
1021 DL_ERR("unknown weak reloc type %d @ %p (%d)",
1022 type, rel, (int) (rel - start));
1045 switch(type){
1177 DL_ERR("unknown reloc type
[all...]
/bionic/libc/bionic/
H A Dpthread.c758 * 15-14 type mutex type
838 /* Mutex type:
908 * 0-3 type type of mutex
935 int pthread_mutexattr_gettype(const pthread_mutexattr_t *attr, int *type) argument
942 *type = atype;
949 int pthread_mutexattr_settype(pthread_mutexattr_t *attr, int type) argument
951 if (attr && type >= PTHREAD_MUTEX_NORMAL &&
952 type <
[all...]
/bionic/libc/kernel/arch-mips/asm/
H A Dsgiarcs.h82 enum linux_devtypes type; member in struct:linux_component
131 union linux_memtypes type; member in struct:linux_mdesc
289 enum linux_devtypes type; member in struct:linux_cdata
/bionic/libc/private/
H A Darpa_nameser.h136 uint16_t type; member in struct:__ns_rr
145 #define ns_rr_type(rr) ((ns_type)((rr).type + 0))
246 * Currently defined type values for resources and queries.
332 ns_kt_rsa = 1, /* key type RSA/MD5 */
335 ns_kt_private = 254 /* Private key type starts with OID */
342 cert_t_url = 253, /* URL private type */
343 cert_t_oid = 254 /* OID private type */
347 #define NS_KEY_TYPEMASK 0xC000 /* Mask for "type" bits */
352 /* The type bits can also be interpreted independently, as single bits: */
359 #define NS_KEY_NAME_TYPE 0x0300 /* these bits determine the type */
[all...]
/bionic/libc/kernel/common/linux/spi/
H A Dcpcap.h602 enum cpcap_adc_type type; member in struct:cpcap_adc_us_request
/bionic/libc/kernel/common/sound/
H A Dasound.h765 snd_ctl_elem_type_t type; member in struct:snd_ctl_elem_info
881 int type; member in struct:snd_ctl_event

Completed in 1966 milliseconds

1234