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

/freebsd-10.0-release/sys/amd64/linux32/
H A Dlinux32_machdep.c880 struct timezone atz, *tzp; local
893 error = copyin(uap->tzp, &atz, sizeof(atz));
896 tzp = &atz;
/freebsd-10.0-release/sys/kern/
H A Dkern_time.c594 struct timezone atz, *tzp; local
605 error = copyin(uap->tzp, &atz, sizeof(atz));
608 tzp = &atz;

Completed in 74 milliseconds