Searched defs:type (Results 76 - 100 of 133) sorted by relevance

123456

/bionic/libc/kernel/uapi/linux/usb/
H A Dfunctionfs.h120 __u8 type; member in struct:usb_functionfs_event
/bionic/libc/bionic/
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);
/bionic/libc/kernel/uapi/linux/android/
H A Dbinder.h50 __u32 type; member in struct:flat_binder_object
/bionic/libc/kernel/uapi/linux/
H A Dbinder.h49 __u32 type; member in struct:flat_binder_object
H A Dhiddev.h42 __u32 type; member in struct:hiddev_collection_info
H A Djffs2.h101 __u8 type; member in struct:jffs2_raw_dirent
H A Dsom.h90 unsigned int type : 16; member in struct:aux_id
H A Dusbdevice_fs.h84 unsigned char type; member in struct:usbdevfs_urb
H A Dvirtio_scsi.h66 __virtio32 type; member in struct:virtio_scsi_ctrl_tmf_req
77 __virtio32 type; member in struct:virtio_scsi_ctrl_an_req
H A Dfirewire-cdev.h40 __u32 type; member in struct:fw_cdev_event_common
45 __u32 type; member in struct:fw_cdev_event_bus_reset
57 __u32 type; member in struct:fw_cdev_event_response
66 __u32 type; member in struct:fw_cdev_event_request
77 __u32 type; member in struct:fw_cdev_event_request2
94 __u32 type; member in struct:fw_cdev_event_iso_interrupt
102 __u32 type; member in struct:fw_cdev_event_iso_interrupt_mc
109 __u32 type; member in struct:fw_cdev_event_iso_resource
117 __u32 type; member in struct:fw_cdev_event_phy_packet
212 __u32 type; member in struct:fw_cdev_initiate_bus_reset
232 __u32 type; member in struct:fw_cdev_create_iso_context
[all...]
H A Dif.h135 unsigned int type; member in struct:if_settings
H A Dinput.h30 __u16 type; member in struct:input_event
65 __u32 type; member in struct:input_mask
200 __u16 type; member in struct:ff_effect
H A Dncp.h30 __u16 type; member in struct:ncp_request_header
45 __u16 type; member in struct:ncp_reply_header
H A Dnubus.h200 unsigned char type; member in struct:nubus_dirent
/bionic/libc/kernel/uapi/linux/netfilter_ipv4/
H A Dip_tables.h111 __u8 type; member in struct:ipt_icmp
/bionic/libc/kernel/uapi/linux/netfilter_ipv6/
H A Dip6_tables.h135 __u8 type; member in struct:ip6t_icmp
/bionic/libc/kernel/uapi/mtd/
H A Dmtd-abi.h96 __u8 type; member in struct:mtd_info_user
/bionic/libc/kernel/uapi/video/
H A Dadf.h54 __u8 type; member in struct:adf_set_event
59 __u8 type; member in struct:adf_event
136 __u32 type; member in struct:adf_interface_data
/bionic/tools/relocation_packer/src/
H A Delf_file.cc87 std::string type; local
89 case PT_NULL: type = "NULL"; break;
90 case PT_LOAD: type = "LOAD"; break;
91 case PT_DYNAMIC: type = "DYNAMIC"; break;
92 case PT_INTERP: type = "INTERP"; break;
93 case PT_PHDR: type = "PHDR"; break;
94 case PT_GNU_RELRO: type = "GNU_RELRO"; break;
95 case PT_GNU_STACK: type = "GNU_STACK"; break;
96 case PT_ARM_EXIDX: type = "EXIDX"; break;
97 default: type
99 VLOG(1) << "phdr[" << program_header_index << "] : " << type; local
[all...]
/bionic/libc/dns/net/
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_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_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/kernel/uapi/asm-x86/asm/
H A Dbootparam.h56 __u32 type; member in struct:setup_data
/bionic/libc/kernel/uapi/drm/
H A Dvia_drm.h109 __u32 type; member in struct:__anon184
212 via_irq_seq_type_t type; member in struct:drm_via_wait_irq_request
/bionic/libc/kernel/uapi/linux/dvb/
H A Dvideo.h105 __s32 type; member in struct:video_event

Completed in 489 milliseconds

123456