Searched refs:devaddq (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/kern/ |
H A D | kern_devctl.c | 136 static void devaddq(const char *type, const char *what, device_t dev); 190 devaddq("+", device_get_nameunit(dev), dev); in devctl_attach_handler() 201 devaddq("-", device_get_nameunit(dev), dev); in devctl_detach_handler() 215 devaddq("?", "", dev); in devctl_nomatch_handler() 484 devaddq(const char *type, const char *what, device_t dev) in devaddq() function
|