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

/freebsd-current/stand/kshim/
H A Dbsd_kernel.c763 make_device(device_t parent, const char *name) function
814 child = make_device(dev, name);
/freebsd-current/sys/kern/
H A Dsubr_bus.c1306 make_device(device_t parent, const char *name, int unit) function
1316 printf("make_device: can't find device class %s\n",
1432 child = make_device(dev, name, unit);
5074 root_bus = make_device(NULL, "root", 0);

Completed in 180 milliseconds