Home
last modified time | relevance | path

Searched refs:proprow (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/cmd/picl/plugins/sun4v/mdesc/
H A Ddr.c56 picl_prophdl_t *proprow; in add_string_list_prop() local
75 proprow = alloca(sizeof (picl_prophdl_t) * nrows); in add_string_list_prop()
76 if (proprow == NULL) { in add_string_list_prop()
88 err = ptree_create_prop(&propinfo, strlist, &proprow[j]); in add_string_list_prop()
93 &proprow[j]); in add_string_list_prop()
100 (void) ptree_destroy_prop(proprow[i]); in add_string_list_prop()
/titanic_41/usr/src/cmd/picl/plugins/common/devtree/
H A Dpicldevtree.c648 picl_prophdl_t *proprow; in add_string_list_prop() local
667 proprow = alloca(sizeof (picl_prophdl_t) * nrows); in add_string_list_prop()
668 if (proprow == NULL) { in add_string_list_prop()
680 err = ptree_create_prop(&propinfo, strlist, &proprow[j]); in add_string_list_prop()
685 &proprow[j]); in add_string_list_prop()
692 (void) ptree_destroy_prop(proprow[i]); in add_string_list_prop()