Lines Matching refs:ret
49 int ret;
56 if ((ret = unw_init_local (&c, &uc)) < 0)
57 panic ("%s: unw_init_local (ret=%d)\n", __FUNCTION__, ret);
59 if ((ret = unw_step (&c)) < 0)
60 panic ("%s: unw_step (ret=%d)\n", __FUNCTION__, ret);
62 if ((ret = unw_step (&c)) < 0)
63 panic ("%s: unw_step (ret=%d)\n", __FUNCTION__, ret);
65 if ((ret = unw_set_reg (&c, UNW_IA64_IP, 99)) != -UNW_EREADONLYREG)
67 __FUNCTION__, ret, -UNW_EREADONLYREG);
68 if ((ret = unw_set_reg (&c, UNW_IA64_AR_LC, 99)) != -UNW_EREADONLYREG)
70 __FUNCTION__, ret, -UNW_EREADONLYREG);