Home
last modified time | relevance | path

Searched refs:BOP_DOINT (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/uts/i86pc/os/
H A Dbiosdisk.c139 BOP_DOINT(bootops, 0x13, &rp); in bios_check_extension_present()
184 BOP_DOINT(bootops, 0x13, &rp); in get_dev_params()
216 BOP_DOINT(bootops, 0x13, &rp); in drive_present()
237 BOP_DOINT(bootops, 0x13, &rp); in reset_disk()
272 BOP_DOINT(bootops, 0x13, &rp); in read_firstblock()
318 BOP_DOINT(bootops, 0x13, &rp); in is_eltorito()
H A Dpci_bios.c100 BOP_DOINT(bootops, 0x1a, &regs); in pci_bios_get_irq_routing()
H A Dpci_cfgspace.c259 BOP_DOINT(bootops, 0x1a, &regs); in pci_check_bios()
H A Dmlsetup.c94 BOP_DOINT(bootops, 0x10, &rp); in set_console_mode()
/titanic_41/usr/src/uts/intel/sys/
H A Dbootconf.h161 #define BOP_DOINT(bop, intnum, rp) ((bop)->bsys_doint)(bop, intnum, rp) macro