Home
last modified time | relevance | path

Searched refs:dev_fixed_class (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/stand/kshim/
H A Dbsd_kernel.c791 dev->dev_fixed_class = 1; in make_device()
953 if (dev->dev_fixed_class) { in device_probe_and_attach()
1021 if (dev->dev_fixed_class == 0) in device_detach()
H A Dbsd_kernel.h427 uint8_t dev_fixed_class:1; member