Home
last modified time | relevance | path

Searched refs:location_label (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/picl/plugins/sun4u/daktari/frutree/
H A Dpiclfrutree.c195 static char *location_label[] = { variable
437 err = add_label_prop(fcalsloth, location_label[i]); in do_fcal_init()
543 err = add_label_prop(powersloth, location_label[i]); in do_power_supplies_init()
627 err = add_label_prop(cpumemsloth, location_label[i]); in do_motherboard_init()
689 err = add_label_prop(cpumodh, location_label[c]); in do_cpu_module_init()
730 err = add_label_prop(dimmsloth, location_label[l]); in do_dimms_init()
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/cherrystone/frutree/
H A Dpiclfrutree.c152 static char *location_label[] = { variable
449 err = add_label_prop(powersloth, location_label[i]); in do_power_supplies_init()
533 err = add_label_prop(cpumemsloth, location_label[i]); in do_centerplane_init()
595 err = add_label_prop(cpumodh, location_label[c]); in do_cpu_module_init()
636 err = add_label_prop(dimmsloth, location_label[l]); in do_dimms_init()
/illumos-gate/usr/src/uts/sun4u/lw8/sys/
H A Dsgfrutree.h65 #define location_label cinfo.linfo.label macro
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/littleneck/frutree/
H A Dpiclfrutree.c139 static char *location_label[] = { variable
303 err = add_label_prop(cpusloth, location_label[i]); in do_cpus_init()
358 err = add_label_prop(memsloth, location_label[i]); in do_mem_init()
438 err = add_label_prop(powersloth, location_label[i]); in do_power_supplies_init()
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/lw8/frutree/
H A Dpiclfrutree.c886 if (strncmp(sgfrunode->location_label, LABEL_PREAMBLE, in add_location_node()
888 (void) strlcpy(label, &sgfrunode->location_label[ in add_location_node()
891 (void) strlcpy(label, &sgfrunode->location_label[0], in add_location_node()
/illumos-gate/usr/src/uts/sun4u/lw8/io/
H A Dsgfru.c1735 bcopy(tdatap, (caddr_t)&np->location_label, LABEL_SIZE); in sgfru_node_pad()