Lines Matching defs:results

93 static void build_error_str(char *msg, int rv, hp_node_t results,
227 hp_node_t results = NULL;
233 rv = iov_hp_add("/", connection, 0, &results);
236 build_error_str(NULL, rv, results, error_str);
249 hp_node_t results = NULL;
260 rv = iov_hp_remove("/", connection, flags, &results);
263 build_error_str(NULL, rv, results, error_str);
274 hp_node_t *results;
313 NULL, cbarg->results);
332 change_endpoints_state(char *path, char *connection, hp_node_t *results,
354 cbarg.results = results;
376 hp_node_t results = NULL;
429 rv = iov_hp_remove(parentpath, connection, flags, &results);
431 rv = change_endpoints_state(parentpath, connection, &results,
435 build_error_str(NULL, rv, results, error_str);
451 hp_node_t results = NULL, node;
522 connection, &results, CMD_ONLINE);
527 results, error_str);
575 rv = iov_hp_add(subpath, connection, 0, &results);
583 &results);
586 build_error_str(NULL, rv, results, error_str);
794 hp_node_t results = NULL;
796 rv = cmd_install(CMD_INSTALL, path, connection, &results);
800 results, error_str);
804 rv = cmd_changestate(CMD_ONLINE, path, connection, 0, &results);
809 results, error_str);
811 build_error_str(NULL, rv, results,
822 hp_node_t results = NULL;
826 &results);
829 results, error_str);
833 rv = cmd_install(CMD_UNINSTALL, path, connection, &results);
837 results, error_str);
841 rv = cmd_changestate(CMD_OFFLINE, path, connection, 0, &results);
843 build_error_str("CMD_OFFLINE Failed. ", rv, results,
854 hp_node_t results = NULL;
857 handlep, &results);
859 build_error_str(NULL, rv, results, error_str);
869 hp_node_t results = NULL;
871 rv = cmd_clear_state_ceiling(path, connection, handle, &results);
873 build_error_str(NULL, rv, results, error_str);
891 /* Initialize results */
1091 build_error_str(char *msg, int rv, hp_node_t results, char **err_string)
1103 if (results != NULL) {
1104 (void) hp_traverse(results, errstr + strlen(errstr),
1106 hp_fini(results);
1193 * error results from a state change operation.