Home | History | Annotate | Download | only in kern

Lines Matching defs:ROOT

155 #define	ROOT ((device_t)NULL)
603 parent = (pdev == NULL ? "root" : device_xname(pdev));
888 /* We don't match root nodes here. */
1171 /* We don't match root nodes here. */
1216 * Find the given root device.
1218 * Don't bother with multiple cfdata tables; the root node
1229 m.parent = ROOT;
1235 * Look at root entries for matching name. We do not bother
1236 * with found-state here since only one root should ever be
1326 * As above, but for root devices.
1336 dev = config_attach(ROOT, cf, aux, NULL, CFARGS_NONE);
1338 aprint_error("root device %s not configured\n", rootname);
1636 KASSERT(parent); /* no locators at root */
1781 if (parent == ROOT) {
1782 aprint_naive("%s (root)", device_xname(dev));
1783 aprint_normal("%s (root)", device_xname(dev));
1920 dev = config_devalloc(ROOT, cf, &args);
1934 device_register(dev, NULL); /* like a root node */
1953 (*dev->dv_cfattach->ca_attach)(ROOT, dev, aux);
2488 panic("config_defer: can't defer config of a root device");
2544 * Defer some autoconfiguration for a device until after root file system
2553 * If root file system is mounted, callback now.
3723 * nearest the "root" of the device tree to be returned, first;
3725 * the root of the device tree, first; and DEVITER_F_SHUTDOWN,