Searched refs:tzp (Results 1 - 20 of 20) sorted by relevance

/freebsd-10.0-release/contrib/ntp/util/
H A Dprecision.c66 struct timezone tzp; local
73 gettimeofday(&tp, &tzp);
76 gettimeofday(&tp, &tzp);
121 struct timezone tzp; local
138 GETTIMEOFDAY(&tp, &tzp);
147 GETTIMEOFDAY(&tp, &tzp);
H A Dhist.c32 struct timezone tzp; local
48 gettimeofday(&ts, &tzp);
52 gettimeofday(&tr, &tzp);
/freebsd-10.0-release/sys/boot/efi/libefi/
H A Dtime.c170 OUT struct timezone *tzp
196 if (tzp) {
197 tzp->tz_minuteswest =
202 tzp->tz_dsttime =
/freebsd-10.0-release/sys/kern/
H A Dkern_time.c560 struct timezone *tzp; member in struct:gettimeofday_args
575 if (error == 0 && uap->tzp != NULL) {
578 error = copyout(&rtz, uap->tzp, sizeof (rtz));
586 struct timezone *tzp; member in struct:settimeofday_args
594 struct timezone atz, *tzp; local
604 if (uap->tzp) {
605 error = copyin(uap->tzp, &atz, sizeof(atz));
608 tzp = &atz;
610 tzp = NULL;
611 return (kern_settimeofday(td, tvp, tzp));
615 kern_settimeofday(struct thread *td, struct timeval *tv, struct timezone *tzp) argument
[all...]
H A Dsystrace_args.c651 uarg[1] = (intptr_t) p->tzp; /* struct timezone * */
696 uarg[1] = (intptr_t) p->tzp; /* struct timezone * */
/freebsd-10.0-release/sys/amd64/linux32/
H A Dlinux32_machdep.c867 if (error == 0 && uap->tzp != NULL) {
870 error = copyout(&rtz, uap->tzp, sizeof(rtz));
880 struct timezone atz, *tzp; local
892 if (uap->tzp) {
893 error = copyin(uap->tzp, &atz, sizeof(atz));
896 tzp = &atz;
898 tzp = NULL;
899 return (kern_settimeofday(td, tvp, tzp));
H A Dlinux32_proto.h250 char tzp_l_[PADL_(struct timezone *)]; struct timezone * tzp; char tzp_r_[PADR_(struct timezone *)]; member in struct:linux_gettimeofday_args
254 char tzp_l_[PADL_(struct timezone *)]; struct timezone * tzp; char tzp_r_[PADR_(struct timezone *)]; member in struct:linux_settimeofday_args
H A Dlinux32_systrace_args.c518 uarg[1] = (intptr_t) p->tzp; /* struct timezone * */
526 uarg[1] = (intptr_t) p->tzp; /* struct timezone * */
/freebsd-10.0-release/contrib/ntp/libntp/
H A Dmachines.c417 void *tzp
458 rc = SETTIMEOFDAY(tvp, tzp);
/freebsd-10.0-release/contrib/openbsm/bin/auditd/
H A Dauditd.c489 struct timezone tzp; local
498 if (gettimeofday(&ts, &tzp) == 0) {
/freebsd-10.0-release/contrib/ntp/include/
H A Dntp_machine.h290 int ntp_set_tod P((struct timeval *tvp, void *tzp));
338 extern int gettimeofday P(( struct timeval *tp, struct timezone *tzp ));
/freebsd-10.0-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzfs_vnops.c3725 znode_t *tdzp, *szp, *tzp; local
3770 tzp = NULL;
3857 tdzp, tnm, &tzp, ZRENAMING | zflg, NULL, NULL);
3860 tdzp, tnm, &tzp, zflg, NULL, NULL);
3872 if (tzp)
3873 VN_RELE(ZTOV(tzp));
3909 if (error = zfs_zaccess_rename(sdzp, szp, tdzp, tzp, cr))
3924 if (tzp) {
3929 if (ZTOV(tzp)->v_type != VDIR) {
3934 if (ZTOV(tzp)
4289 znode_t *tzp, *szp; local
[all...]
H A Dzfs_acl.c2681 znode_t *tzp, cred_t *cr)
2715 * If we have a tzp, see if we can delete it?
2717 if (tzp) {
2718 if (error = zfs_zaccess_delete(tdzp, tzp, cr))
2680 zfs_zaccess_rename(znode_t *sdzp, znode_t *szp, znode_t *tdzp, znode_t *tzp, cred_t *cr) argument
/freebsd-10.0-release/sys/compat/freebsd32/
H A Dfreebsd32_misc.c799 if (error == 0 && uap->tzp != NULL) {
802 error = copyout(&rtz, uap->tzp, sizeof (rtz));
1271 struct timezone tz, *tzp; local
1283 if (uap->tzp) {
1284 error = copyin(uap->tzp, &tz, sizeof(tz));
1287 tzp = &tz;
1289 tzp = NULL;
1290 return (kern_settimeofday(td, tvp, tzp));
H A Dfreebsd32_proto.h104 char tzp_l_[PADL_(struct timezone *)]; struct timezone * tzp; char tzp_r_[PADR_(struct timezone *)]; member in struct:freebsd32_gettimeofday_args
122 char tzp_l_[PADL_(struct timezone *)]; struct timezone * tzp; char tzp_r_[PADR_(struct timezone *)]; member in struct:freebsd32_settimeofday_args
H A Dfreebsd32_systrace_args.c654 uarg[1] = (intptr_t) p->tzp; /* struct timezone * */
699 uarg[1] = (intptr_t) p->tzp; /* struct timezone * */
/freebsd-10.0-release/sys/dev/acpica/
H A Dacpi_thermal.c85 int tzp; member in struct:acpi_tz_zone
423 acpi_tz_getparam(sc, "_TZP", &sc->tz_zone.tzp);
/freebsd-10.0-release/sys/sys/
H A Dsyscallsubr.h209 struct timezone *tzp);
H A Dsysproto.h383 char tzp_l_[PADL_(struct timezone *)]; struct timezone * tzp; char tzp_r_[PADR_(struct timezone *)]; member in struct:gettimeofday_args
408 char tzp_l_[PADL_(struct timezone *)]; struct timezone * tzp; char tzp_r_[PADR_(struct timezone *)]; member in struct:settimeofday_args
/freebsd-10.0-release/sys/i386/linux/
H A Dlinux_systrace_args.c526 uarg[1] = (intptr_t) p->tzp; /* struct timezone * */
534 uarg[1] = (intptr_t) p->tzp; /* struct timezone * */

Completed in 340 milliseconds