Searched refs:devaddq (Results 1 – 1 of 1) sorted by relevance
| /src/sys/kern/ |
| H A D | kern_devctl.c | 137 static void devaddq(const char *type, const char *what, device_t dev); 191 devaddq("+", device_get_nameunit(dev), dev); in devctl_attach_handler() 202 devaddq("-", device_get_nameunit(dev), dev); in devctl_detach_handler() 216 devaddq("?", "", dev); in devctl_nomatch_handler() 485 devaddq(const char *type, const char *what, device_t dev) in devaddq() function
|