Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/kern/
Dsubr_bus.c116 #define DEVICENAME(d) ((d)? device_get_name(d): "no device")
179 device_get_name(device_t dev) in device_get_name() function
1453 if (!strcmp(device_get_name(child), name)) in bus_get_device()
1737 if (bootverbose && device_get_name(dev) != NULL) { in device_probe()
2217 const char *name = device_get_name(dev); in device_print_prettyname()
2463 device_get_name(child); in device_probe_child()
/third_party/FreeBSD/sys/sys/
Dbus.h306 const char *device_get_name(device_t dev);