Lines Matching refs:rtn
2932 int rtn, len; in opl_check_dr_status() local
2950 rtn = prom_getprop(node, OPL_DR_STATUS_PROP, str); in opl_check_dr_status()
2952 if (rtn == -1) { in opl_check_dr_status()
3122 register int rtn; in drmach_copy_rename_prog__relocatable() local
3333 rtn = prog->critical->fmem((void *)prog->critical, PAGESIZE); in drmach_copy_rename_prog__relocatable()
3334 return (rtn); in drmach_copy_rename_prog__relocatable()
3340 rtn = prog->critical->loop((void *)(prog->critical), PAGESIZE, in drmach_copy_rename_prog__relocatable()
3342 prog->data->error[cpuid] = rtn; in drmach_copy_rename_prog__relocatable()
4019 register int rtn; in drmach_copy_rename() local
4083 rtn = EOPL_FMEM_COPY_ERROR; in drmach_copy_rename()
4093 rtn = prog->critical->run(prog, cpuid); in drmach_copy_rename()
4100 if (rtn == EOPL_FMEM_HW_ERROR) { in drmach_copy_rename()
4192 prog->data->fmem_status.error = rtn; in drmach_copy_rename()