Searched refs:settime (Results 1 – 13 of 13) sorted by relevance
| /OK3568_Linux_fs/kernel/tools/testing/selftests/timers/ |
| H A D | set-2038.c | 48 int settime(long long time) in settime() function 91 if (!settime(YEAR_1901)) { in main() 95 if (!settime(YEAR_MAX)) { in main() 99 if (!is32bits() && !settime(YEAR_2262)) { in main() 105 settime(YEAR_1970); in main() 110 settime(YEAR_2038 - 600); in main() 119 settime(YEAR_2038 - 10); in main() 124 settime(YEAR_2262 - 600); in main() 129 settime(start); in main()
|
| H A D | leap-a-day.c | 182 int settime = 1; in main() local 193 settime = 0; in main() 249 if (settime) { in main()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/ptp/ |
| H A D | testptp.c | 179 int settime = 0; in main() local 233 settime = 1; in main() 236 settime = 2; in main() 242 settime = 3; in main() 329 if (settime == 1) { in main() 338 if (settime == 2) { in main() 347 if (settime == 3) { in main()
|
| H A D | phc.sh | 132 settime() function
|
| /OK3568_Linux_fs/kernel/drivers/firmware/efi/test/ |
| H A D | efi_test.c | 318 struct efi_settime settime; in efi_runtime_set_time() local 323 if (copy_from_user(&settime, settime_user, sizeof(settime))) in efi_runtime_set_time() 325 if (copy_from_user(&efi_time, settime.time, in efi_runtime_set_time() 330 if (put_user(status, settime.status)) in efi_runtime_set_time()
|
| /OK3568_Linux_fs/kernel/kernel/locking/ |
| H A D | percpu-rwsem.c | 22 unsigned long settime) in _trace_android_vh_record_pcpu_rwsem_starttime() argument 24 trace_android_vh_record_pcpu_rwsem_starttime(tsk, settime); in _trace_android_vh_record_pcpu_rwsem_starttime()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | percpu-rwsem.h | 13 struct task_struct *tsk, unsigned long settime);
|
| H A D | lsm_hook_defs.h | 49 LSM_HOOK(int, 0, settime, const struct timespec64 *ts,
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/ntp/ntp/ |
| H A D | 0001-test-Fix-build-with-new-compiler-defaults-to-fno-com.patch | 61 void settime(int y, int m, int d, int H, int M, int S);
|
| /OK3568_Linux_fs/buildroot/package/bind/ |
| H A D | bind.mk | 23 BIND_TARGET_SERVER_SBIN += dnssec-settime dnssec-verify genrandom
|
| /OK3568_Linux_fs/kernel/security/ |
| H A D | commoncap.c | 1369 LSM_HOOK_INIT(settime, cap_settime),
|
| H A D | security.c | 768 return call_int_hook(settime, 0, ts, tz); in security_settime64()
|
| /OK3568_Linux_fs/kernel/Documentation/filesystems/ |
| H A D | proc.rst | 2035 settime flags: 01 2040 that have occurred [see timerfd_create(2) for details]. 'settime flags' are 2044 with TIMER_ABSTIME option which will be shown in 'settime flags', but 'it_value'
|