HomeSort by relevance Sort by last modified time
    Searched refs:zp (Results 1 - 25 of 49) sorted by null

1 2

  /onnv/onnv-gate/usr/src/lib/libast/common/tm/
tmtype.c 45 register Tm_zone_t* zp; local
49 zp = tm_info.local;
52 if ((t = zp->type) && tmword(s, e, t, NiL, 0)) return(zp);
53 if (zp == tm_info.local) zp = tm_data.zone;
54 else zp++;
55 } while (zp->standard);
tmzone.c 51 register Tm_zone_t* zp; local
68 zp = tm_info.local;
72 if (zp->type)
73 prev = zp->type;
76 if (tmword(name, end, zp->standard, NiL, 0))
80 return zp;
82 if (zp->dst && zp->daylight && tmword(name, end, zp->daylight, NiL, 0))
85 *dst = zp->dst
    [all...]
tminit.c 177 Tm_zone_t* zp; local
187 tm_info.local->type = (n && *v) ? ((zp = tmtype(v, NiL)) ? zp->type : strdup(v)) : 0;
206 register Tm_zone_t* zp; local
338 for (zp = tm_data.zone; zp->standard; zp++)
340 if (zp->type)
341 t = zp->type;
342 if (zp->west == n && zp->dst == m
    [all...]
tmxfmt.c 117 Tm_zone_t* zp; local
380 if ((zp = tm->tm_zone) != tm_info.local)
381 for (; zp >= tm_data.zone; zp--)
382 if (p = zp->type)
384 else if (p = zp->type)
503 if ((zp = tmzone(arg, &f, 0, 0)) && !*f && tm->tm_zone != zp)
504 tm = tmxtm(tm, tmxtime(tm, tm->tm_zone->west + (tm->tm_isdst ? tm->tm_zone->dst : 0)), zp);
513 if ((zp = tmzone(arg, &f, 0, 0)) && !*f && tm->tm_zone != zp
    [all...]
tmxscan.c 184 Tm_zone_t* zp; local
374 if (zp = tmtype(s, &u))
377 u = zp->type;
384 if ((zp = tmzone(s, &u, u, &m)))
387 set.zone = zp->west + m;
388 tm_info.date = zp;
  /onnv/onnv-gate/usr/src/lib/libbc/libc/gen/4.2/
timezone.c 65 register struct zone *zp; local
85 for (zp=zonetab; zp->offset!=-1; zp++)
86 if (zp->offset==zone) {
87 if (dst && zp->dlzone)
88 return(zp->dlzone);
89 if (!dst && zp->stdzone)
90 return(zp->stdzone);
  /onnv/onnv-gate/usr/src/uts/common/fs/zfs/
zfs_byteswap.c 160 znode_phys_t *zp = buf; local
164 zp->zp_crtime[0] = BSWAP_64(zp->zp_crtime[0]);
165 zp->zp_crtime[1] = BSWAP_64(zp->zp_crtime[1]);
166 zp->zp_atime[0] = BSWAP_64(zp->zp_atime[0]);
167 zp->zp_atime[1] = BSWAP_64(zp->zp_atime[1]);
168 zp->zp_mtime[0] = BSWAP_64(zp->zp_mtime[0])
    [all...]
zfs_znode.c 113 znode_t *zp = buf; local
115 ASSERT(!POINTER_IS_VALID(zp->z_zfsvfs));
117 zp->z_vnode = vn_alloc(kmflags);
118 if (zp->z_vnode == NULL) {
121 ZTOV(zp)->v_data = zp;
123 list_link_init(&zp->z_link_node);
125 mutex_init(&zp->z_lock, NULL, MUTEX_DEFAULT, NULL);
126 rw_init(&zp->z_parent_lock, NULL, RW_DEFAULT, NULL);
127 rw_init(&zp->z_name_lock, NULL, RW_DEFAULT, NULL)
144 znode_t *zp = buf; local
465 znode_t *zp; local
615 znode_t *zp; local
923 znode_t *zp; local
1513 znode_t *zp; local
1647 znode_phys_t *zp; local
    [all...]
zfs_dir.c 360 znode_t *zp; local
380 error = zfs_zget(zfsvfs, dzp->z_phys->zp_parent, &zp);
382 *vpp = ZTOV(zp);
393 error = zfs_dirent_lock(&dl, dzp, name, &zp, zf, deflg, rpnp);
395 *vpp = ZTOV(zp);
423 zfs_unlinked_add(znode_t *zp, dmu_tx_t *tx)
425 zfsvfs_t *zfsvfs = zp->z_zfsvfs;
427 ASSERT(zp->z_unlinked);
428 ASSERT3U(zp->z_phys->zp_links, ==, 0);
431 zap_add_int(zfsvfs->z_os, zfsvfs->z_unlinkedobj, zp->z_id, tx))
444 znode_t *zp; local
    [all...]
zfs_vnops.c 93 * must be checked with ZFS_VERIFY_ZP(zp). Both of these macros
99 * can be freed, so the zp may point to freed memory. Second, the last
173 znode_t *zp = VTOZ(*vpp); local
174 zfsvfs_t *zfsvfs = zp->z_zfsvfs;
177 ZFS_VERIFY_ZP(zp);
179 if ((flag & FWRITE) && (zp->z_phys->zp_flags & ZFS_APPENDONLY) &&
185 if (!zfs_has_ctldir(zp) && zp->z_zfsvfs->z_vscan &&
186 ZTOV(zp)->v_type == VREG &&
187 !(zp->z_phys->zp_flags & ZFS_AV_QUARANTINED) &
208 znode_t *zp = VTOZ(vp); local
241 znode_t *zp = VTOZ(vp); local
285 znode_t *zp; local
390 znode_t *zp = VTOZ(vp); local
444 znode_t *zp = VTOZ(vp); local
558 znode_t *zp = VTOZ(vp); local
843 znode_t *zp = zgd->zgd_private; local
875 znode_t *zp; local
991 znode_t *zp = VTOZ(vp); local
1200 znode_t *zp, *dzp = VTOZ(dvp); local
1428 znode_t *zp, *dzp = VTOZ(dvp); local
1629 znode_t *zp, *dzp = VTOZ(dvp); local
1794 znode_t *zp; local
1924 znode_t *zp = VTOZ(vp); local
2181 znode_t *zp = VTOZ(vp); local
2224 znode_t *zp = VTOZ(vp); local
2422 znode_t *zp = VTOZ(vp); local
2981 znode_t *zp = tdzp; local
3365 znode_t *zp, *dzp = VTOZ(dvp); local
3517 znode_t *zp = VTOZ(vp); local
3718 znode_t *zp = VTOZ(vp); local
3829 znode_t *zp = VTOZ(vp); local
3911 znode_t *zp = VTOZ(vp); local
3995 znode_t *zp = VTOZ(vp); local
4026 znode_t *zp = VTOZ(vp); local
4123 znode_t *zp = VTOZ(vp); local
4212 znode_t *zp = VTOZ(vp); local
4358 znode_t *zp = VTOZ(vp); local
4394 znode_t *zp = VTOZ(vp); local
4447 znode_t *zp, *xzp; local
4518 znode_t *zp = VTOZ(vp); local
4536 znode_t *zp = VTOZ(vp); local
    [all...]
zfs_acl.c 334 zfs_acl_version_zp(znode_t *zp)
336 return (zfs_acl_version(zp->z_zfsvfs->z_version));
689 zfs_acl_xform(znode_t *zp, zfs_acl_t *aclp, cred_t *cr)
721 VERIFY(zfs_copy_ace_2_fuid(zp->z_zfsvfs, ZTOV(zp)->v_type, aclp,
777 zfs_mode_compute(znode_t *zp, zfs_acl_t *aclp)
788 mode = (zp->z_phys->zp_mode & (S_IFMT | S_ISUID | S_ISGID | S_ISVTX));
933 zp->z_phys->zp_flags &= ~ZFS_NO_EXECS_DENIED;
935 zp->z_phys->zp_flags |= ZFS_NO_EXECS_DENIED;
941 zfs_acl_node_read_internal(znode_t *zp, boolean_t will_modify
    [all...]
zfs_rlock.c 34 * rl = zfs_range_lock(zp, off, len, lock_type);
101 zfs_range_lock_writer(znode_t *zp, rl_t *new)
103 avl_tree_t *tree = &zp->z_range_avl;
122 if (zp->z_vnode) { /* caller is ZPL */
128 new->r_off = zp->z_phys->zp_size;
135 end_size = MAX(zp->z_phys->zp_size, new->r_off + len);
136 if (end_size > zp->z_blksz && (!ISP2(zp->z_blksz) ||
137 zp->z_blksz < zp->z_zfsvfs->z_max_blksz))
529 znode_t *zp = rl->r_zp; local
567 znode_t *zp = rl->r_zp; local
    [all...]
zfs_log.c 230 znode_t *dzp, znode_t *zp, char *name, vsecattr_t *vsecp,
278 lr->lr_foid = zp->z_id;
279 lr->lr_mode = zp->z_phys->zp_mode;
280 if (!IS_EPHEMERAL(zp->z_phys->zp_uid)) {
281 lr->lr_uid = (uint64_t)zp->z_phys->zp_uid;
285 if (!IS_EPHEMERAL(zp->z_phys->zp_gid)) {
286 lr->lr_gid = (uint64_t)zp->z_phys->zp_gid;
290 lr->lr_gen = zp->z_phys->zp_gen;
291 lr->lr_crtime[0] = zp->z_phys->zp_crtime[0];
292 lr->lr_crtime[1] = zp->z_phys->zp_crtime[1]
    [all...]
zfs_replay.c 562 znode_t *dzp, *zp; local
572 if ((error = zfs_zget(zfsvfs, lr->lr_link_obj, &zp)) != 0) {
580 error = VOP_LINK(ZTOV(dzp), ZTOV(zp), name, kcred, NULL, vflg);
582 VN_RELE(ZTOV(zp));
624 znode_t *zp; local
632 if ((error = zfs_zget(zfsvfs, lr->lr_foid, &zp)) != 0) {
647 orig_eof = zp->z_phys->zp_size;
658 error = vn_rdwr(UIO_WRITE, ZTOV(zp), data, length, offset,
669 if (orig_eof < zp->z_phys->zp_size) /* file length grew ? */
670 zp->z_phys->zp_size = eod
686 znode_t *zp; local
710 znode_t *zp; local
737 znode_t *zp; local
791 znode_t *zp; local
835 znode_t *zp; local
    [all...]
zio.c 596 void *data, uint64_t size, const zio_prop_t *zp,
602 ASSERT(zp->zp_checksum >= ZIO_CHECKSUM_OFF &&
603 zp->zp_checksum < ZIO_CHECKSUM_FUNCTIONS &&
604 zp->zp_compress >= ZIO_COMPRESS_OFF &&
605 zp->zp_compress < ZIO_COMPRESS_FUNCTIONS &&
606 zp->zp_type < DMU_OT_NUMTYPES &&
607 zp->zp_level < 32 &&
608 zp->zp_copies > 0 &&
609 zp->zp_copies <= spa_max_replication(spa) &&
610 zp->zp_dedup <= 1 &
886 zio_prop_t *zp = &zio->io_prop; local
1644 zio_prop_t zp; local
1916 zio_prop_t *zp = &zio->io_prop; local
1947 zio_prop_t *zp = &zio->io_prop; local
    [all...]
zfs_vfsops.c 1389 znode_t *zp = NULL; local
1691 znode_t *zp; local
1868 znode_t *zp; local
1982 znode_t *zp; local
    [all...]
  /onnv/onnv-gate/usr/src/lib/libast/common/comp/
waitpid.c 99 register struct zombie* zp;
114 zp = zombies;
115 while (zp)
117 if (zp->pid >= 0 && (zp->pid == pid || pid <= 0))
119 if (pp) pp->next = zp->next;
120 else zombies = zp->next;
121 if (status) *status = zp->status;
122 pid = zp->pid;
123 free(zp);
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/fs/zfs/sys/
zfs_znode.h 62 #define ZFS_ATTR_SET(zp, attr, value) \
65 zp->z_phys->zp_flags |= attr; \
67 zp->z_phys->zp_flags &= ~attr; \
234 #define ZTOV(ZP) ((ZP)->z_vnode)
253 #define ZFS_VERIFY_ZP(zp) \
254 if ((zp)->z_dbuf == NULL) { \
255 ZFS_EXIT((zp)->z_zfsvfs); \
294 #define ZFS_ACCESSTIME_STAMP(zfsvfs, zp) \
296 zfs_time_stamper(zp, ACCESSED, NULL
    [all...]
zfs_rlock.h 65 rl_t *zfs_range_lock(znode_t *zp, uint64_t off, uint64_t len, rl_type_t type);
zfs_fuid.h 108 extern void zfs_fuid_map_ids(struct znode *zp, cred_t *cr,
  /onnv/onnv-gate/usr/src/cmd/zic/
zic.c 126 static void outzone(const struct zone *zp, int ntzones);
744 register struct zone *zp; local
779 zp = &zones[i];
780 zp->z_rules = NULL;
781 zp->z_nrules = 0;
789 zp = &zones[i];
790 if (strcmp(zp->z_rule, rp->r_name) != 0)
792 zp->z_rules = rp;
793 zp->z_nrules = out - base;
797 zp = &zones[i]
1636 register const struct zone *zp; local
    [all...]
  /onnv/onnv-gate/usr/src/cmd/whodo/
whodo.c 516 struct uproc *zp; local
535 for (zp = up->p_child->p_sibling; zp; zp = zp->p_sibling) {
536 showproc(zp);
587 struct uproc *zp; local
610 for (zp = up->p_child->p_sibling; zp; zp = zp->p_sibling
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/fs/tmpfs/
tmp_vfsops.c 543 struct zone *zp; local
553 zp = curproc->p_zone;
555 zp = tm->tm_vfsp->vfs_zone;
557 if (zp == NULL)
560 eff_zid = zp->zone_id;
591 zp->zone_max_swap_ctl != UINT64_MAX) {
599 mutex_enter(&zp->zone_mem_lock);
600 cap = zp->zone_max_swap_ctl;
601 used = zp->zone_max_swap;
602 mutex_exit(&zp->zone_mem_lock)
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/vm/
vm_swap.c 458 struct zone *zp = curproc->p_zone; local
493 if (!global && zp->zone_max_swap_ctl != UINT64_MAX) {
553 mutex_enter(&zp->zone_mem_lock);
554 cap = zp->zone_max_swap_ctl;
555 used = zp->zone_max_swap;
556 mutex_exit(&zp->zone_mem_lock);
604 if (zp->zone_max_swap_ctl != UINT64_MAX) {
607 mutex_enter(&zp->zone_mem_lock);
608 cap = zp->zone_max_swap_ctl;
609 used = zp->zone_max_swap
793 struct zone *zp = curproc->p_zone; local
    [all...]
  /onnv/onnv-gate/usr/src/cmd/mail/
sendmail.c 42 char *tp, *zp; local
92 zp = tzname[bp->tm_isdst];
93 sprintf(datestring, "%.16s %.3s %.5s", tp, zp, tp+20);
99 tp, tp+8, tp+4, tp+20, tp+11, zp);

Completed in 420 milliseconds

1 2