Home
last modified time | relevance | path

Searched refs:hdata (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/include/standard-headers/linux/
H A Dethtool.h1352 uint8_t hdata[52]; member
1592 uint8_t hdata[72]; member
/openbmc/qemu/linux-user/
H A Dsyscall.c5205 void *hdata = (void*)host_dm + host_dm->data_start; in do_ioctl_dm() local
5206 int count = *(uint32_t*)hdata; in do_ioctl_dm()
5207 uint64_t *hdev = hdata + 8; in do_ioctl_dm()