Searched refs:tool_ctrl_response (Results 1 – 1 of 1) sorted by relevance
177 } tool_ctrl_response[] = { variable2725 for ( j = 0; tool_ctrl_response[j].oid != NULL; j++ ) { in tool_print_ctrls()2726 if ( strcmp( tool_ctrl_response[j].oid, ctrls[i]->ldctl_oid ) == 0 ) { in tool_print_ctrls()2727 if ( !(tool_ctrl_response[j].mask & tool_type )) { in tool_print_ctrls()2735 if ( tool_ctrl_response[j].oid != NULL && tool_ctrl_response[j].func ) { in tool_print_ctrls()2736 (void)tool_ctrl_response[j].func( ld, ctrls[i] ); in tool_print_ctrls()