Home | History | Annotate | Download | only in kern

Lines Matching refs:ROOT

156 #define	ROOT ((device_t)NULL)
604 parent = (pdev == NULL ? "root" : device_xname(pdev));
889 /* We don't match root nodes here. */
1172 /* We don't match root nodes here. */
1217 * Find the given root device.
1219 * Don't bother with multiple cfdata tables; the root node
1230 m.parent = ROOT;
1236 * Look at root entries for matching name. We do not bother
1237 * with found-state here since only one root should ever be
1327 * As above, but for root devices.
1337 dev = config_attach(ROOT, cf, aux, NULL, CFARGS_NONE);
1339 aprint_error("root device %s not configured\n", rootname);
1637 KASSERT(parent); /* no locators at root */
1795 if (parent == ROOT) {
1796 aprint_naive("%s (root)", device_xname(dev));
1797 aprint_normal("%s (root)", device_xname(dev));
1934 dev = config_devalloc(ROOT, cf, &args);
1948 config_device_register(dev, NULL); /* like a root node */
1967 (*dev->dv_cfattach->ca_attach)(ROOT, dev, aux);
2502 panic("config_defer: can't defer config of a root device");
2558 * Defer some autoconfiguration for a device until after root file system
2567 * If root file system is mounted, callback now.
3737 * nearest the "root" of the device tree to be returned, first;
3739 * the root of the device tree, first; and DEVITER_F_SHUTDOWN,