Home
last modified time | relevance | path

Searched refs:mBFT (Results 1 – 8 of 8) sorted by relevance

/external/syslinux/utils/
Dmemdiskfind.c34 static bool valid_mbft(const struct mBFT *mbft, size_t space) in valid_mbft()
61 static void output_params(const struct mBFT *mbft) in output_params()
157 if (valid_mbft((const struct mBFT *)ptr, end-ptr)) { in main()
158 output_params((const struct mBFT *)ptr); in main()
/external/syslinux/dosutil/
Dmdiskchk.c211 const struct mBFT far *mbft; in MDISKCHK_FUNC_DECL()
223 if (mbft->acpi.length != sizeof(struct mBFT)) in MDISKCHK_FUNC_DECL()
227 for (i = 0; i < sizeof(struct mBFT); i++) in MDISKCHK_FUNC_DECL()
271 const struct mBFT far *mbft; in MDISKCHK_FUNC_DECL()
/external/syslinux/memdisk/
Dmstructs.h32 struct mBFT;
105 struct mBFT { struct
Dmemdisk.inc11 ; Portions copyright 2009 Shao Miller [El Torito code, mBFT, safe hook]
138 ; immediately find out the particular parameters using the mBFT
139 ; and MDI structures. This binary will have the offset to the mBFT
140 ; in this field to begin with, so the installer knows where the mBFT
142 ; will refill this field with the physical address of the mBFT for
144 dd mBFT ; Offset from hook to the mBFT
1066 mBFT:
1068 dd ' ' ; ACPI signature ("mBFT")
1070 ; to avoid an accidentally valid mBFT
1079 ; The next field is mBFT-specific and filled-in by the installer
[all …]
Dsetup.c763 struct mBFT *mbft; in setup()
1142 mbft = (struct mBFT *)(((const char *)hptr) + hptr->safe_hook.mbft); in setup()
/external/syslinux/doc/
Dmemdisk.txt274 pointer to a special MEMDISK structure called the "mBFT." The mBFT is the
279 The mBFT is little more than an ACPI table to prefix MEMDISK's traditional
285 There is a 1-byte checksum field which covers the length of the mBFT all
293 pointer to the mBFT and gathers the RAM disk details from the included
/external/syslinux/com32/modules/
Difmemdsk.c56 typedef struct mBFT s_mbft;
/external/syslinux/
DNEWS411 * MEMDISK: generate the mBFT checksum correctly.
434 * memdisk: fix the mBFT ACPI table.
454 * MEMDISK: New "mBFT" ACPI table, by analogy with the iSCSI