Lines Matching defs:ret
329 int ret = FAILURE;
430 ret = SUCCESS;
433 return ret;
444 int ret = FAILURE;
454 ret = ftell(fp);
458 return ret;
470 int ret = FAILURE;
498 __func__, ret);
513 ret = SUCCESS;
516 return ret;
531 int ret = FAILURE;
598 ret = SUCCESS;
601 return ret;
621 int ret = FAILURE;
659 ret = fread(&pbi_data, MAX_PBI_DATA_LEN_BYTE,
661 if ((ret != NUM_MEM_BLOCK) && (!feof(fp_img))) {
663 __func__, ret);
685 ret = SUCCESS;
691 return ret;
703 int ret = FAILURE;
881 ret = add_boot_ptr_cmd(fp_rcw_pbi_op);
882 if (ret != SUCCESS) {
888 ret = add_cpy_cmd(fp_rcw_pbi_op);
889 if (ret != SUCCESS) {
898 ret = add_pbi_stop_cmd(fp_rcw_pbi_op, flag_stop_cmd);
899 if (ret != SUCCESS) {
957 ret = add_boot_ptr_cmd(fp_rcw_pbi_op);
958 if (ret != SUCCESS) {
966 ret = add_blk_cpy_cmd(fp_rcw_pbi_op, args);
967 if (ret != SUCCESS) {
974 ret = add_pbi_stop_cmd(fp_rcw_pbi_op, flag_stop_cmd);
975 if (ret != SUCCESS) {
986 if (ret == SUCCESS) {
999 return ret;