Lines Matching refs:label

42  * Do a platform specific label lookup based on physical slot number.
73 "label=%s\n", __func__, i, ps.ps_label);
81 topo_mod_dprintf(mod, "%s: returning label=%s\n",
88 * Do a platform specific label lookup based on slot name.
92 const char *label, did_t *dp)
94 const char *rlabel = label;
116 if (strcmp(rw.srw_obp, label) == 0) {
142 topo_mod_dprintf(mod, "%s: returning label=%s\n", __func__,
148 * Do a platform specific label lookup based on bus, dev, etc.
186 "label=%s\n", __func__, i, m.dl_label);
211 topo_mod_dprintf(mod, "%s: match found, label=%s\n",
218 * Do an overall slot label lookup for the device node.
237 * The slot label is determined in the following order:
239 * - Platform specific lookup based on default label string.
241 * can override the default label by pci_label_slotname_lookup
244 * - Default label.
245 * If no platform known, then just use default label.
281 topo_mod_dprintf(mod, "%s: exit: node=%p: label=%s\n",
287 * If we haven't overridden the label, then we may need to
289 * slot label until we either find one or hit a non-pci device.
290 * If an ancestor has a slot label, then this node's label
291 * is generated by concatenating the default label onto the
292 * ancestor's label.
296 * of a slot while the child contains the label.
300 topo_mod_dprintf(mod, "%s: node=%p: node has a slot label "
307 * Check ancestors for a slot label until we
356 * started with then lookup the ancestor label,
374 "ancestor with a slot, label=%s ",
380 * If we found an ancestor with a slot label, and this node has
381 * a physical slot number label then concatenate the two to form
382 * this node's label. Otherwise, do a full slot label lookup.
399 * If we calculated a slot label, then save it in the
406 topo_mod_dprintf(mod, "%s: exit: node=%p: label=%s\n",
425 * name information), just inherit any label from our parent
439 "%s: label method argument not found.\n", __func__);
447 * Is there a slot label associated with the device?
482 "%s: label method argument not found.\n", __func__);
490 * Is there a slot label associated with the device?