Searched refs:rom (Results 1 - 12 of 12) sorted by relevance

/illumos-gate/usr/src/lib/storage/liba5k/
H A DMakefile40 HDRS = a5k.h a_state.h exec.h rom.h
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dundi.c280 undi.rom = ( rom_t * ) phys_to_virt ( ptr );
281 if ( undi.rom->signature == ROM_SIGNATURE ) {
286 if ( undi.rom->pcir_off == 0 ) {
290 pcir_header = (pcir_header_t*)( ( void * ) undi.rom +
291 undi.rom->pcir_off );
305 if ( undi.rom->pnp_off == 0 ) {
309 pnp_header = (pnp_header_t*)( ( void * ) undi.rom +
310 undi.rom->pnp_off );
322 (void*)undi.rom+pnp_header->product_str_off,
324 (void*)undi.rom
[all...]
H A Dundi.h119 typedef struct rom { struct
207 rom_t *rom; member in struct:undi
H A Dconfig.c47 if (state->dev.romaddr != ((unsigned long) rom.rom_segment << 4)) {
H A Dnic.c28 /* Currently no other module uses rom, but it is available */
29 struct rom_info rom; variable in typeref:struct:rom_info
145 &rom, /* rom_info */
172 rom = *((struct rom_info *)ROM_INFO_LOCATION);
/illumos-gate/usr/src/uts/common/sys/
H A Dpci_tools.h95 rom = PCITOOL_ROM enumerator in enum:__anon8817
/illumos-gate/usr/src/uts/common/io/hme/
H A Dhme.c953 ebus_rom_t *rom = arg; local
954 struct hme *hmep = rom->hmep;
959 if (dip == rom->parent) {
963 if (ddi_get_parent(dip) != rom->parent)
983 if ((PCI_REG_BUS_G(reg) != rom->bus) ||
984 (PCI_REG_DEV_G(reg) != rom->dev) ||
989 (void) ddi_regs_map_setup(dip, 1, &rom->romp, 0, 0, &hmep->hme_dev_attr,
990 &rom->acch);
1001 ebus_rom_t rom; local
1008 bzero(&rom, sizeo
1039 ddi_walk_devs(ddi_root_node(), hme_mapebusrom, &rom); local
[all...]
/illumos-gate/usr/src/cmd/pcitool/
H A Dpcitool_ui.c1050 * rom
1075 rom = 12 enumerator in enum:__anon1056
1092 "rom",
1248 /* rom */
1249 case rom:
/illumos-gate/usr/src/lib/storage/liba5k/common/
H A Dlhot.c62 #include <rom.h>
H A Dmon.c60 #include <rom.h>
/illumos-gate/usr/src/uts/common/pcmcia/sys/
H A Dcis_handlers.h984 } rom; member in union:cistpl_longlink_cb_t::__anon6849
/illumos-gate/usr/src/cmd/luxadm/
H A Dhotplug.c68 #include <rom.h>

Completed in 110 milliseconds