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

/illumos-gate/usr/src/cmd/picl/plugins/sun4u/frudata/
H A Dfru_data.c138 picl_nodehdl_t parenthdl = 0; local
143 &parenthdl, sizeof (picl_nodehdl_t));
147 &parenthdl, sizeof (picl_nodehdl_t));
148 retval = ptree_get_propval_by_name(parenthdl, PICL_PROP_PARENT,
149 &parenthdl, sizeof (picl_nodehdl_t));
152 parenthdl = nodehdl;
162 index_to_hash = (parenthdl % TABLE_SIZE);
168 if (parenthdl == next_hash->picl_hdl) {

Completed in 62 milliseconds