OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:wanted_type
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/pci/
pci_map.c
402
pcireg_t
wanted_type
;
local in function:pci_ea_find
404
wanted_type
= PCI_MAPREG_TYPE_IO;
413
wanted_type
= PCI_MAPREG_TYPE_MEM;
432
if (PCI_MAPREG_TYPE(
wanted_type
) != PCI_MAPREG_TYPE_MEM)
437
if (PCI_MAPREG_TYPE(
wanted_type
) != PCI_MAPREG_TYPE_IO)
461
PCI_MAPREG_TYPE(
wanted_type
) == PCI_MAPREG_TYPE_IO) &&
479
__func__, bar_type_string(
wanted_type
), entry.props[which_prop]);
483
if (PCI_MAPREG_TYPE(
wanted_type
) == PCI_MAPREG_TYPE_IO) {
pci_map.c
402
pcireg_t
wanted_type
;
local in function:pci_ea_find
404
wanted_type
= PCI_MAPREG_TYPE_IO;
413
wanted_type
= PCI_MAPREG_TYPE_MEM;
432
if (PCI_MAPREG_TYPE(
wanted_type
) != PCI_MAPREG_TYPE_MEM)
437
if (PCI_MAPREG_TYPE(
wanted_type
) != PCI_MAPREG_TYPE_IO)
461
PCI_MAPREG_TYPE(
wanted_type
) == PCI_MAPREG_TYPE_IO) &&
479
__func__, bar_type_string(
wanted_type
), entry.props[which_prop]);
483
if (PCI_MAPREG_TYPE(
wanted_type
) == PCI_MAPREG_TYPE_IO) {
Completed in 106 milliseconds
Indexes created Thu Oct 02 07:10:07 GMT 2025