Home
last modified time | relevance | path

Searched refs:TO_NATIVE (Results 1 – 3 of 3) sorted by relevance

/linux-2.6.39/scripts/mod/
Dfile2alias.c208 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 …]
Dmodpost.c399 hdr->e_type = TO_NATIVE(hdr->e_type); in parse_elf()
400 hdr->e_machine = TO_NATIVE(hdr->e_machine); in parse_elf()
401 hdr->e_version = TO_NATIVE(hdr->e_version); in parse_elf()
402 hdr->e_entry = TO_NATIVE(hdr->e_entry); in parse_elf()
403 hdr->e_phoff = TO_NATIVE(hdr->e_phoff); in parse_elf()
404 hdr->e_shoff = TO_NATIVE(hdr->e_shoff); in parse_elf()
405 hdr->e_flags = TO_NATIVE(hdr->e_flags); in parse_elf()
406 hdr->e_ehsize = TO_NATIVE(hdr->e_ehsize); in parse_elf()
407 hdr->e_phentsize = TO_NATIVE(hdr->e_phentsize); in parse_elf()
408 hdr->e_phnum = TO_NATIVE(hdr->e_phnum); in parse_elf()
[all …]
Dmodpost.h77 #define TO_NATIVE(x) \ macro
86 #define TO_NATIVE(x) (x) macro