| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | zfs_log.c | 235 znode_t *tzp = zp; in zfs_xattr_owner_unlinked() local 245 while (tzp->z_pflags & ZFS_XATTR) { in zfs_xattr_owner_unlinked() 247 if (zfs_zget(ZTOZSB(tzp), tzp->z_xattr_parent, &dzp) != 0) { in zfs_xattr_owner_unlinked() 252 if (tzp != zp) in zfs_xattr_owner_unlinked() 253 zrele(tzp); in zfs_xattr_owner_unlinked() 254 tzp = dzp; in zfs_xattr_owner_unlinked() 255 unlinked = tzp->z_unlinked; in zfs_xattr_owner_unlinked() 257 if (tzp != zp) in zfs_xattr_owner_unlinked() 258 zrele(tzp); in zfs_xattr_owner_unlinked()
|
| /f-stack/freebsd/amd64/linux32/ |
| H A D | linux32_machdep.c | 617 if (error == 0 && uap->tzp != NULL) { in linux_gettimeofday() 620 error = copyout(&rtz, uap->tzp, sizeof(rtz)); in linux_gettimeofday() 630 struct timezone atz, *tzp; in linux_settimeofday() local 642 if (uap->tzp) { in linux_settimeofday() 643 error = copyin(uap->tzp, &atz, sizeof(atz)); in linux_settimeofday() 646 tzp = &atz; in linux_settimeofday() 648 tzp = NULL; in linux_settimeofday() 649 return (kern_settimeofday(td, tvp, tzp)); in linux_settimeofday()
|
| H A D | linux32_systrace_args.c | 518 uarg[1] = (intptr_t) p->tzp; /* struct timezone * */ in systrace_args() 526 uarg[1] = (intptr_t) p->tzp; /* struct timezone * */ in systrace_args()
|
| H A D | linux32_proto.h | 253 …char tzp_l_[PADL_(struct timezone *)]; struct timezone * tzp; char tzp_r_[PADR_(struct timezone *)… member 257 …char tzp_l_[PADL_(struct timezone *)]; struct timezone * tzp; char tzp_r_[PADR_(struct timezone *)… member
|
| /f-stack/freebsd/contrib/openzfs/module/os/linux/zfs/ |
| H A D | zfs_vnops_os.c | 2709 tzp = NULL; in zfs_rename() 2811 if (tzp) in zfs_rename() 2812 zrele(tzp); in zfs_rename() 2871 if (tzp) { in zfs_rename() 2906 if (tzp) { in zfs_rename() 2928 if (tzp) in zfs_rename() 2929 zrele(tzp); in zfs_rename() 2934 if (tzp) in zfs_rename() 2935 zrele(tzp); in zfs_rename() 3002 if (tzp) { in zfs_rename() [all …]
|
| H A D | zfs_acl.c | 2893 znode_t *tzp, cred_t *cr) in zfs_zaccess_rename() argument 2921 if (tzp) { in zfs_zaccess_rename() 2922 if ((error = zfs_zaccess_delete(tdzp, tzp, cr))) in zfs_zaccess_rename()
|
| /f-stack/freebsd/kern/ |
| H A D | kern_time.c | 642 struct timezone *tzp; member 657 if (error == 0 && uap->tzp != NULL) { in sys_gettimeofday() 660 error = copyout(&rtz, uap->tzp, sizeof (rtz)); in sys_gettimeofday() 668 struct timezone *tzp; member 676 struct timezone atz, *tzp; in sys_settimeofday() local 686 if (uap->tzp) { in sys_settimeofday() 687 error = copyin(uap->tzp, &atz, sizeof(atz)); in sys_settimeofday() 690 tzp = &atz; in sys_settimeofday() 692 tzp = NULL; in sys_settimeofday() 693 return (kern_settimeofday(td, tvp, tzp)); in sys_settimeofday() [all …]
|
| H A D | systrace_args.c | 630 uarg[1] = (intptr_t) p->tzp; /* struct timezone * */ in systrace_args() 675 uarg[1] = (intptr_t) p->tzp; /* struct timezone * */ in systrace_args()
|
| /f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/ |
| H A D | zfs_vnops_os.c | 2919 znode_t *sdzp, *tdzp, *szp, *tzp; in zfs_rename_relock() local 3004 if (tzp != NULL) in zfs_rename_relock() 3005 tvp = ZTOV(tzp); in zfs_rename_relock() 3174 znode_t *sdzp, *tdzp, *szp, *tzp; in zfs_rename_() local 3243 tzp = *tvpp == NULL ? NULL : VTOZ(*tvpp); in zfs_rename_() 3244 if (szp->z_sa_hdl == NULL || (tzp != NULL && tzp->z_sa_hdl == NULL)) { in zfs_rename_() 3303 if (tzp) { in zfs_rename_() 3334 if (tzp) in zfs_rename_() 3354 if (tzp) { in zfs_rename_() 3356 zfs_sa_upgrade_txholds(tx, tzp); in zfs_rename_() [all …]
|
| H A D | zfs_acl.c | 2655 znode_t *tzp, cred_t *cr) in zfs_zaccess_rename() argument 2691 if (tzp && (error = zfs_zaccess_delete(tdzp, tzp, cr))) in zfs_zaccess_rename()
|
| /f-stack/freebsd/sys/ |
| H A D | syscallsubr.h | 282 struct timezone *tzp);
|
| H A D | sysproto.h | 375 …char tzp_l_[PADL_(struct timezone *)]; struct timezone * tzp; char tzp_r_[PADR_(struct timezone *)… member 400 …char tzp_l_[PADL_(struct timezone *)]; struct timezone * tzp; char tzp_r_[PADR_(struct timezone *)… member
|
| /f-stack/freebsd/arm64/linux/ |
| H A D | linux_systrace_args.c | 1342 uarg[1] = (intptr_t) p->tzp; /* struct timezone * */ in systrace_args() 1350 uarg[1] = (intptr_t) p->tzp; /* struct timezone * */ in systrace_args()
|
| /f-stack/freebsd/arm/linux/ |
| H A D | linux_systrace_args.c | 424 uarg[1] = (intptr_t) p->tzp; /* struct timezone * */ in systrace_args() 432 uarg[1] = (intptr_t) p->tzp; /* struct timezone * */ in systrace_args()
|
| H A D | linux_proto.h | 201 …char tzp_l_[PADL_(struct timezone *)]; struct timezone * tzp; char tzp_r_[PADR_(struct timezone *)… member 205 …char tzp_l_[PADL_(struct timezone *)]; struct timezone * tzp; char tzp_r_[PADR_(struct timezone *)… member
|
| /f-stack/freebsd/amd64/linux/ |
| H A D | linux_systrace_args.c | 838 uarg[1] = (intptr_t) p->tzp; /* struct timezone * */ in systrace_args() 1336 uarg[1] = (intptr_t) p->tzp; /* struct timezone * */ in systrace_args()
|
| /f-stack/freebsd/i386/linux/ |
| H A D | linux_systrace_args.c | 526 uarg[1] = (intptr_t) p->tzp; /* struct timezone * */ in systrace_args() 534 uarg[1] = (intptr_t) p->tzp; /* struct timezone * */ in systrace_args()
|
| /f-stack/freebsd/contrib/dev/acpica/ |
| H A D | changes.txt | 18133 to the 'info' file. Examples: "echo tzp=5 > info" sets the polling
|