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

/freebsd-10.2-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.2-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.2-release/contrib/ntp/include/
H A Dntp_machine.h68 int ntp_set_tod (struct timeval *tvp, void *tzp);
109 extern int gettimeofday ( struct timeval *tp, struct timezone *tzp );
/freebsd-10.2-release/sys/amd64/linux32/
H A Dlinux32_machdep.c875 if (error == 0 && uap->tzp != NULL) {
878 error = copyout(&rtz, uap->tzp, sizeof(rtz));
888 struct timezone atz, *tzp; local
900 if (uap->tzp) {
901 error = copyin(uap->tzp, &atz, sizeof(atz));
904 tzp = &atz;
906 tzp = NULL;
907 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.2-release/sys/kern/
H A Dkern_time.c557 struct timezone *tzp; member in struct:gettimeofday_args
572 if (error == 0 && uap->tzp != NULL) {
575 error = copyout(&rtz, uap->tzp, sizeof (rtz));
583 struct timezone *tzp; member in struct:settimeofday_args
591 struct timezone atz, *tzp; local
601 if (uap->tzp) {
602 error = copyin(uap->tzp, &atz, sizeof(atz));
605 tzp = &atz;
607 tzp = NULL;
608 return (kern_settimeofday(td, tvp, tzp));
612 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.2-release/contrib/openbsm/bin/auditd/
H A Dauditd.c489 struct timezone tzp; local
498 if (gettimeofday(&ts, &tzp) == 0) {
/freebsd-10.2-release/contrib/ntp/libntp/
H A Dmachines.c433 void *tzp
472 rc = SETTIMEOFDAY(tvp, tzp);
/freebsd-10.2-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzfs_vnops.c3733 znode_t *tdzp, *sdzp, *szp, *tzp; local
3781 tzp = NULL;
3868 tdzp, tnm, &tzp, ZRENAMING | zflg, NULL, NULL);
3871 tdzp, tnm, &tzp, zflg, NULL, NULL);
3883 if (tzp)
3884 VN_RELE(ZTOV(tzp));
3920 if (error = zfs_zaccess_rename(sdzp, szp, tdzp, tzp, cr))
3935 if (tzp) {
3940 if (ZTOV(tzp)->v_type != VDIR) {
3945 if (ZTOV(tzp)
4312 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.2-release/sys/compat/freebsd32/
H A Dfreebsd32_misc.c809 if (error == 0 && uap->tzp != NULL) {
812 error = copyout(&rtz, uap->tzp, sizeof (rtz));
1324 struct timezone tz, *tzp; local
1336 if (uap->tzp) {
1337 error = copyin(uap->tzp, &tz, sizeof(tz));
1340 tzp = &tz;
1342 tzp = NULL;
1343 return (kern_settimeofday(td, tvp, tzp));
H A Dfreebsd32_proto.h109 char tzp_l_[PADL_(struct timezone *)]; struct timezone * tzp; char tzp_r_[PADR_(struct timezone *)]; member in struct:freebsd32_gettimeofday_args
127 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.2-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.2-release/sys/sys/
H A Dsyscallsubr.h213 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.2-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 300 milliseconds