/external/syslinux/com32/hdt/ |
hdt-cli-disk.c | 116 if (!hardware->disk_info[i].cbios) { 166 if (hardware->disk_info[drive - 0x80].cbios) { 194 if (!hardware->disk_info[i].cbios)
|
hdt-dump-disks.c | 129 if (hardware->disk_info[drive - 0x80].cbios) {
|
hdt-menu-disk.c | 247 if (!hardware->disk_info[drive - 0x80].cbios)
|
hdt-common.c | 411 if (err == -1 || !hardware->disk_info[i].cbios)
|
/external/syslinux/core/ |
diskstart.inc | 132 ; Tell the user if we're using EBIOS or CBIOS 137 jne .cbios 140 .cbios: 288 ; using EBIOS. Doesn't happen when using CBIOS, which is 301 ; Total failure. Try falling back to CBIOS. 303 ;mov byte [MaxTransfer],63 ; Max possibe CBIOS transfer 311 ; getlinsec implementation for legacy CBIOS 421 cbios_name db 'CHS', 0 ; CHS/CBIOS
|
diskboot.inc | 326 ; using EBIOS. Doesn't happen when using CBIOS, which is 336 ; Total failure. Try falling back to CBIOS. 342 ; getlinsec implementation for legacy CBIOS
|
isolinux.asm | 193 ; - CBIOS Heads 194 ; - CBIOS Sectors 825 ; using EBIOS. Doesn't happen when using CBIOS, which is 839 ; Total failure. Try falling back to CBIOS. 841 ;mov byte [MaxTransfer],63 ; Max possibe CBIOS transfer 849 ; getlinsec implementation for legacy CBIOS
|
adv.inc | 357 mov si,.cbios 414 .cbios:
|
/external/syslinux/com32/gpllib/disk/ |
geom.c | 38 } else if (drive_info->cbios) { 254 drive_info->cbios = 1; /* Valid geometry */ 274 if (drive_info->ebios && drive_info->cbios)
|
read.c | 111 if (!drive_info->cbios) { // XXX errno
|
write.c | 68 if (!drive_info->cbios) { // XXX errno
|
/external/syslinux/com32/modules/ |
disk.c | 36 if (errno_disk == -1 || !d->cbios)
|
/external/syslinux/com32/chain/ |
utility.c | 85 * cnul - "strict" mode, never returning higher value than obtained from cbios 104 if (di->cbios) {
|
mangle.c | 302 if (iter->di.cbios)
|
/external/syslinux/com32/gplinclude/disk/ |
geom.h | 193 int cbios; /* CHS geometry is valid */ member in struct:driveinfo 315 else if (drive_info->cbios)
|
/external/syslinux/core/fs/ |
diskio_bios.c | 235 * using EBIOS. Doesn't happen when using CBIOS, which is 321 /* CBIOS parameters */
|
/external/syslinux/com32/include/syslinux/ |
disk.h | 54 int cbios; /* CHS geometry is valid */ member in struct:disk_info
|
/external/syslinux/diag/geodsp/ |
geodsp1s.asm | 185 ; using EBIOS. Doesn't happen when using CBIOS, which is
|
/external/syslinux/com32/lib/syslinux/ |
disk.c | 146 diskinfo->cbios = 1; /* Valid geometry */
|
/external/syslinux/bios/com32/elflink/ldlinux/ |
ldlinux.elf | |
/external/syslinux/bios/com32/gpllib/ |
libgpl.elf | |
/external/syslinux/efi32/com32/elflink/ldlinux/ |
ldlinux.elf | |
/external/syslinux/efi32/com32/gpllib/ |
libgpl.elf | |
/external/syslinux/memdisk/ |
setup.c | 812 getcmditem("cbios") != CMD_NOTFOUND) [all...] |
/external/syslinux/ |
NEWS | 511 * ISOLINUX: fix booting in hybrid mode when CBIOS is used. 648 * EXTLINUX: fix the handling of the ADV when using CBIOS. [all...] |