Searched refs:nwhich (Results 1 – 3 of 3) sorted by relevance
| /src/sys/compat/linux/ |
| H A D | linux_time.c | 344 clockid_t nwhich; in linux_common_clock_gettime() local 348 error = linux_to_native_clockid(&nwhich, which); in linux_common_clock_gettime() 357 switch (nwhich) { in linux_common_clock_gettime() 451 error = kern_clock_gettime(td, nwhich, tp); in linux_common_clock_gettime() 501 clockid_t nwhich; in linux_common_clock_settime() local 503 error = linux_to_native_clockid(&nwhich, which); in linux_common_clock_settime() 512 error = kern_clock_settime(td, nwhich, ts); in linux_common_clock_settime() 556 clockid_t nwhich; in linux_common_clock_getres() local 560 error = linux_to_native_clockid(&nwhich, which); in linux_common_clock_getres() 574 switch (nwhich) { in linux_common_clock_getres() [all …]
|
| H A D | linux_timer.c | 89 clockid_t nwhich; in linux_timer_create() local 103 error = linux_to_native_clockid(&nwhich, uap->clock_id); in linux_timer_create() 106 error = kern_ktimer_create(td, nwhich, evp, &id, -1); in linux_timer_create()
|
| /src/usr.sbin/bsdconfig/security/include/ |
| H A D | messages.subr | 45 …\nWhen operating at a securelevel, certain root privileges are disabled,\nwhich may increase resis…
|