Lines Matching refs:r0
463 show_utssys(private_t *pri, long r0) in show_utssys() argument
474 show_fusers(pri, (long)pri->sys_args[3], r0); in show_utssys()
482 show_utssys32(private_t *pri, long r0) in show_utssys32() argument
493 show_fusers(pri, (long)pri->sys_args[3], r0); in show_utssys32()
5142 expound(private_t *pri, long r0, int raw) in expound() argument
5188 show_utssys(pri, r0); in expound()
5190 show_utssys32(pri, r0); in expound()
5192 show_utssys(pri, r0); in expound()
5255 show_msgsys(pri, r0); /* each case must decide for itself */ in expound()
5264 if (err || pri->sys_nargs <= 1 || r0 <= 0) in expound()
5268 show_dents32(pri, (long)pri->sys_args[1], r0); in expound()
5273 show_dents32(pri, (long)pri->sys_args[1], r0); in expound()
5277 if (err || pri->sys_nargs <= 1 || r0 <= 0) in expound()
5279 show_dents64(pri, (long)pri->sys_args[1], r0); in expound()
5301 if (pri->sys_nargs > 1 && (r0 = pri->sys_args[0]) > 0) in expound()
5302 show_groups(pri, (long)pri->sys_args[1], r0); in expound()
5306 show_groups(pri, (long)pri->sys_args[1], r0); in expound()
5337 "old", r0); in expound()
5375 long nb = (what == SYS_readv)? r0 : 32*1024; in expound()