HomeSort by: relevance | last modified time | path
    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