OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:probe_only
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/arm/fdt/
pcihost_fdt.c
237
u_int
probe_only
;
local in function:pcihost_config
259
if (chosen <= 0 || of_getprop_uint32(chosen, "linux,pci-probe-only", &
probe_only
))
260
probe_only
= 0;
359
if (
probe_only
) {
/src/sys/arch/riscv/fdt/
pcihost_fdt.c
219
u_int
probe_only
;
local in function:pcihost_config
242
if (chosen <= 0 || of_getprop_uint32(chosen, "linux,pci-probe-only", &
probe_only
))
243
probe_only
= 0;
341
if (
probe_only
) {
Completed in 551 milliseconds
Indexes created Wed Sep 24 05:09:52 GMT 2025