Searched refs:location_label (Results 1 – 6 of 6) sorted by relevance
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/daktari/frutree/ |
H A D | piclfrutree.c | 195 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 D | piclfrutree.c | 152 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 D | sgfrutree.h | 65 #define location_label cinfo.linfo.label macro
|
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/littleneck/frutree/ |
H A D | piclfrutree.c | 139 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 D | piclfrutree.c | 886 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 D | sgfru.c | 1735 bcopy(tdatap, (caddr_t)&np->location_label, LABEL_SIZE); in sgfru_node_pad()
|