Searched defs:proprow (Results 1 - 2 of 2) sorted by relevance

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

Completed in 50 milliseconds