Searched refs:pf_dispatch (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/pciex/
H A Dpcie_fault.c102 static int pf_dispatch(dev_info_t *, pf_impl_t *, boolean_t);
268 scan_flag |= pf_dispatch(rdip, &impl, full_scan);
312 * pf_dispatch walks the device tree and calls the pf_default_hdl if the device
318 pf_dispatch(dev_info_t *pdip, pf_impl_t *impl, boolean_t full_scan) function
363 scan_flag |= pf_dispatch(dip, impl, B_TRUE);
379 scan_flag |= pf_dispatch(dip, impl, full_scan);
391 scan_flag |= pf_dispatch(dip, impl, B_TRUE);

Completed in 48 milliseconds