Home
last modified time | relevance | path

Searched refs:nt (Results 1 – 4 of 4) sorted by relevance

/rk3399_rockchip-uboot/lib/efi_loader/
H A Defi_image_loader.c79 IMAGE_NT_HEADERS32 *nt; in efi_load_pe() local
106 nt = (void *) ((char *)efi + dos->e_lfanew); in efi_load_pe()
107 if (nt->Signature != IMAGE_NT_SIGNATURE) { in efi_load_pe()
113 num_sections = nt->FileHeader.NumberOfSections; in efi_load_pe()
114 sections = (void *)&nt->OptionalHeader + in efi_load_pe()
115 nt->FileHeader.SizeOfOptionalHeader; in efi_load_pe()
125 (nt->OptionalHeader.Magic == IMAGE_NT_OPTIONAL_HDR64_MAGIC)) { in efi_load_pe()
126 IMAGE_NT_HEADERS64 *nt64 = (void *)nt; in efi_load_pe()
139 (nt->OptionalHeader.Magic == IMAGE_NT_OPTIONAL_HDR32_MAGIC)) { in efi_load_pe()
140 IMAGE_OPTIONAL_HEADER32 *opt = &nt->OptionalHeader; in efi_load_pe()
[all …]
/rk3399_rockchip-uboot/drivers/mtd/ubi/
H A Dbuild.c186 struct ubi_notification nt; in ubi_volume_notify() local
188 ubi_do_get_device_info(ubi, &nt.di); in ubi_volume_notify()
189 ubi_do_get_volume_info(ubi, vol, &nt.vi); in ubi_volume_notify()
201 return blocking_notifier_call_chain(&ubi_notifiers, ntype, &nt); in ubi_volume_notify()
217 struct ubi_notification nt; in ubi_notify_all() local
223 ubi_do_get_device_info(ubi, &nt.di); in ubi_notify_all()
235 ubi_do_get_volume_info(ubi, ubi->volumes[i], &nt.vi); in ubi_notify_all()
238 nb->notifier_call(nb, ntype, &nt); in ubi_notify_all()
241 &nt); in ubi_notify_all()
/rk3399_rockchip-uboot/include/linux/mtd/
H A Dnand.h37 #define NAND_MEMORG(bpc, ps, os, ppe, epl, ppl, lpt, nt) \ argument
46 .ntargets = (nt), \
/rk3399_rockchip-uboot/common/
H A Ddlmalloc.src191 Define this on MS win (95, nt) platforms to compile in sbrk emulation.