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

/freebsd-11.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-11.0-release/sys/boot/efi/libefi/
H A Dtime.c180 OUT struct timezone *tzp
206 if (tzp) {
207 tzp->tz_minuteswest =
212 tzp->tz_dsttime =
/freebsd-11.0-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-11.0-release/sys/amd64/linux32/
H A Dlinux32_machdep.c675 if (error == 0 && uap->tzp != NULL) {
678 error = copyout(&rtz, uap->tzp, sizeof(rtz));
688 struct timezone atz, *tzp; local
700 if (uap->tzp) {
701 error = copyin(uap->tzp, &atz, sizeof(atz));
704 tzp = &atz;
706 tzp = NULL;
707 return (kern_settimeofday(td, tvp, tzp));
H A Dlinux32_systrace_args.c518 uarg[1] = (intptr_t) p->tzp; /* struct timezone * */
526 uarg[1] = (intptr_t) p->tzp; /* struct timezone * */
H A Dlinux32_proto.h253 char tzp_l_[PADL_(struct timezone *)]; struct timezone * tzp; char tzp_r_[PADR_(struct timezone *)]; member in struct:linux_gettimeofday_args
257 char tzp_l_[PADL_(struct timezone *)]; struct timezone * tzp; char tzp_r_[PADR_(struct timezone *)]; member in struct:linux_settimeofday_args
/freebsd-11.0-release/sys/kern/
H A Dkern_time.c563 struct timezone *tzp; member in struct:gettimeofday_args
578 if (error == 0 && uap->tzp != NULL) {
581 error = copyout(&rtz, uap->tzp, sizeof (rtz));
589 struct timezone *tzp; member in struct:settimeofday_args
597 struct timezone atz, *tzp; local
607 if (uap->tzp) {
608 error = copyin(uap->tzp, &atz, sizeof(atz));
611 tzp = &atz;
613 tzp = NULL;
614 return (kern_settimeofday(td, tvp, tzp));
618 kern_settimeofday(struct thread *td, struct timeval *tv, struct timezone *tzp) argument
[all...]
H A Dsystrace_args.c646 uarg[1] = (intptr_t) p->tzp; /* struct timezone * */
691 uarg[1] = (intptr_t) p->tzp; /* struct timezone * */
/freebsd-11.0-release/contrib/openbsm/bin/auditd/
H A Dauditd.c487 struct timezone tzp; local
496 if (gettimeofday(&ts, &tzp) == 0) {
/freebsd-11.0-release/contrib/ntp/libntp/
H A Dmachines.c433 void *tzp
472 rc = SETTIMEOFDAY(tvp, tzp);
/freebsd-11.0-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzfs_vnops.c3491 znode_t *sdzp, *tdzp, *szp, *tzp; local
3566 error = zfs_dirent_lookup(tdzp, tnm, &tzp, 0);
3576 if (tzp != NULL)
3577 tvp = ZTOV(tzp);
3732 znode_t *sdzp, *tdzp, *szp, *tzp; local
3800 tzp = *tvpp == NULL ? NULL : VTOZ(*tvpp);
3801 if (szp->z_sa_hdl == NULL || (tzp != NULL && tzp->z_sa_hdl == NULL)) {
3822 if (error = zfs_zaccess_rename(sdzp, szp, tdzp, tzp, cr))
3847 if (tzp) {
4166 znode_t *tzp, *szp; local
[all...]
H A Dzfs_acl.c2656 znode_t *tzp, cred_t *cr)
2690 * If we have a tzp, see if we can delete it?
2692 if (tzp) {
2693 if (error = zfs_zaccess_delete(tdzp, tzp, cr))
2655 zfs_zaccess_rename(znode_t *sdzp, znode_t *szp, znode_t *tdzp, znode_t *tzp, cred_t *cr) argument
/freebsd-11.0-release/sys/dev/acpica/
H A Dacpi_thermal.c85 int tzp; member in struct:acpi_tz_zone
434 acpi_tz_getparam(sc, "_TZP", &sc->tz_zone.tzp);
/freebsd-11.0-release/sys/compat/freebsd32/
H A Dfreebsd32_misc.c700 if (error == 0 && uap->tzp != NULL) {
703 error = copyout(&rtz, uap->tzp, sizeof (rtz));
1215 struct timezone tz, *tzp; local
1227 if (uap->tzp) {
1228 error = copyin(uap->tzp, &tz, sizeof(tz));
1231 tzp = &tz;
1233 tzp = NULL;
1234 return (kern_settimeofday(td, tvp, tzp));
H A Dfreebsd32_proto.h112 char tzp_l_[PADL_(struct timezone *)]; struct timezone * tzp; char tzp_r_[PADR_(struct timezone *)]; member in struct:freebsd32_gettimeofday_args
130 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.c649 uarg[1] = (intptr_t) p->tzp; /* struct timezone * */
694 uarg[1] = (intptr_t) p->tzp; /* struct timezone * */
/freebsd-11.0-release/sys/sys/
H A Dsyscallsubr.h210 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-11.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 * */
/freebsd-11.0-release/sys/amd64/linux/
H A Dlinux_systrace_args.c838 uarg[1] = (intptr_t) p->tzp; /* struct timezone * */
1331 uarg[1] = (intptr_t) p->tzp; /* struct timezone * */

Completed in 337 milliseconds