OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pci_device_pos
(Results
1 - 4
of
4
) sorted by null
/external/syslinux/com32/hdt/
hdt-cli-pxe.c
58
more_printf(" PCI device no: %d \n", p->
pci_device_pos
);
hdt-cli-kernel.c
49
// more_printf(" PCI device no: %d \n", p->
pci_device_pos
);
hdt-common.c
499
hardware->pxe.
pci_device_pos
= 0;
510
hardware->pxe.
pci_device_pos
= pci_number;
524
hardware->pxe.
pci_device_pos
= 0;
531
hardware->pxe.
pci_device_pos
= pci_number;
hdt-common.h
159
uint8_t
pci_device_pos
; /* It position in our pci sorted list */
member in struct:s_pxe
Completed in 380 milliseconds