Searched refs:data (Results 26 - 50 of 178) sorted by relevance

12345678

/bionic/libc/kernel/uapi/linux/
H A Di2c-dev.h40 union i2c_smbus_data __user * data; member in struct:i2c_smbus_ioctl_data
H A Dnfs2.h56 char data[NFS2_FHSIZE]; member in struct:nfs2_fh
H A Dnfs4_mount.h25 const char __user * data; member in struct:nfs_string
H A Dcan.h49 __u8 data[CAN_MAX_DLEN] __attribute__((aligned(8))); member in struct:can_frame
61 __u8 data[CANFD_MAX_DLEN] __attribute__((aligned(8))); member in struct:canfd_frame
H A Dethtool.h82 __u32 data; member in struct:ethtool_value
114 void * data[0]; member in struct:ethtool_tunable
121 __u8 data[0]; member in struct:ethtool_regs
130 __u8 data[0]; member in struct:ethtool_eeprom
237 __u8 data[0]; member in struct:ethtool_gstrings
245 __u32 data[0]; member in struct:ethtool_sset_info
261 __u64 data[0]; member in struct:ethtool_test
267 __u64 data[0]; member in struct:ethtool_stats
274 __u8 data[0]; member in struct:ethtool_perm_addr
331 __be32 data[ member in struct:ethtool_flow_ext
386 __u64 data; member in struct:ethtool_rx_ntuple_flow_spec
407 char data[ETHTOOL_FLASH_MAX_FILENAME]; member in struct:ethtool_flash
416 __u8 data[0]; member in struct:ethtool_dump
[all...]
H A Dipmi.h29 char data[IPMI_MAX_ADDR_SIZE]; member in struct:ipmi_addr
70 unsigned char __user * data; member in struct:ipmi_msg
77 unsigned char * data; member in struct:kernel_ipmi_msg
H A Dusbdevice_fs.h32 void __user * data; member in struct:usbdevfs_ctrltransfer
40 void __user * data; member in struct:usbdevfs_bulktransfer
109 void __user * data; member in struct:usbdevfs_ioctl
H A Daio_abi.h39 __u64 data; member in struct:io_event
H A Dconnector.h61 __u8 data[0]; member in struct:cn_msg
H A Dhdlcdrv.h72 } data; member in struct:hdlcdrv_ioctl
H A Dhyperv.h109 __u8 data[DATA_FRAGMENT]; member in struct:hv_do_fcopy
194 struct hv_kvp_exchg_msg_value data; member in struct:hv_kvp_msg_enumerate
197 struct hv_kvp_exchg_msg_value data; member in struct:hv_kvp_msg_get
201 struct hv_kvp_exchg_msg_value data; member in struct:hv_kvp_msg_set
H A Dicmp.h91 __u32 data; member in struct:icmp_filter
H A Dnet_dropmon.h38 __u64 data __attribute__((aligned(8))); member in struct:net_dm_config_entry
/bionic/libc/kernel/uapi/linux/netfilter_bridge/
H A Debt_ulog.h52 unsigned char data[0] __attribute__((aligned(__alignof__(struct ebt_ulog_info)))); member in struct:ebt_ulog_packet_msg
/bionic/libc/kernel/uapi/rdma/
H A Dib_user_cm.h109 __u64 data; member in struct:ib_ucm_private_data
122 __u64 data; member in struct:ib_ucm_req
145 __u64 data; member in struct:ib_ucm_rep
167 __u64 data; member in struct:ib_ucm_info
175 __u64 data; member in struct:ib_ucm_mra
185 __u64 data; member in struct:ib_ucm_lap
196 __u64 data; member in struct:ib_ucm_sidr_req
212 __u64 data; member in struct:ib_ucm_sidr_rep
221 __u64 data; member in struct:ib_ucm_event_get
/bionic/libdl/
H A Dlibdl.c44 int dl_iterate_phdr(int (*cb)(struct dl_phdr_info* info, size_t size, void* data) __unused,
45 void* data __unused) {
/bionic/tests/
H A Dsys_epoll_test.cpp55 ev.data.u64 = expected;
64 ASSERT_EQ(expected, events[0].data.u64);
/bionic/tests/libs/
H A Dbionic_tests_zipalign.cpp93 const std::vector<uint8_t>* data; local
94 while ((data = stream->Read()) != nullptr) {
95 error = writer.WriteBytes(data->data(), data->size());
/bionic/libc/arch-arm/cortex-a15/bionic/
H A Dmemcpy_common.S101 .data
/bionic/libc/arch-arm/cortex-a9/bionic/
H A Dmemcpy.S80 .data
/bionic/libc/arch-arm/denver/bionic/
H A Dmemcpy.S101 .data
/bionic/libc/arch-arm/krait/bionic/
H A Dmemcpy.S83 .data
/bionic/libc/dns/resolv/
H A Dres_mkquery.c121 const u_char *data, /* resource record data */
122 int datalen, /* length of data */
173 if (op == QUERY || data == NULL)
180 n = dn_comp((const char *)data, cp, ep - cp - RRFIXEDSZ,
212 memcpy(cp, data, (size_t)datalen);
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
/bionic/libc/include/sys/
H A Depoll.h69 epoll_data_t data; member in struct:epoll_event
/bionic/libc/kernel/uapi/linux/dvb/
H A Dosd.h61 void __user * data; member in struct:osd_cmd_s

Completed in 1139 milliseconds

12345678