Searched refs:ru (Results 51 - 70 of 70) sorted by relevance

123

/freebsd-11-stable/lib/libc/rpc/
H A Drpc_prot.c193 (caddr_t)(void *)&(rmsg->rm_reply.ru), reply_dscrm,
/freebsd-11-stable/sys/rpc/
H A Drpc_prot.c213 (caddr_t)(void *)&(rmsg->rm_reply.ru), reply_dscrm,
/freebsd-11-stable/contrib/llvm-project/compiler-rt/include/sanitizer/
H A Dlinux_syscall_hooks.h343 #define __sanitizer_syscall_pre_wait4(pid, stat_addr, options, ru) \
345 (long)(options), (long)(ru))
346 #define __sanitizer_syscall_post_wait4(res, pid, stat_addr, options, ru) \
348 (long)(options), (long)(ru))
349 #define __sanitizer_syscall_pre_waitid(which, pid, infop, options, ru) \
351 (long)(which), (long)(pid), (long)(infop), (long)(options), (long)(ru))
352 #define __sanitizer_syscall_post_waitid(res, which, pid, infop, options, ru) \
355 (long)(ru))
1273 #define __sanitizer_syscall_pre_getrusage(who, ru) \
1274 __sanitizer_syscall_pre_impl_getrusage((long)(who), (long)(ru))
[all...]
/freebsd-11-stable/sys/kern/
H A Dkern_exit.c763 struct rusage ru, *rup; local
767 rup = &ru;
774 error = copyout(&ru, uap->rusage, sizeof(struct rusage));
H A Dinit_main.c626 struct rusage ru; local
642 rufetch(p, &ru); /* Clears thread stats */
H A Dkern_time.c276 struct rusage ru; local
279 rufetch(targetp, &ru);
/freebsd-11-stable/contrib/ntp/sntp/libevent/
H A Devutil.c476 unsigned long long ru=0;
477 n = sscanf(s, "%llx", &ru);
478 if (ru > EV_INT64_MAX)
480 r = (long long) ru;
/freebsd-11-stable/usr.bin/truss/
H A Dsyscalls.c2102 struct rusage ru; local
2104 if (get_struct(pid, (void *)args[sc->offset], &ru, sizeof(ru))
2108 (intmax_t)ru.ru_utime.tv_sec, ru.ru_utime.tv_usec,
2109 (intmax_t)ru.ru_stime.tv_sec, ru.ru_stime.tv_usec,
2110 ru.ru_inblock, ru.ru_oublock);
/freebsd-11-stable/lib/msun/tests/
H A Dfma_test.c72 #define testrnd(func, x, y, z, rn, ru, rd, rz, exceptmask, excepts) do { \
76 test((func), (x), (y), (z), (ru), (exceptmask), (excepts)); \
/freebsd-11-stable/sys/compat/linux/
H A Dlinux_misc.c970 int options, struct rusage *ru)
974 error = kern_wait(td, pid, &tmpstat, options, ru);
1019 struct rusage ru, *rup; local
1035 rup = &ru;
1042 error = linux_copyout_rusage(&ru, args->rusage);
969 linux_common_wait(struct thread *td, int pid, int *status, int options, struct rusage *ru) argument
/freebsd-11-stable/sys/amd64/linux32/
H A Dlinux.h635 int linux_copyout_rusage(struct rusage *ru, void *uaddr);
/freebsd-11-stable/contrib/netbsd-tests/usr.bin/sort/
H A Dt_sort.sh814 atf_check -o file:expout sort -ru in
/freebsd-11-stable/targets/pseudo/userland/
H A DMakefile.depend621 usr.sbin/lpr/filters.ru/koi2855 \
622 usr.sbin/lpr/filters.ru/koi2alt \
/freebsd-11-stable/sys/compat/freebsd32/
H A Dfreebsd32_misc.c167 struct rusage ru, *rup; local
170 rup = &ru;
179 freebsd32_rusage_out(&ru, &ru32);
/freebsd-11-stable/sys/dev/sound/usb/
H A Duaudio.c4172 const struct usb_audio20_sample_rate_unit *ru; member in union:__anon5
4284 len += sizeof(*u.ru);
/freebsd-11-stable/contrib/tcpdump/
H A Dconfigure1014 | --run | --ru | --r)
1018 | --run=* | --ru=* | --r=*)
/freebsd-11-stable/contrib/libpcap/
H A Dconfigure1078 | --run | --ru | --r)
1082 | --run=* | --ru=* | --r=*)
/freebsd-11-stable/contrib/sqlite3/tea/
H A Dconfigure1049 | --run | --ru | --r)
1053 | --run=* | --ru=* | --r=*)
/freebsd-11-stable/contrib/groff/src/roff/troff/
H A Dinput.cpp2044 s = get_charinfo(cc == 'l' ? "ru" : "br");
6348 get_charinfo(symbol("ru"))->set_flags(charinfo::OVERLAPS_HORIZONTALLY);
/freebsd-11-stable/contrib/sqlite3/
H A Dconfigure1088 | --run | --ru | --r)
1092 | --run=* | --ru=* | --r=*)

Completed in 330 milliseconds

123