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

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dkernel.h96 extern struct timezone tz; /* XXX */
/macosx-10.5.8/xnu-1228.15.4/bsd/conf/
H A Dparam.c85 struct timezone tz = { TIMEZONE, PST }; variable in typeref:struct:timezone
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_time.c91 /* simple lock used to access timezone, tz structure */
126 ltz = tz;
129 error = copyout((caddr_t)&ltz, CAST_USER_ADDR_T(uap->tzp), sizeof (tz));
178 tz = atz;

Completed in 81 milliseconds