Searched refs:parttable (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.3-release/sys/boot/pc98/boot0.5/
H A Dboot.s52 shlw %cl, %si # %si = offset to parttable
54 movb parttable(%si), %al # IPLS
57 movb parttable(%si), %al # IPLH
60 movw parttable(%si), %ax
H A Ddisk.s52 # Copy partition table from buffer to parttable.
77 addw $parttable, %di
293 .global partnum, parttable
295 partnum: .space 32 # Index of parttable
296 parttable: .space 1024 # Copy of valid partition table label
H A Dselector.s92 movb parttable(%di), %al
172 testb $0x80, parttable(%si)
411 testb $0x80, parttable(%si)

Completed in 96 milliseconds