Searched refs:TO_NATIVE (Results 1 – 3 of 3) sorted by relevance
208 id->match_flags = TO_NATIVE(id->match_flags); in do_usb_entry_multi()209 id->idVendor = TO_NATIVE(id->idVendor); in do_usb_entry_multi()210 id->idProduct = TO_NATIVE(id->idProduct); in do_usb_entry_multi()213 TO_NATIVE(id->bcdDevice_lo) : 0x0U; in do_usb_entry_multi()215 TO_NATIVE(id->bcdDevice_hi) : ~0x0U; in do_usb_entry_multi()282 id->bus = TO_NATIVE(id->bus); in do_hid_entry()283 id->vendor = TO_NATIVE(id->vendor); in do_hid_entry()284 id->product = TO_NATIVE(id->product); in do_hid_entry()297 id->match_flags = TO_NATIVE(id->match_flags); in do_ieee1394_entry()298 id->vendor_id = TO_NATIVE(id->vendor_id); in do_ieee1394_entry()[all …]
423 hdr->e_type = TO_NATIVE(hdr->e_type); in parse_elf()424 hdr->e_machine = TO_NATIVE(hdr->e_machine); in parse_elf()425 hdr->e_version = TO_NATIVE(hdr->e_version); in parse_elf()426 hdr->e_entry = TO_NATIVE(hdr->e_entry); in parse_elf()427 hdr->e_phoff = TO_NATIVE(hdr->e_phoff); in parse_elf()428 hdr->e_shoff = TO_NATIVE(hdr->e_shoff); in parse_elf()429 hdr->e_flags = TO_NATIVE(hdr->e_flags); in parse_elf()430 hdr->e_ehsize = TO_NATIVE(hdr->e_ehsize); in parse_elf()431 hdr->e_phentsize = TO_NATIVE(hdr->e_phentsize); in parse_elf()432 hdr->e_phnum = TO_NATIVE(hdr->e_phnum); in parse_elf()[all …]
77 #define TO_NATIVE(x) \ macro86 #define TO_NATIVE(x) (x) macro