Searched refs:nwhich (Results 1 – 2 of 2) sorted by relevance
344 clockid_t nwhich; in linux_common_clock_gettime() local348 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() local503 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() local560 error = linux_to_native_clockid(&nwhich, which); in linux_common_clock_getres()574 switch (nwhich) { in linux_common_clock_getres()[all …]
45 …\nWhen operating at a securelevel, certain root privileges are disabled,\nwhich may increase resis…