Searched refs:si_utime (Results 1 – 5 of 5) sorted by relevance
| /netbsd/src/tests/lib/libc/sys/ |
| D | t_wait.c | 92 printf("user: %ju system: %ju\n", (uintmax_t)si.si_utime, in ATF_TC_BODY() 93 (uintmax_t)si.si_utime); in ATF_TC_BODY() 127 printf("user: %ju system: %ju\n", (uintmax_t)si.si_utime, in ATF_TC_BODY() 128 (uintmax_t)si.si_utime); in ATF_TC_BODY() 164 printf("user: %ju system: %ju\n", (uintmax_t)si.si_utime, in ATF_TC_BODY() 165 (uintmax_t)si.si_utime); in ATF_TC_BODY() 204 printf("user: %ju system: %ju\n", (uintmax_t)si.si_utime, in ATF_TC_BODY() 205 (uintmax_t)si.si_utime); in ATF_TC_BODY() 217 printf("user: %ju system: %ju\n", (uintmax_t)si.si_utime, in ATF_TC_BODY() 218 (uintmax_t)si.si_utime); in ATF_TC_BODY() [all …]
|
| /netbsd/src/sys/sys/ |
| D | siginfo.h | 162 #define si_utime _info._reason._child._utime macro
|
| /netbsd/src/tests/lib/libc/gen/ |
| D | t_siginfo.c | 145 printf("si_utime=%lu\n", (unsigned long int)info->si_utime); in sigchild_action()
|
| /netbsd/src/sys/kern/ |
| D | kern_exit.c | 920 siginfo->si_utime = p->p_stats->p_ru.ru_utime.tv_sec; in match_process()
|
| /netbsd/src/usr.bin/kdump/ |
| D | kdump.c | 1411 (unsigned long) si->si_utime, in ktrpsig()
|