Searched refs:nwhich (Results 1 - 2 of 2) sorted by relevance

/freebsd-10-stable/sys/compat/linux/
H A Dlinux_time.c214 clockid_t nwhich = 0; /* XXX: GCC */ local
220 error = linux_to_native_clockid(&nwhich, args->which);
228 switch (nwhich) {
259 CPUCLOCK_WHICH_PID, &nwhich);
262 error = kern_clock_gettime(td, nwhich, &tp);
305 CPUCLOCK_WHICH_TID, &nwhich);
309 error = kern_clock_gettime(td, nwhich, &tp);
318 error = kern_clock_gettime(td, nwhich, &tp);
342 clockid_t nwhich = 0; /* XXX: GCC */ local
346 error = linux_to_native_clockid(&nwhich, arg
382 clockid_t nwhich = 0; /* XXX: GCC */ local
[all...]
H A Dlinux_timer.c96 clockid_t nwhich; local
110 error = linux_to_native_clockid(&nwhich, uap->clock_id);
113 error = kern_ktimer_create(td, nwhich, evp, &id, -1);

Completed in 53 milliseconds