Lines Matching defs:leaf
885 * and the leaf of the boot path should be the driver name,
889 char *leaf;
893 * parent of the leaf boot device
899 * Now isolate the driver name of the leaf device
901 leaf = p;
902 p = strchr(leaf, '@');
905 BMDPRINTF(("load_bootpath_drivers: parent=%s leaf=%s\n",
906 bootpath, leaf));
909 if (leaf) {
910 rval = load_boot_driver(leaf, NULL);