Lines Matching defs:alt_name
141 * and adds it to the MD. If the 'alt_name' PROM property exists then
142 * the MD property is created with the value of the PROM 'alt_name'
148 mmd_t *mdp, md_node_t *np, di_node_t di, char *name, char *alt_name)
155 if (alt_name != NULL) {
156 count = di_prom_prop_lookup_strings(ph, di, alt_name, &pp_data);
173 * the 'alt_name' PROM property exists then the MD property is created with
174 * the value of the PROM 'alt_name' property, otherwise it is created with
179 mmd_t *mdp, md_node_t *np, di_node_t di, char *name, char *alt_name)
185 if (alt_name != NULL) {
186 count = di_prom_prop_lookup_ints(ph, di, alt_name, &pp_data);