MCPcopy Create free account
hub / github.com/F-Stack/f-stack / device_get_devclass

Function device_get_devclass

freebsd/kern/subr_bus.c:2317–2321  ·  view source on GitHub ↗

* @brief Return the current devclass for the device or @c NULL if * there is none. */

Source from the content-addressed store, hash-verified

2315 * there is none.
2316 */
2317devclass_t
2318device_get_devclass(device_t dev)
2319{
2320 return (dev->devclass);
2321}
2322
2323/**
2324 * @brief Return the name of the device's devclass or @c NULL if there

Callers 8

iommu_initFunction · 0.85
thunder_pem_attachFunction · 0.85
device_set_unitFunction · 0.85
dmar_ir_findFunction · 0.85
dmar_dev_depthFunction · 0.85
dmar_dev_pathFunction · 0.85
dmar_findFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected