Lines Matching defs:rootname
56 static char *rootname; /* node name of top_devinfo */
151 rootname = kmem_zalloc(size, KM_SLEEP);
152 (void) BOP_GETPROP(bootops, "mfg-name", rootname);
160 for (cp = rootname; *cp; cp++)
165 * Bind rootname to rootnex driver
167 if (make_mbind(rootname, major, NULL, mb_hashtab) != 0) {
172 "/etc/driver_aliases and reboot.", rootname);
176 * existing hash entry and replacing it with rootname's.
178 delete_mbind(rootname, mb_hashtab);
179 if (make_mbind(rootname, major, NULL, mb_hashtab) != 0)
374 top_devinfo = i_ddi_alloc_node(NULL, rootname,
388 i_ddi_set_binding_name(top_devinfo, rootname);