Searched refs:retnodeh (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/libpicltree/
H A Dpicltree.h135 picl_nodehdl_t *retnodeh);
146 picl_nodehdl_t *retnodeh);
H A Dllib-lpicltree84 picl_nodehdl_t *retnodeh);
H A Dpicltree.c3144 * The matched node in the tree is returned in retnodeh. If there is
3149 void *pval, size_t valsize, picl_nodehdl_t *retnodeh)
3161 if (retnodeh)
3162 *retnodeh = chdh;
3167 retnodeh);
3148 ptree_find_node(picl_nodehdl_t rooth, char *pname, picl_prop_type_t ptype, void *pval, size_t valsize, picl_nodehdl_t *retnodeh) argument
/illumos-gate/usr/src/lib/libpicl/
H A Dpicl.h162 picl_nodehdl_t *retnodeh);
H A Dpicl.c813 void *pval, size_t valsize, picl_nodehdl_t *retnodeh)
840 *retnodeh = ret->ret_findnode.rnodeh;
812 picl_find_node(picl_nodehdl_t rooth, char *pname, picl_prop_type_t ptype, void *pval, size_t valsize, picl_nodehdl_t *retnodeh) argument
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/snowbird/frutree/
H A Dpiclfrutree.c145 picl_nodehdl_t retnodeh; member in struct:__anon1203
492 fru_arg->retnodeh = nodeh;
621 fru_arg.retnodeh = 0;
628 if (fru_arg.retnodeh == NULL) {
634 PICLEVENTARGVAL_FAILED, NULL, fru_arg.retnodeh,
702 fru_arg.retnodeh = 0;
709 if (fru_arg.retnodeh == NULL) {
713 nodeh = fru_arg.retnodeh;
904 fru_arg.retnodeh = 0;
911 if (fru_arg.retnodeh
[all...]

Completed in 237 milliseconds