OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pc_get_frameid
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/arch/arm/include/
pci_machdep.h
96
uint32_t (*
pc_get_frameid
)(void *, uint32_t);
member in struct:arm32_pci_chipset
156
((c)->
pc_get_frameid
? (*(c)->
pc_get_frameid
)((c)->pc_conf_v, (d)) : 0)
/src/sys/arch/riscv/include/
pci_machdep.h
125
uint32_t (*
pc_get_frameid
)(void *, uint32_t);
member in struct:riscv_pci_chipset
186
((c)->
pc_get_frameid
? (*(c)->
pc_get_frameid
)((c)->pc_conf_v, (d)) : 0)
/src/sys/arch/arm/acpi/
acpi_pci_machdep.c
152
.
pc_get_frameid
= acpi_pci_md_get_frameid,
Completed in 39 milliseconds
Indexes created Wed Oct 15 16:09:53 GMT 2025