Home
last modified time | relevance | path

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

/third_party/toybox/toys/pending/
Dmdev.c39 static void make_device(char *path) in make_device() function
276 if (!access(dev, R_OK)) make_device(dev); in callback()
295 make_device(NULL); in mdev_main()
/third_party/FreeBSD/sys/kern/
Dsubr_bus.c1351 make_device(device_t parent, const char *name, int unit) in make_device() function
1491 child = make_device(dev, name, unit); in device_add_child_ordered()
2775 root_bus = make_device(NULL, "root", 0); in root_bus_module_handler()