Searched refs:tz (Results 1 - 3 of 3) sorted by relevance

/xnu-2782.1.97/bsd/sys/
H A Dkernel.h94 extern struct timezone tz; /* XXX */
/xnu-2782.1.97/bsd/conf/
H A Dparam.c83 struct timezone tz = { 0, 0 }; variable in typeref:struct:timezone
/xnu-2782.1.97/bsd/kern/
H A Dkern_time.c94 /* simple lock used to access timezone, tz structure */
135 ltz = tz;
138 error = copyout((caddr_t)&ltz, CAST_USER_ADDR_T(uap->tzp), sizeof (tz));
190 tz = atz;

Completed in 29 milliseconds