Searched defs:_tc_get_timecount (Results 1 – 13 of 13) sorted by relevance
/openbsd/lib/libc/arch/i386/gen/ |
H A D | usertc.c | 21 int (*const _tc_get_timecount)(struct timekeep *, u_int *) = NULL; variable
|
/openbsd/lib/libc/arch/m88k/gen/ |
H A D | usertc.c | 21 int (*const _tc_get_timecount)(struct timekeep *, u_int *) = NULL; variable
|
/openbsd/lib/libc/arch/sh/gen/ |
H A D | usertc.c | 21 int (*const _tc_get_timecount)(struct timekeep *, u_int *) = NULL; variable
|
/openbsd/lib/libc/arch/alpha/gen/ |
H A D | usertc.c | 21 int (*const _tc_get_timecount)(struct timekeep *, u_int *) = NULL; variable
|
/openbsd/lib/libc/arch/arm/gen/ |
H A D | usertc.c | 21 int (*const _tc_get_timecount)(struct timekeep *, u_int *) = NULL; variable
|
/openbsd/lib/libc/arch/hppa/gen/ |
H A D | usertc.c | 21 int (*const _tc_get_timecount)(struct timekeep *, u_int *) = NULL; variable
|
/openbsd/lib/libc/arch/mips64/gen/ |
H A D | usertc.c | 48 int (*const _tc_get_timecount)(struct timekeep *, u_int *) = tc_get_timecount; variable
|
/openbsd/lib/libc/arch/powerpc/gen/ |
H A D | usertc.c | 41 int (*const _tc_get_timecount)(struct timekeep *, u_int *) = tc_get_timecount; variable
|
/openbsd/lib/libc/arch/riscv64/gen/ |
H A D | usertc.c | 44 int (*const _tc_get_timecount)(struct timekeep *, u_int *) = tc_get_timecount; variable
|
/openbsd/lib/libc/arch/powerpc64/gen/ |
H A D | usertc.c | 40 int (*const _tc_get_timecount)(struct timekeep *, u_int *) = tc_get_timecount; variable
|
/openbsd/lib/libc/arch/sparc64/gen/ |
H A D | usertc.c | 56 int (*const _tc_get_timecount)(struct timekeep *, u_int *) = tc_get_timecount; variable
|
/openbsd/lib/libc/arch/amd64/gen/ |
H A D | usertc.c | 52 int (*const _tc_get_timecount)(struct timekeep *, u_int *) = tc_get_timecount; variable
|
/openbsd/lib/libc/arch/aarch64/gen/ |
H A D | usertc.c | 73 int (*const _tc_get_timecount)(struct timekeep *, u_int *) = tc_get_timecount; variable
|