MCPcopy Create free account
hub / github.com/NVIDIA/OpenShell / driver_unbind_path

Method driver_unbind_path

crates/openshell-vfio/src/sysfs.rs:146–148  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

144 }
145
146 pub(crate) fn driver_unbind_path(&self) -> PathBuf {
147 self.file("driver/unbind")
148 }
149
150 pub(crate) fn iommu_group(&self) -> Result<u32, VfioError> {
151 self.sysfs.iommu_group(self.bdf)

Callers 2

bind_device_to_vfioFunction · 0.80

Calls 1

fileMethod · 0.80

Tested by

no test coverage detected