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

/illumos-gate/usr/src/uts/common/io/pciex/
H A Dpcie_fault.c157 static int pf_handler_enter(dev_info_t *, pf_impl_t *);
208 * called, pf_handler_enter has NOT been called on the rdip.
237 scan_flag = pf_handler_enter(rdip, &impl);
330 scan_flag |= pf_handler_enter(dip, impl);
1077 (void) pf_handler_enter(dip, NULL);
2341 * pf_handler_enter always returns SUCCESS if the 'impl' arg is
2344 (void) pf_handler_enter(dip, NULL);
2967 * pf_handler_enter must be called to serial access to each device's pf_data_t.
2969 * other threads to access it. The same thread may call pf_handler_enter
2981 pf_handler_enter(dev_info_ function
[all...]

Completed in 58 milliseconds