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

Function device_get_flags

freebsd/kern/subr_bus.c:2367–2371  ·  view source on GitHub ↗

* @brief Return the device's flags */

Source from the content-addressed store, hash-verified

2365 * @brief Return the device's flags
2366 */
2367uint32_t
2368device_get_flags(device_t dev)
2369{
2370 return (dev->devflags);
2371}
2372
2373struct sysctl_ctx_list *
2374device_get_sysctl_ctx(device_t dev)

Callers 10

apb_print_childFunction · 0.85
nexus_print_childFunction · 0.85
am335x_lcd_configureFunction · 0.85
am335x_lcd_probeFunction · 0.85
ipu3_fb_probeFunction · 0.85
ipu3_fb_attachFunction · 0.85
versatile_clcdc_attachFunction · 0.85
bcm_fb_probeFunction · 0.85
bcm_fb_attachFunction · 0.85
nexus_print_childFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected