Lines Matching defs:rc

270 	int rc = PICL_SUCCESS;
274 rc = ptree_get_propval_by_name(handle, PICL_PROP_PEER,
276 if (rc != PICL_SUCCESS) {
277 return (map_plugin_err(rc));
289 int rc = ptree_get_propval_by_name(TREEHDL_TO_PICLHDL(handle),
291 if (rc != PICL_SUCCESS) {
292 return (map_plugin_err(rc));
303 int rc = PICL_SUCCESS;
311 rc = ptree_get_propval_by_name(TREEHDL_TO_PICLHDL(handle),
313 if (rc != PICL_SUCCESS) {
314 return (map_plugin_err(rc));
325 int rc = PICL_SUCCESS;
329 if ((rc = ptree_get_propval_by_name(handle, PICL_PROP_CLASSNAME,
331 return (map_plugin_err(rc));
431 int rc = PICL_SUCCESS;
435 if ((rc = ptree_get_propval_by_name(sect_node,
439 return (map_plugin_err(rc));
443 rc = ptree_get_propval_by_name(sect_node, PICL_PROP_CHILD,
445 while (rc == PICL_SUCCESS) {
461 if ((rc = ptree_get_propval_by_name(sect_node,
466 return (map_plugin_err(rc));
474 rc = ptree_get_propval_by_name(seg_node, PICL_PROP_PEER,
479 if (rc != PICL_PROPNOTFOUND) {
480 return (map_plugin_err(rc));
498 int rc = PICL_SUCCESS;
500 if ((rc = ptree_get_propval_by_name(section,
505 return (map_plugin_err(rc));
519 rc = ptree_get_propval_by_name(section,
524 while (rc == PICL_SUCCESS) {
527 if ((rc = ptree_get_propval_by_name(seg_node,
540 rc = ptree_get_propval_by_name(seg_node,
546 if (rc != PICL_PROPNOTFOUND) {
547 return (map_plugin_err(rc));
676 int rc = PICL_SUCCESS;
683 rc = ptree_update_propval_by_name(seg_hdl, PICL_PROP_DELETE_SEGMENT,
685 return (map_plugin_err(rc));
908 fru_errno_t rc = FRU_SUCCESS;
914 if ((rc = get_tag_handle(TREEHDL_TO_PICLHDL(handle), seg_name,
916 return (rc);
937 fru_errno_t rc = FRU_SUCCESS;
944 if ((rc = get_tag_handle(TREEHDL_TO_PICLHDL(handle), seg_name,
946 return (rc);