Lines Matching refs:r0
462 show_utssys(private_t *pri, long r0) in show_utssys() argument
473 show_fusers(pri, (long)pri->sys_args[3], r0); in show_utssys()
481 show_utssys32(private_t *pri, long r0) in show_utssys32() argument
492 show_fusers(pri, (long)pri->sys_args[3], r0); in show_utssys32()
5126 expound(private_t *pri, long r0, int raw) in expound() argument
5172 show_utssys(pri, r0); in expound()
5174 show_utssys32(pri, r0); in expound()
5176 show_utssys(pri, r0); in expound()
5239 show_msgsys(pri, r0); /* each case must decide for itself */ in expound()
5248 if (err || pri->sys_nargs <= 1 || r0 <= 0) in expound()
5252 show_dents32(pri, (long)pri->sys_args[1], r0); in expound()
5257 show_dents32(pri, (long)pri->sys_args[1], r0); in expound()
5261 if (err || pri->sys_nargs <= 1 || r0 <= 0) in expound()
5263 show_dents64(pri, (long)pri->sys_args[1], r0); in expound()
5285 if (pri->sys_nargs > 1 && (r0 = pri->sys_args[0]) > 0) in expound()
5286 show_groups(pri, (long)pri->sys_args[1], r0); in expound()
5290 show_groups(pri, (long)pri->sys_args[1], r0); in expound()
5321 "old", r0); in expound()
5359 long nb = (what == SYS_readv)? r0 : 32*1024; in expound()