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

/freebsd-10.1-release/sys/boot/usb/
H A Dbsd_kernel.c528 make_device(device_t parent, const char *name) function
579 child = make_device(dev, name);
/freebsd-10.1-release/sys/kern/
H A Dsubr_bus.c1743 make_device(device_t parent, const char *name, int unit) function
1753 printf("make_device: can't find device class %s\n",
1867 child = make_device(dev, name, unit);
4554 root_bus = make_device(NULL, "root", 0);

Completed in 150 milliseconds