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

Function device_get_sysctl_tree

freebsd/kern/subr_bus.c:2379–2383  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2377}
2378
2379struct sysctl_oid *
2380device_get_sysctl_tree(device_t dev)
2381{
2382 return (dev->sysctl_tree);
2383}
2384
2385/**
2386 * @brief Print the name of the device followed by a colon and a space

Callers 15

jz4780_mmc_attachFunction · 0.85
aic_attachFunction · 0.85
ar71xx_wdog_sysctlFunction · 0.85
arge_attach_intr_sysctlFunction · 0.85
arge_attach_sysctlFunction · 0.85
argemdio_attachFunction · 0.85
ar5315_spi_attach_sysctlFunction · 0.85
ar5315_wdog_sysctlFunction · 0.85
octeon_wdog_sysctlFunction · 0.85
mv88e61xxphy_attachFunction · 0.85
amdvi_add_sysctlFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected