Searched defs:retnodeh (Results 1 - 3 of 3) sorted by relevance
/illumos-gate/usr/src/lib/libpicl/ |
H A D | picl.c | 813 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/lib/libpicltree/ |
H A D | picltree.c | 3144 * 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/cmd/picl/plugins/sun4u/snowbird/frutree/ |
H A D | piclfrutree.c | 145 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 66 milliseconds