Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/kern/
Dsubr_bus.c980 if (dev->desc && (dev->flags & DF_DESCMALLOCED)) { in device_set_desc_internal()
982 dev->flags &= ~DF_DESCMALLOCED; in device_set_desc_internal()
992 dev->flags |= DF_DESCMALLOCED; in device_set_desc_internal()
2900 (dev->flags&DF_DESCMALLOCED? "descmalloced,":""), in print_device_short()
/third_party/FreeBSD/sys/sys/
Dbus.h78 #define DF_DESCMALLOCED 0x08 /* description was malloced */ macro