Symbol: location_label
usr/src/cmd/picl/plugins/sun4u/cherrystone/frutree/piclfrutree.c
152
static char *location_label[] = {
usr/src/cmd/picl/plugins/sun4u/cherrystone/frutree/piclfrutree.c
449
err = add_label_prop(powersloth, location_label[i]);
usr/src/cmd/picl/plugins/sun4u/cherrystone/frutree/piclfrutree.c
533
err = add_label_prop(cpumemsloth, location_label[i]);
usr/src/cmd/picl/plugins/sun4u/cherrystone/frutree/piclfrutree.c
595
err = add_label_prop(cpumodh, location_label[c]);
usr/src/cmd/picl/plugins/sun4u/cherrystone/frutree/piclfrutree.c
636
err = add_label_prop(dimmsloth, location_label[l]);
usr/src/cmd/picl/plugins/sun4u/daktari/frutree/piclfrutree.c
195
static char *location_label[] = {
usr/src/cmd/picl/plugins/sun4u/daktari/frutree/piclfrutree.c
437
err = add_label_prop(fcalsloth, location_label[i]);
usr/src/cmd/picl/plugins/sun4u/daktari/frutree/piclfrutree.c
543
err = add_label_prop(powersloth, location_label[i]);
usr/src/cmd/picl/plugins/sun4u/daktari/frutree/piclfrutree.c
627
err = add_label_prop(cpumemsloth, location_label[i]);
usr/src/cmd/picl/plugins/sun4u/daktari/frutree/piclfrutree.c
689
err = add_label_prop(cpumodh, location_label[c]);
usr/src/cmd/picl/plugins/sun4u/daktari/frutree/piclfrutree.c
730
err = add_label_prop(dimmsloth, location_label[l]);
usr/src/cmd/picl/plugins/sun4u/littleneck/frutree/piclfrutree.c
139
static char *location_label[] = {
usr/src/cmd/picl/plugins/sun4u/littleneck/frutree/piclfrutree.c
303
err = add_label_prop(cpusloth, location_label[i]);
usr/src/cmd/picl/plugins/sun4u/littleneck/frutree/piclfrutree.c
358
err = add_label_prop(memsloth, location_label[i]);
usr/src/cmd/picl/plugins/sun4u/littleneck/frutree/piclfrutree.c
438
err = add_label_prop(powersloth, location_label[i]);
usr/src/cmd/picl/plugins/sun4u/lw8/frutree/piclfrutree.c
886
if (strncmp(sgfrunode->location_label, LABEL_PREAMBLE,
usr/src/cmd/picl/plugins/sun4u/lw8/frutree/piclfrutree.c
888
(void) strlcpy(label, &sgfrunode->location_label[
usr/src/cmd/picl/plugins/sun4u/lw8/frutree/piclfrutree.c
891
(void) strlcpy(label, &sgfrunode->location_label[0],
usr/src/uts/sun4u/lw8/io/sgfru.c
1735
bcopy(tdatap, (caddr_t)&np->location_label, LABEL_SIZE);