Home
last modified time | relevance | path

Searched refs:vsize (Results 1 – 20 of 20) sorted by relevance

/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/reservation/
H A Dreservation_017_pos.ksh74 typeset vsize=$(get_prop available $TESTPOOL)
81 ((blknum = vsize / volblocksize))
86 ((vsize = randomblknum * volblocksize))
87 log_must zfs set volsize=$vsize $regvol
88 log_must zfs set volsize=$vsize $sparsevol
89 vsize=$(volsize_to_reservation $regvol $vsize)
92 ((sparsereserv == vsize)) && \
94 "reservation (expected $vsize, got $sparsereserv)."
95 ((regreserv != vsize)) && \
97 "in reservation (expected $vsize, got $regreserv)."
/freebsd/sbin/hastd/
H A Dnv.c112 static void nv_add(struct nv *nv, const unsigned char *value, size_t vsize,
114 static void nv_addv(struct nv *nv, const unsigned char *value, size_t vsize,
201 size_t dsize, size, vsize; in nv_validate() local
255 vsize = 0; in nv_validate()
259 if (vsize == 0) in nv_validate()
260 vsize = 1; in nv_validate()
264 if (vsize == 0) in nv_validate()
265 vsize = 2; in nv_validate()
269 if (vsize == 0) in nv_validate()
270 vsize = 4; in nv_validate()
[all …]
/freebsd/tests/sys/cddl/zfs/tests/reservation/
H A Dreservation_017_pos.ksh69 typeset -l vsize=$(get_prop available $TESTPOOL)
79 (( blknum = vsize / vblksize1 ))
85 (( vsize = $randomblknum * $vblksize1 ))
86 log_must $ZFS set volsize=$vsize $regvol
87 log_must $ZFS set volsize=$vsize $sparsevol
90 reg_shouldreserv=$(zvol_volsize_to_reservation $vsize $vblksize1 1)
92 (( $sparsereserv == $vsize )) && \
/freebsd/lib/libfigpar/
H A Dfigpar.c108 uint32_t vsize; in parse_config() local
131 vsize = dsize = 0; in parse_config()
368 if (n > vsize) { in parse_config()
373 vsize = n; in parse_config()
387 if (x != 0 && (n + x) > vsize) { in parse_config()
392 vsize = n + x; in parse_config()
/freebsd/tests/sys/geom/class/virstor/
H A Dvirstor_test.sh28 vsize=$((vsizemb * 1024 * 1024))
38 atf_check_equal $vsize $size
43 zsector=$((vsize / ssize - 1))
/freebsd/contrib/sendmail/libsm/
H A Dldap.c926 int vsize; local
1161 vsize = strlen(vals[0]) + 1;
1163 vsize += strlen(attr) + 1;
1165 vsize);
1167 sm_snprintf(*result, vsize,
1174 vsize);
1198 vsize = strlen(*result) +
1201 vsize);
1203 vsize, "%s%c%s",
1231 vsize = 0;
[all …]
/freebsd/sys/dev/drm2/
H A Ddrm_edid.c555 int hsize, int vsize, int fresh, in drm_mode_find_dmt() argument
564 if (vsize != ptr->vdisplay) in drm_mode_find_dmt()
745 int hsize, vsize; in drm_mode_std() local
763 vsize = hsize; in drm_mode_std()
765 vsize = (hsize * 10) / 16; in drm_mode_std()
767 vsize = (hsize * 3) / 4; in drm_mode_std()
769 vsize = (hsize * 4) / 5; in drm_mode_std()
771 vsize = (hsize * 9) / 16; in drm_mode_std()
775 ((hsize == 1360 && vsize == 765) || in drm_mode_std()
776 (hsize == 1368 && vsize == 769))) { in drm_mode_std()
[all …]
H A Ddrm_crtc.h1060 int hsize, int vsize, int fresh,
/freebsd/sys/kern/
H A Dkern_proc.c1869 size_t vsize, size; in get_proc_vector32()
1879 vsize = pss.ps_nargvstr; in get_proc_vector32()
1880 if (vsize > ARG_MAX) in get_proc_vector32()
1882 size = vsize * sizeof(int32_t); in get_proc_vector32()
1886 vsize = pss.ps_nenvstr; in get_proc_vector32()
1887 if (vsize > ARG_MAX) in get_proc_vector32()
1889 size = vsize * sizeof(int32_t); in get_proc_vector32()
1906 vsize = i + 1; in get_proc_vector32()
1907 size = vsize * sizeof(aux); in get_proc_vector32()
1920 *vsizep = vsize; in get_proc_vector32()
1868 size_t vsize, size; get_proc_vector32() local
1941 size_t vsize, size; get_proc_vector() local
2026 size_t done, len, nchr, vsize; get_ps_strings() local
2087 size_t vsize, size; proc_getauxv() local
[all...]
/freebsd/share/examples/scsi_target/
H A Dscsi_cmds.c412 uint32_t vsize; in tcmd_rd_cap() local
418 vsize = 0xffffffff; in tcmd_rd_cap()
420 vsize = (uint32_t)(volume_size - 1); in tcmd_rd_cap()
424 atio->init_id, vsize, sector_size); in tcmd_rd_cap()
428 scsi_ulto4b(vsize, srp->addr); in tcmd_rd_cap()
/freebsd/bin/ps/
H A Dextern.h93 char *vsize(KINFO *, VARENT *);
H A Dkeyword.c230 {"vsz", {NULL}, "VSZ", "virtual-size", 0, vsize, 0, UNSPEC, NULL},
H A Dprint.c491 vsize(KINFO *k, VARENT *ve __unused) in vsize() function
/freebsd/contrib/sendmail/src/
H A Dmap.c1478 size_t vsize; local
1651 vsize = strlen(vp);
1659 result = map_rewrite(map, vp, vsize, av);
3261 auto int vsize; local
3301 &vp, &vsize);
3346 auto int vsize; local
3368 &vp, &vsize);
3377 &vp, &vsize);
3392 result = map_rewrite(map, vp, vsize, av);
3411 auto int vsize; local
[all …]
/freebsd/stand/libsa/
H A Dbootp.c285 int vsize = n - offsetof(struct bootp, bp_vend); in bootprecv() local
286 if (vend_rfc1048(bp->bp_vend, vsize) != 0) in bootprecv()
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dzfs_sa.c227 zfs_sa_set_xattr(znode_t *zp, const char *name, const void *value, size_t vsize) in zfs_sa_set_xattr() argument
278 value, vsize); in zfs_sa_set_xattr()
/freebsd/contrib/netbsd-tests/bin/ps/
H A Dkeywords120 vsize vsz ALIAS
/freebsd/sys/dev/fb/
H A Dsplash_pcx.c167 uint16_t vsize; member
/freebsd/crypto/krb5/src/util/et/
H A Dtexinfo.tex136 \pagewidth=\hsize \pageheight=\vsize
986 \output={\doublecolumnout} \hsize=\doublecolumnhsize \vsize=\doublecolumnvsize}
988 \endgroup \pagegoal=\vsize}
2011 \global\vsize=7.5in
2016 \global\pageheight=\vsize
/freebsd/contrib/file/magic/Magdir/
H A Dvirtual183 >>8 ubequad =0xB2115DBED83BF4B8 \b, id vsize