Home
last modified time | relevance | path

Searched refs:undi (Results 1 – 25 of 133) sorted by relevance

123456

/dports/sysutils/syslinux/syslinux-6.03/gpxe/src/arch/i386/drivers/net/
H A Dundiload.c88 undi->isapnp_read_port, undi->isapnp_csn ); in undi_load()
123 copy_from_real ( &ppxe, undi->ppxe.segment, undi->ppxe.offset, in undi_load()
127 "entry %04x:%04x\n", undi, undi->pxenv.segment, in undi_load()
128 undi->pxenv.offset, undi->ppxe.segment, undi->ppxe.offset, in undi_load()
129 undi->entry.segment, undi->entry.offset ); in undi_load()
135 undi, undi->fbms, undi->restore_fbms ); in undi_load()
152 DBGC ( undi, "UNDI %p unloading\n", undi ); in undi_unload()
156 put_real ( dead, undi->pxenv.segment, undi->pxenv.offset ); in undi_unload()
158 put_real ( dead, undi->ppxe.segment, undi->ppxe.offset ); in undi_unload()
163 undi, undi->fbms, undi->restore_fbms ); in undi_unload()
[all …]
H A Dundi.c67 struct undi_device *undi; in undipci_probe() local
77 undi = zalloc ( sizeof ( *undi ) ); in undipci_probe()
78 if ( ! undi ) in undipci_probe()
85 DBGC ( undi, "UNDI %p using preloaded UNDI device\n", undi ); in undipci_probe()
86 memcpy ( undi, &preloaded_undi, sizeof ( *undi ) ); in undipci_probe()
101 snprintf ( undi->dev.name, sizeof ( undi->dev.name ), in undipci_probe()
103 memcpy ( &undi->dev.desc, &pci->dev.desc, sizeof ( undi->dev.desc ) ); in undipci_probe()
115 undi_unload ( undi ); in undipci_probe()
119 free ( undi ); in undipci_probe()
133 undi_unload ( undi ); in undipci_remove()
[all …]
H A Dundionly.c59 if ( ! undi->entry.segment ) { in undibus_probe()
65 strncpy ( undi->dev.name, "UNDI", in undibus_probe()
66 ( sizeof ( undi->dev.name ) - 1 ) ); in undibus_probe()
69 undi->dev.desc.location = undi->pci_busdevfn; in undibus_probe()
70 undi->dev.desc.vendor = undi->pci_vendor; in undibus_probe()
71 undi->dev.desc.device = undi->pci_device; in undibus_probe()
75 undi->dev.parent = &rootdev->dev; in undibus_probe()
77 INIT_LIST_HEAD ( &undi->dev.children ); in undibus_probe()
86 list_del ( &undi->dev.siblings ); in undibus_probe()
98 undinet_remove ( undi ); in undibus_remove()
[all …]
/dports/emulators/qemu42/qemu-4.2.1/roms/ipxe/src/arch/x86/drivers/net/
H A Dundiload.c97 undi, undi->fbms, undi->restore_fbms ); in undi_load()
111 undi->isapnp_read_port, undi->isapnp_csn ); in undi_load()
135 copy_from_real ( &ppxe, undi->ppxe.segment, undi->ppxe.offset, in undi_load()
139 "entry %04x:%04x\n", undi, undi->pxenv.segment, in undi_load()
140 undi->pxenv.offset, undi->ppxe.segment, undi->ppxe.offset, in undi_load()
141 undi->entry.segment, undi->entry.offset ); in undi_load()
164 DBGC ( undi, "UNDI %p unloading\n", undi ); in undi_unload()
171 put_real ( dead, undi->pxenv.segment, undi->pxenv.offset ); in undi_unload()
173 put_real ( dead, undi->ppxe.segment, undi->ppxe.offset ); in undi_unload()
178 undi, undi->fbms, undi->restore_fbms ); in undi_unload()
[all …]
H A Dundi.c67 struct undi_device *undi; in undipci_probe() local
72 undi = zalloc ( sizeof ( *undi ) ); in undipci_probe()
73 if ( ! undi ) in undipci_probe()
75 pci_set_drvdata ( pci, undi ); in undipci_probe()
80 DBGC ( undi, "UNDI %p using preloaded UNDI device\n", undi ); in undipci_probe()
81 memcpy ( undi, &preloaded_undi, sizeof ( *undi ) ); in undipci_probe()
104 undi_unload ( undi ); in undipci_probe()
107 free ( undi ); in undipci_probe()
120 undinet_remove ( undi ); in undipci_remove()
121 undi_unload ( undi ); in undipci_remove()
[all …]
H A Dundionly.c65 struct undi_device *undi = &preloaded_undi; in undibus_probe() local
70 if ( ! undi->entry.segment ) { in undibus_probe()
77 if ( undi->pci_busdevfn != UNDI_NO_PCI_BUSDEVFN ) { in undibus_probe()
79 dev->desc.location = undi->pci_busdevfn; in undibus_probe()
80 dev->desc.vendor = undi->pci_vendor; in undibus_probe()
81 dev->desc.device = undi->pci_device; in undibus_probe()
84 PCI_SLOT ( undi->pci_busdevfn ), in undibus_probe()
85 PCI_FUNC ( undi->pci_busdevfn ) ); in undibus_probe()
95 if ( ( rc = undinet_probe ( undi, dev ) ) != 0 ) in undibus_probe()
111 struct undi_device *undi = &preloaded_undi; in undibus_remove() local
[all …]
/dports/emulators/qemu/qemu-6.2.0/roms/ipxe/src/arch/x86/drivers/net/
H A Dundiload.c97 undi, undi->fbms, undi->restore_fbms ); in undi_load()
111 undi->isapnp_read_port, undi->isapnp_csn ); in undi_load()
135 copy_from_real ( &ppxe, undi->ppxe.segment, undi->ppxe.offset, in undi_load()
139 "entry %04x:%04x\n", undi, undi->pxenv.segment, in undi_load()
140 undi->pxenv.offset, undi->ppxe.segment, undi->ppxe.offset, in undi_load()
141 undi->entry.segment, undi->entry.offset ); in undi_load()
164 DBGC ( undi, "UNDI %p unloading\n", undi ); in undi_unload()
171 put_real ( dead, undi->pxenv.segment, undi->pxenv.offset ); in undi_unload()
173 put_real ( dead, undi->ppxe.segment, undi->ppxe.offset ); in undi_unload()
178 undi, undi->fbms, undi->restore_fbms ); in undi_unload()
[all …]
H A Dundi.c67 struct undi_device *undi; in undipci_probe() local
72 undi = zalloc ( sizeof ( *undi ) ); in undipci_probe()
73 if ( ! undi ) in undipci_probe()
75 pci_set_drvdata ( pci, undi ); in undipci_probe()
80 DBGC ( undi, "UNDI %p using preloaded UNDI device\n", undi ); in undipci_probe()
81 memcpy ( undi, &preloaded_undi, sizeof ( *undi ) ); in undipci_probe()
104 undi_unload ( undi ); in undipci_probe()
107 free ( undi ); in undipci_probe()
120 undinet_remove ( undi ); in undipci_remove()
121 undi_unload ( undi ); in undipci_remove()
[all …]
H A Dundionly.c65 struct undi_device *undi = &preloaded_undi; in undibus_probe() local
70 if ( ! undi->entry.segment ) { in undibus_probe()
77 if ( undi->pci_busdevfn != UNDI_NO_PCI_BUSDEVFN ) { in undibus_probe()
79 dev->desc.location = undi->pci_busdevfn; in undibus_probe()
80 dev->desc.vendor = undi->pci_vendor; in undibus_probe()
81 dev->desc.device = undi->pci_device; in undibus_probe()
84 PCI_SLOT ( undi->pci_busdevfn ), in undibus_probe()
85 PCI_FUNC ( undi->pci_busdevfn ) ); in undibus_probe()
95 if ( ( rc = undinet_probe ( undi, dev ) ) != 0 ) in undibus_probe()
111 struct undi_device *undi = &preloaded_undi; in undibus_remove() local
[all …]
/dports/emulators/qemu-utils/qemu-4.2.1/roms/ipxe/src/arch/x86/drivers/net/
H A Dundiload.c97 undi, undi->fbms, undi->restore_fbms ); in undi_load()
111 undi->isapnp_read_port, undi->isapnp_csn ); in undi_load()
135 copy_from_real ( &ppxe, undi->ppxe.segment, undi->ppxe.offset, in undi_load()
139 "entry %04x:%04x\n", undi, undi->pxenv.segment, in undi_load()
140 undi->pxenv.offset, undi->ppxe.segment, undi->ppxe.offset, in undi_load()
141 undi->entry.segment, undi->entry.offset ); in undi_load()
164 DBGC ( undi, "UNDI %p unloading\n", undi ); in undi_unload()
171 put_real ( dead, undi->pxenv.segment, undi->pxenv.offset ); in undi_unload()
173 put_real ( dead, undi->ppxe.segment, undi->ppxe.offset ); in undi_unload()
178 undi, undi->fbms, undi->restore_fbms ); in undi_unload()
[all …]
H A Dundi.c67 struct undi_device *undi; in undipci_probe() local
72 undi = zalloc ( sizeof ( *undi ) ); in undipci_probe()
73 if ( ! undi ) in undipci_probe()
75 pci_set_drvdata ( pci, undi ); in undipci_probe()
80 DBGC ( undi, "UNDI %p using preloaded UNDI device\n", undi ); in undipci_probe()
81 memcpy ( undi, &preloaded_undi, sizeof ( *undi ) ); in undipci_probe()
104 undi_unload ( undi ); in undipci_probe()
107 free ( undi ); in undipci_probe()
120 undinet_remove ( undi ); in undipci_remove()
121 undi_unload ( undi ); in undipci_remove()
[all …]
H A Dundionly.c65 struct undi_device *undi = &preloaded_undi; in undibus_probe() local
70 if ( ! undi->entry.segment ) { in undibus_probe()
77 if ( undi->pci_busdevfn != UNDI_NO_PCI_BUSDEVFN ) { in undibus_probe()
79 dev->desc.location = undi->pci_busdevfn; in undibus_probe()
80 dev->desc.vendor = undi->pci_vendor; in undibus_probe()
81 dev->desc.device = undi->pci_device; in undibus_probe()
84 PCI_SLOT ( undi->pci_busdevfn ), in undibus_probe()
85 PCI_FUNC ( undi->pci_busdevfn ) ); in undibus_probe()
95 if ( ( rc = undinet_probe ( undi, dev ) ) != 0 ) in undibus_probe()
111 struct undi_device *undi = &preloaded_undi; in undibus_remove() local
[all …]
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/ipxe/src/arch/x86/drivers/net/
H A Dundiload.c97 undi, undi->fbms, undi->restore_fbms ); in undi_load()
111 undi->isapnp_read_port, undi->isapnp_csn ); in undi_load()
135 copy_from_real ( &ppxe, undi->ppxe.segment, undi->ppxe.offset, in undi_load()
139 "entry %04x:%04x\n", undi, undi->pxenv.segment, in undi_load()
140 undi->pxenv.offset, undi->ppxe.segment, undi->ppxe.offset, in undi_load()
141 undi->entry.segment, undi->entry.offset ); in undi_load()
164 DBGC ( undi, "UNDI %p unloading\n", undi ); in undi_unload()
171 put_real ( dead, undi->pxenv.segment, undi->pxenv.offset ); in undi_unload()
173 put_real ( dead, undi->ppxe.segment, undi->ppxe.offset ); in undi_unload()
178 undi, undi->fbms, undi->restore_fbms ); in undi_unload()
[all …]
H A Dundi.c67 struct undi_device *undi; in undipci_probe() local
72 undi = zalloc ( sizeof ( *undi ) ); in undipci_probe()
73 if ( ! undi ) in undipci_probe()
75 pci_set_drvdata ( pci, undi ); in undipci_probe()
80 DBGC ( undi, "UNDI %p using preloaded UNDI device\n", undi ); in undipci_probe()
81 memcpy ( undi, &preloaded_undi, sizeof ( *undi ) ); in undipci_probe()
104 undi_unload ( undi ); in undipci_probe()
107 free ( undi ); in undipci_probe()
120 undinet_remove ( undi ); in undipci_remove()
121 undi_unload ( undi ); in undipci_remove()
[all …]
H A Dundionly.c65 struct undi_device *undi = &preloaded_undi; in undibus_probe() local
70 if ( ! undi->entry.segment ) { in undibus_probe()
77 if ( undi->pci_busdevfn != UNDI_NO_PCI_BUSDEVFN ) { in undibus_probe()
79 dev->desc.location = undi->pci_busdevfn; in undibus_probe()
80 dev->desc.vendor = undi->pci_vendor; in undibus_probe()
81 dev->desc.device = undi->pci_device; in undibus_probe()
84 PCI_SLOT ( undi->pci_busdevfn ), in undibus_probe()
85 PCI_FUNC ( undi->pci_busdevfn ) ); in undibus_probe()
95 if ( ( rc = undinet_probe ( undi, dev ) ) != 0 ) in undibus_probe()
111 struct undi_device *undi = &preloaded_undi; in undibus_remove() local
[all …]
/dports/emulators/qemu5/qemu-5.2.0/roms/ipxe/src/arch/x86/drivers/net/
H A Dundiload.c97 undi, undi->fbms, undi->restore_fbms ); in undi_load()
111 undi->isapnp_read_port, undi->isapnp_csn ); in undi_load()
135 copy_from_real ( &ppxe, undi->ppxe.segment, undi->ppxe.offset, in undi_load()
139 "entry %04x:%04x\n", undi, undi->pxenv.segment, in undi_load()
140 undi->pxenv.offset, undi->ppxe.segment, undi->ppxe.offset, in undi_load()
141 undi->entry.segment, undi->entry.offset ); in undi_load()
164 DBGC ( undi, "UNDI %p unloading\n", undi ); in undi_unload()
171 put_real ( dead, undi->pxenv.segment, undi->pxenv.offset ); in undi_unload()
173 put_real ( dead, undi->ppxe.segment, undi->ppxe.offset ); in undi_unload()
178 undi, undi->fbms, undi->restore_fbms ); in undi_unload()
[all …]
H A Dundi.c67 struct undi_device *undi; in undipci_probe() local
72 undi = zalloc ( sizeof ( *undi ) ); in undipci_probe()
73 if ( ! undi ) in undipci_probe()
75 pci_set_drvdata ( pci, undi ); in undipci_probe()
80 DBGC ( undi, "UNDI %p using preloaded UNDI device\n", undi ); in undipci_probe()
81 memcpy ( undi, &preloaded_undi, sizeof ( *undi ) ); in undipci_probe()
104 undi_unload ( undi ); in undipci_probe()
107 free ( undi ); in undipci_probe()
120 undinet_remove ( undi ); in undipci_remove()
121 undi_unload ( undi ); in undipci_remove()
[all …]
H A Dundionly.c65 struct undi_device *undi = &preloaded_undi; in undibus_probe() local
70 if ( ! undi->entry.segment ) { in undibus_probe()
77 if ( undi->pci_busdevfn != UNDI_NO_PCI_BUSDEVFN ) { in undibus_probe()
79 dev->desc.location = undi->pci_busdevfn; in undibus_probe()
80 dev->desc.vendor = undi->pci_vendor; in undibus_probe()
81 dev->desc.device = undi->pci_device; in undibus_probe()
84 PCI_SLOT ( undi->pci_busdevfn ), in undibus_probe()
85 PCI_FUNC ( undi->pci_busdevfn ) ); in undibus_probe()
95 if ( ( rc = undinet_probe ( undi, dev ) ) != 0 ) in undibus_probe()
111 struct undi_device *undi = &preloaded_undi; in undibus_remove() local
[all …]
/dports/net/ipxe/ipxe-2265a65/src/arch/x86/drivers/net/
H A Dundiload.c97 undi, undi->fbms, undi->restore_fbms ); in undi_load()
111 undi->isapnp_read_port, undi->isapnp_csn ); in undi_load()
135 copy_from_real ( &ppxe, undi->ppxe.segment, undi->ppxe.offset, in undi_load()
139 "entry %04x:%04x\n", undi, undi->pxenv.segment, in undi_load()
140 undi->pxenv.offset, undi->ppxe.segment, undi->ppxe.offset, in undi_load()
141 undi->entry.segment, undi->entry.offset ); in undi_load()
164 DBGC ( undi, "UNDI %p unloading\n", undi ); in undi_unload()
171 put_real ( dead, undi->pxenv.segment, undi->pxenv.offset ); in undi_unload()
173 put_real ( dead, undi->ppxe.segment, undi->ppxe.offset ); in undi_unload()
178 undi, undi->fbms, undi->restore_fbms ); in undi_unload()
[all …]
H A Dundi.c67 struct undi_device *undi; in undipci_probe() local
72 undi = zalloc ( sizeof ( *undi ) ); in undipci_probe()
73 if ( ! undi ) in undipci_probe()
75 pci_set_drvdata ( pci, undi ); in undipci_probe()
80 DBGC ( undi, "UNDI %p using preloaded UNDI device\n", undi ); in undipci_probe()
81 memcpy ( undi, &preloaded_undi, sizeof ( *undi ) ); in undipci_probe()
104 undi_unload ( undi ); in undipci_probe()
107 free ( undi ); in undipci_probe()
120 undinet_remove ( undi ); in undipci_remove()
121 undi_unload ( undi ); in undipci_remove()
[all …]
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/ipxe/src/arch/x86/drivers/net/
H A Dundiload.c97 undi, undi->fbms, undi->restore_fbms ); in undi_load()
111 undi->isapnp_read_port, undi->isapnp_csn ); in undi_load()
135 copy_from_real ( &ppxe, undi->ppxe.segment, undi->ppxe.offset, in undi_load()
139 "entry %04x:%04x\n", undi, undi->pxenv.segment, in undi_load()
140 undi->pxenv.offset, undi->ppxe.segment, undi->ppxe.offset, in undi_load()
141 undi->entry.segment, undi->entry.offset ); in undi_load()
164 DBGC ( undi, "UNDI %p unloading\n", undi ); in undi_unload()
171 put_real ( dead, undi->pxenv.segment, undi->pxenv.offset ); in undi_unload()
173 put_real ( dead, undi->ppxe.segment, undi->ppxe.offset ); in undi_unload()
178 undi, undi->fbms, undi->restore_fbms ); in undi_unload()
[all …]
H A Dundi.c67 struct undi_device *undi; in undipci_probe() local
72 undi = zalloc ( sizeof ( *undi ) ); in undipci_probe()
73 if ( ! undi ) in undipci_probe()
75 pci_set_drvdata ( pci, undi ); in undipci_probe()
80 DBGC ( undi, "UNDI %p using preloaded UNDI device\n", undi ); in undipci_probe()
81 memcpy ( undi, &preloaded_undi, sizeof ( *undi ) ); in undipci_probe()
104 undi_unload ( undi ); in undipci_probe()
107 free ( undi ); in undipci_probe()
120 undinet_remove ( undi ); in undipci_remove()
121 undi_unload ( undi ); in undipci_remove()
[all …]
/dports/emulators/qemu60/qemu-6.0.0/roms/ipxe/src/arch/x86/drivers/net/
H A Dundiload.c97 undi, undi->fbms, undi->restore_fbms ); in undi_load()
111 undi->isapnp_read_port, undi->isapnp_csn ); in undi_load()
135 copy_from_real ( &ppxe, undi->ppxe.segment, undi->ppxe.offset, in undi_load()
139 "entry %04x:%04x\n", undi, undi->pxenv.segment, in undi_load()
140 undi->pxenv.offset, undi->ppxe.segment, undi->ppxe.offset, in undi_load()
141 undi->entry.segment, undi->entry.offset ); in undi_load()
164 DBGC ( undi, "UNDI %p unloading\n", undi ); in undi_unload()
171 put_real ( dead, undi->pxenv.segment, undi->pxenv.offset ); in undi_unload()
173 put_real ( dead, undi->ppxe.segment, undi->ppxe.offset ); in undi_unload()
178 undi, undi->fbms, undi->restore_fbms ); in undi_unload()
[all …]
H A Dundi.c67 struct undi_device *undi; in undipci_probe() local
72 undi = zalloc ( sizeof ( *undi ) ); in undipci_probe()
73 if ( ! undi ) in undipci_probe()
75 pci_set_drvdata ( pci, undi ); in undipci_probe()
80 DBGC ( undi, "UNDI %p using preloaded UNDI device\n", undi ); in undipci_probe()
81 memcpy ( undi, &preloaded_undi, sizeof ( *undi ) ); in undipci_probe()
104 undi_unload ( undi ); in undipci_probe()
107 free ( undi ); in undipci_probe()
120 undinet_remove ( undi ); in undipci_remove()
121 undi_unload ( undi ); in undipci_remove()
[all …]
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/ipxe/src/util/
H A Ddisrom.pl92 my $undi = $rom->undi_header();
93 if ( $undi ) {
95 printf " %-16s %s\n", "Signature:", $undi->{signature};
96 printf " %-16s 0x%02x (%s0x%02x)\n", "Checksum:", $undi->{checksum},
97 ( ( $undi->checksum == 0 ) ? "" : "INCORRECT: " ), $undi->checksum;
99 $undi->{version_minor}, $undi->{version_revision};
100 printf " %-16s 0x%04x\n", "Loader entry:", $undi->{loader_entry};
101 printf " %-16s 0x%04x\n", "Stack size:", $undi->{stack_size};
102 printf " %-16s 0x%04x\n", "Data size:", $undi->{data_size};
103 printf " %-16s 0x%04x\n", "Code size:", $undi->{code_size};
[all …]

123456