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

  /netvirt/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...]
tmxfmt.c 106 Tm_zone_t* zp; local
325 if ((zp = tm_info.zone) != tm_info.local)
326 for (; zp >= tm_data.zone; zp--)
327 if (p = zp->type)
329 else if (p = zp->type)
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...]
tmxdate.c 147 Tm_zone_t* zp; local
1055 if (!(state & ZONE) && (zp = tmzone(s, &t, type, &dst)))
1058 zone = zp->west + dst;
1059 tm_info.date = zp;
1063 if (!type && (zp = tmtype(s, &t)))
1066 type = zp->type;
tmxscan.c 177 Tm_zone_t* zp; local
364 if (zp = tmtype(s, &u))
367 u = zp->type;
374 if ((zp = tmzone(s, &u, u, &m)))
377 set.zone = zp->west + m;
378 tm_info.date = zp;
  /netvirt/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);
  /netvirt/usr/src/uts/common/fs/zfs/
zfs_byteswap.c 138 znode_phys_t *zp = buf; local
142 zp->zp_crtime[0] = BSWAP_64(zp->zp_crtime[0]);
143 zp->zp_crtime[1] = BSWAP_64(zp->zp_crtime[1]);
144 zp->zp_atime[0] = BSWAP_64(zp->zp_atime[0]);
145 zp->zp_atime[1] = BSWAP_64(zp->zp_atime[1]);
146 zp->zp_mtime[0] = BSWAP_64(zp->zp_mtime[0])
    [all...]
