Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIA/OpenShell
/ drivers_probe
Method
drivers_probe
crates/openshell-vfio/src/sysfs.rs:50–52 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
48
}
49
50
pub fn drivers_probe(&self) -> PathBuf {
51
self.base.join(
"bus/pci/drivers_probe"
)
52
}
53
54
pub fn vfio_pci_new_id(&self) -> PathBuf {
55
self.base.join(
"bus/pci/drivers/vfio-pci/new_id"
)
Callers
5
reconcile_stale_bindings
Function · 0.80
create_probe_file
Function · 0.80
cleanup_partial_bind
Function · 0.80
bind_device_to_vfio
Function · 0.80
restore_to_host_driver_ex
Function · 0.80
Calls
no outgoing calls
Tested by
1
create_probe_file
Function · 0.64