MCPcopy 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_bindingsFunction · 0.80
create_probe_fileFunction · 0.80
cleanup_partial_bindFunction · 0.80
bind_device_to_vfioFunction · 0.80

Calls

no outgoing calls

Tested by 1

create_probe_fileFunction · 0.64