Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/kern/
Dsubr_bus.c1329 if (dev->flags & DF_WILDCARD) in devclass_delete_device()
1386 dev->flags |= DF_WILDCARD; in make_device()
2899 (dev->flags&DF_WILDCARD? "wildcard,":""), in print_device_short()
/third_party/FreeBSD/sys/sys/
Dbus.h77 #define DF_WILDCARD 0x04 /* unit was originally wildcard */ macro