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

/freebsd-9.3-release/sys/amd64/linux32/
H A Dlinux32_machdep.c877 struct timezone atz, *tzp; local
890 error = copyin(uap->tzp, &atz, sizeof(atz));
893 tzp = &atz;
/freebsd-9.3-release/sys/kern/
H A Dkern_time.c586 struct timezone atz, *tzp; local
597 error = copyin(uap->tzp, &atz, sizeof(atz));
600 tzp = &atz;

Completed in 44 milliseconds