OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:eg_pcb
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/isa/
if_eg.c
106
uint8_t
eg_pcb
[EG_PCBLEN]; /* Primary Command Block buffer */
member in struct:eg_softc
384
sc->
eg_pcb
[0] = EG_CMD_GETINFO; /* Get Adapter Info */
385
sc->
eg_pcb
[1] = 0;
386
if (egwritePCB(iot, ioh, sc->
eg_pcb
) != 0) {
390
if (egreadPCB(iot, ioh, sc->
eg_pcb
) != 0) {
391
egprintpcb(sc->
eg_pcb
);
396
if (sc->
eg_pcb
[0] != EG_RSP_GETINFO || /* Get Adapter Info Response */
397
sc->
eg_pcb
[1] != 0x0a) {
398
egprintpcb(sc->
eg_pcb
);
403
sc->eg_rom_major = sc->
eg_pcb
[3]
[
all
...]
if_eg.c
106
uint8_t
eg_pcb
[EG_PCBLEN]; /* Primary Command Block buffer */
member in struct:eg_softc
384
sc->
eg_pcb
[0] = EG_CMD_GETINFO; /* Get Adapter Info */
385
sc->
eg_pcb
[1] = 0;
386
if (egwritePCB(iot, ioh, sc->
eg_pcb
) != 0) {
390
if (egreadPCB(iot, ioh, sc->
eg_pcb
) != 0) {
391
egprintpcb(sc->
eg_pcb
);
396
if (sc->
eg_pcb
[0] != EG_RSP_GETINFO || /* Get Adapter Info Response */
397
sc->
eg_pcb
[1] != 0x0a) {
398
egprintpcb(sc->
eg_pcb
);
403
sc->eg_rom_major = sc->
eg_pcb
[3]
[
all
...]
Completed in 58 milliseconds
Indexes created Wed Oct 01 15:09:59 GMT 2025