Home | History | Annotate | Download | only in mbr

Lines Matching defs:partition

159  *	Read a partition table (pointed to by %eax), and copy
160 * the partition table into the ptab buffer.
179 * Scan a partition table currently loaded in the partition table
183 * %eax - base (location of this partition table)
195 /* Scan the primary partition table */
198 /* Is it a primary partition table? */
205 decb (partition)
217 jz 12f /* Not a valid partition */
224 /* It is an extended partition. Read the extended partition and
226 partition table and resume scan. */
228 movl 8(%si), %eax /* Partition table offset */
238 /* This returned, so we need to reload the current partition table */
244 /* Not an extended partition */
247 /* If so, this is a logical partition */
248 decb (partition)
259 * boot: invoke the actual bootstrap. (%si) points to the partition
260 * table entry, and 28(%bp) has the partition table base.
267 movl %eax, 8(%si) /* Adjust in-memory partition table entry */
303 /* Location of the partition configuration byte */
304 partition = _start + 439