Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/kern/
H A Dsubr_bus.c115 #define DEVICENAME(d) ((d)? device_get_name(d): "no device")
178 device_get_name(device_t dev) in device_get_name() function
1452 if (!strcmp(device_get_name(child), name)) in bus_get_device()
1736 if (bootverbose && device_get_name(dev) != NULL) { in device_probe()
2216 const char *name = device_get_name(dev); in device_print_prettyname()
2462 device_get_name(child); in device_probe_child()
/third_party/FreeBSD/sys/sys/
H A Dbus.h307 const char *device_get_name(device_t dev);

Completed in 6 milliseconds