Home | History | Annotate | Download | only in src

Lines Matching refs:get_status

335     int get_status;
339 get_status = 0;
344 get_status = -1;
346 return ( get_status );
503 int get_status;
505 get_status = getFirstToken ( command_start, first_command, &first_max_command_size );
507 if ( get_status == ESR_SUCCESS )
509 get_status = getFirstToken ( command_start + first_max_command_size, second_command, &second_max_command_size );
511 if ( get_status == ESR_SUCCESS )
513 get_status = getFirstToken ( command_start + first_max_command_size + second_max_command_size,
515 if ( get_status == ESR_SUCCESS )
517 get_status = getFirstToken ( command_start + first_max_command_size + second_max_command_size + third_max_command_size,
519 if ( get_status == ESR_SUCCESS )
521 get_status = getFirstToken ( command_start + first_max_command_size + second_max_command_size + third_max_command_size + fourth_max_command_size,
523 if ( get_status == ESR_SUCCESS )
569 return ( get_status );
580 int get_status;
582 get_status = getFirstToken ( command_start, first_command, &first_max_command_size );
584 if ( get_status == ESR_SUCCESS )
586 get_status = getFirstToken ( command_start + first_max_command_size, second_command, &second_max_command_size );
588 if ( get_status == ESR_SUCCESS )
590 get_status = getFirstToken ( command_start + first_max_command_size + second_max_command_size,
592 if ( get_status == ESR_SUCCESS )
594 get_status = getFirstToken ( command_start + first_max_command_size + second_max_command_size + third_max_command_size,
596 if ( get_status == ESR_SUCCESS )
634 return ( get_status );
644 int get_status;
646 get_status = getFirstToken ( command_start, first_command, &first_max_command_size );
648 if ( get_status == ESR_SUCCESS )
650 get_status = getFirstToken ( command_start + first_max_command_size, second_command, &second_max_command_size );
652 if ( get_status == ESR_SUCCESS )
654 get_status = getFirstToken ( command_start + first_max_command_size + second_max_command_size,
656 if ( get_status == ESR_SUCCESS )
686 return ( get_status );
695 int get_status;
697 get_status = getFirstToken ( command_start, first_command, &first_max_command_size );
699 if ( get_status == ESR_SUCCESS )
701 get_status = getFirstToken ( command_start + first_max_command_size, second_command, &second_max_command_size );
703 if ( get_status == ESR_SUCCESS )
725 return ( get_status );
732 int get_status;
734 get_status = getFirstToken ( command_start, command, &max_command_size );
736 if ( get_status == ESR_SUCCESS )
741 return ( get_status );
879 int get_status;
887 get_status = srec_test_get_four_command_items ( command_text, P_PATH_MAX, path, P_PATH_MAX, id,
889 if ( get_status == 0 )
906 get_status = -1;
912 get_status = -1;
920 return ( get_status );
1827 int get_status;
1830 get_status = 0;
1843 get_status = -1;
1851 return ( get_status );
2394 int get_status;
2399 get_status = 0;
2413 get_status = -1;
2416 return ( get_status );
2849 int get_status;
2851 get_status = get_num_srec_test_shutdown_times ( num_shutdown_loops );
2853 if ( get_status == 0 )
2854 get_status = get_num_srec_test_continuous_loops ( num_continuous_run_loops );
2856 return ( get_status );