Lines Matching refs:epa
111 struct ext_patch_area _slimg *epa; in syslinux_patch() local
129 epa = slptr(boot_image, &patcharea->epaoffset); in syslinux_patch()
132 set_32(ptr(sbs, &epa->sect1ptr0), sectp[0]); in syslinux_patch()
133 set_32(ptr(sbs, &epa->sect1ptr1), sectp[0] >> 32); in syslinux_patch()
139 set_16(ptr(sbs, &epa->raidpatch), 0x18CD); in syslinux_patch()
155 ex = slptr(boot_image, &epa->secptroffset); in syslinux_patch()
156 nptrs = get_16_sl(&epa->secptrcnt); in syslinux_patch()
170 advptrs = slptr(boot_image, &epa->advptroffset); in syslinux_patch()
177 if (get_16_sl(&epa->dirlen) < sublen) { in syslinux_patch()
181 memcpy_to_sl(slptr(boot_image, &epa->diroffset), subdir, sublen); in syslinux_patch()
187 if (get_16_sl(&epa->subvollen) < sublen) { in syslinux_patch()
191 memcpy_to_sl(slptr(boot_image, &epa->subvoloffset), subvol, sublen); in syslinux_patch()