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

/darwin-on-arm/xnu/bsd/sys/
H A Dkernel.h96 extern struct timezone tz; /* XXX */
/darwin-on-arm/xnu/bsd/conf/
H A Dparam.c84 struct timezone tz = { TIMEZONE, PST }; variable in typeref:struct:timezone
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_time.c93 /* simple lock used to access timezone, tz structure */
134 ltz = tz;
137 error = copyout((caddr_t)&ltz, CAST_USER_ADDR_T(uap->tzp), sizeof (tz));
191 tz = atz;

Completed in 74 milliseconds