zfs_rlock.c 36 * rl = zfs_range_lock(zp, off, len, lock_type);
103 zfs_range_lock_writer(znode_t *zp, rl_t *new)
105 avl_tree_t *tree = &zp->z_range_avl;
124 if (zp->z_vnode) { /* caller is ZPL */
130 new->r_off = zp->z_phys->zp_size;
137 end_size = MAX(zp->z_phys->zp_size, new->r_off + len);
138 if (end_size > zp->z_blksz && (!ISP2(zp->z_blksz) ||
139 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_dir.c 362 znode_t *zp; local
382 error = zfs_zget(zfsvfs, dzp->z_phys->zp_parent, &zp);
384 *vpp = ZTOV(zp);
395 error = zfs_dirent_lock(&dl, dzp, name, &zp, zf, deflg, rpnp);
397 *vpp = ZTOV(zp);
440 zfs_unlinked_add(znode_t *zp, dmu_tx_t *tx)
442 zfsvfs_t *zfsvfs = zp->z_zfsvfs;
446 ASSERT(zp->z_unlinked);
447 ASSERT3U(zp->z_phys->zp_links, ==, 0);
450 zfs_unlinked_hexname(obj_name, zp->z_id), 8, 1, &zp->z_id, tx)
464 znode_t *zp; local
    [all...]
zfs_replay.c 561 znode_t *dzp, *zp; local
571 if ((error = zfs_zget(zfsvfs, lr->lr_link_obj, &zp)) != 0) {
579 error = VOP_LINK(ZTOV(dzp), ZTOV(zp), name, kcred, NULL, vflg);
581 VN_RELE(ZTOV(zp));
623 znode_t *zp; local
630 if ((error = zfs_zget(zfsvfs, lr->lr_foid, &zp)) != 0) {
641 error = vn_rdwr(UIO_WRITE, ZTOV(zp), data, lr->lr_length,
644 VN_RELE(ZTOV(zp));
652 znode_t *zp; local
659 if ((error = zfs_zget(zfsvfs, lr->lr_foid, &zp)) != 0)
687 znode_t *zp; local
749 znode_t *zp; local
799 znode_t *zp; local
    [all...]
zap.c 80 zap_phys_t *zp; local
91 zp = zap->zap_f.zap_phys;
97 zp->zap_block_type = ZBT_HEADER;
98 zp->zap_magic = ZAP_MAGIC;
100 zp->zap_ptrtbl.zt_shift = ZAP_EMBEDDED_PTRTBL_SHIFT(zap);
102 zp->zap_freeblk = 2; /* block 1 will be the first leaf */
103 zp->zap_num_leafs = 1;
104 zp->zap_num_entries = 0;
105 zp->zap_salt = zap->zap_salt;
106 zp->zap_normflags = zap->zap_normflags
    [all...]
zap_micro.c 496 mzap_phys_t *zp; local
509 zp = db->db_data;
510 zp->mz_block_type = ZBT_MICRO;
511 zp->mz_salt = ((uintptr_t)db ^ (uintptr_t)tx ^ (obj << 1)) | 1ULL;
512 zp->mz_normflags = normflags;
zfs_vfsops.c 635 znode_t *zp = NULL; local
697 if (error = zfs_init_fs(zfsvfs, &zp, cr))
701 VN_RELE(ZTOV(zp));
859 znode_t *zp = NULL; local
908 if (error = zfs_zget(zfsvfs, zfsvfs->z_root, &zp))
911 vp = ZTOV(zp);
1149 znode_t *zp; local
1193 for (zp = list_head(&zfsvfs->z_all_znodes); zp != NULL;
1194 zp = list_next(&zfsvfs->z_all_znodes, zp)
1326 znode_t *zp; local
1442 znode_t *zp; local
    [all...]
zfs_znode.c 91 znode_t *zp = buf; local
93 zp->z_vnode = vn_alloc(KM_SLEEP);
94 zp->z_vnode->v_data = (caddr_t)zp;
95 mutex_init(&zp->z_lock, NULL, MUTEX_DEFAULT, NULL);
96 rw_init(&zp->z_map_lock, NULL, RW_DEFAULT, NULL);
97 rw_init(&zp->z_parent_lock, NULL, RW_DEFAULT, NULL);
98 rw_init(&zp->z_name_lock, NULL, RW_DEFAULT, NULL);
99 mutex_init(&zp->z_acl_lock, NULL, MUTEX_DEFAULT, NULL);
101 mutex_init(&zp->z_range_lock, NULL, MUTEX_DEFAULT, NULL)
114 znode_t *zp = buf; local
473 znode_t *zp; local
760 znode_t *zp; local
1214 znode_t *zp; local
1322 znode_phys_t *zp; local
    [all...]
zfs_vnops.c 92 * must be checked with ZFS_VERIFY_ZP(zp). Both of these macros
98 * can be freed, so the zp may point to freed memory. Second, the last
171 znode_t *zp = VTOZ(*vpp); local
173 if ((flag & FWRITE) && (zp->z_phys->zp_flags & ZFS_APPENDONLY) &&
178 if (!zfs_has_ctldir(zp) && zp->z_zfsvfs->z_vscan &&
179 ZTOV(zp)->v_type == VREG &&
180 !(zp->z_phys->zp_flags & ZFS_AV_QUARANTINED) &&
181 zp->z_phys->zp_size > 0)
187 atomic_inc_32(&zp->z_sync_cnt)
197 znode_t *zp = VTOZ(vp); local
225 znode_t *zp = VTOZ(vp); local
269 znode_t *zp; local
318 znode_t *zp = VTOZ(vp); local
376 znode_t *zp = VTOZ(vp); local
430 znode_t *zp = VTOZ(vp); local
598 znode_t *zp = VTOZ(vp); local
854 znode_t *zp; local
952 znode_t *zp = VTOZ(vp); local
1114 znode_t *zp, *dzp = VTOZ(dvp); local
1360 znode_t *zp, *dzp = VTOZ(dvp); local
1556 znode_t *zp, *dzp = VTOZ(dvp); local
1717 znode_t *zp; local
1847 znode_t *zp = VTOZ(vp); local
2088 znode_t *zp = VTOZ(vp); local
2131 znode_t *zp = VTOZ(vp); local
2325 znode_t *zp = VTOZ(vp); local
2750 znode_t *zp = tdzp; local
3131 znode_t *zp, *dzp = VTOZ(dvp); local
3279 znode_t *zp = VTOZ(vp); local
3480 znode_t *zp = VTOZ(vp); local
3598 znode_t *zp = VTOZ(vp); local
3660 znode_t *zp = VTOZ(vp); local
3741 znode_t *zp = VTOZ(vp); local
3772 znode_t *zp = VTOZ(vp); local
3893 znode_t *zp = VTOZ(vp); local
4027 znode_t *zp = VTOZ(vp); local
4172 znode_t *zp = VTOZ(vp); local
4212 znode_t *zp = VTOZ(vp); local
4265 znode_t *zp, *xzp; local
4326 znode_t *zp = VTOZ(vp); local
4344 znode_t *zp = VTOZ(vp); local
    [all...]
  /netvirt/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);
  /netvirt/usr/src/uts/common/inet/ipf/
ip_htable.c 649 iphtable_t *iph, zp, *nextiph; local
679 bzero((char *)&zp, sizeof(zp));
680 nextiph = &zp;
ip_pool.c 766 ip_pool_t *ipo, zp, *nextipo; local
796 bzero((char *)&zp, sizeof(zp));
797 nextipo = &zp;
  /netvirt/usr/src/cmd/w/
w.c 566 struct uproc *zp; local
601 for (zp = up->p_child->p_sibling; zp; zp = zp->p_sibling)
602 calctotals(zp);
  /netvirt/usr/src/cmd/whodo/
whodo.c 519 struct uproc *zp; local
538 for (zp = up->p_child->p_sibling; zp; zp = zp->p_sibling) {
539 showproc(zp);
590 struct uproc *zp; local
613 for (zp = up->p_child->p_sibling; zp; zp = zp->p_sibling
    [all...]
  /netvirt/usr/src/cmd/zdb/
zdb.c 855 znode_phys_t *zp = data; local
873 z_crtime = (time_t)zp->zp_crtime[0];
874 z_atime = (time_t)zp->zp_atime[0];
875 z_mtime = (time_t)zp->zp_mtime[0];
876 z_ctime = (time_t)zp->zp_ctime[0];
883 (void) printf("\tgen %llu\n", (u_longlong_t)zp->zp_gen);
884 (void) printf("\tmode %llo\n", (u_longlong_t)zp->zp_mode);
885 (void) printf("\tsize %llu\n", (u_longlong_t)zp->zp_size);
886 (void) printf("\tparent %llu\n", (u_longlong_t)zp->zp_parent);
887 (void) printf("\tlinks %llu\n", (u_longlong_t)zp->zp_links)
    [all...]
  /netvirt/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...]
  /netvirt/usr/src/uts/sun4u/starfire/io/
idn.c 4332 idn_synczone_t *zp; local
    [all...]
idn_proto.c 4509 idn_synczone_t *zp; local
4546 idn_synczone_t *zp = NULL; local
4645 idn_synczone_t *zp; local
4756 idn_synczone_t *zp; local
    [all...]

Completed in 477 milliseconds