Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/reservation/
H A Dreservation_017_pos.ksh73 typeset vsize=$(get_prop available $TESTPOOL)
80 ((blknum = vsize / volblocksize))
85 ((vsize = randomblknum * volblocksize))
86 log_must zfs set volsize=$vsize $regvol
87 log_must zfs set volsize=$vsize $sparsevol
88 vsize=$(volsize_to_reservation $regvol $vsize)
91 ((sparsereserv == vsize)) && \
93 "reservation (expected $vsize, got $sparsereserv)."
94 ((regreserv != vsize)) && \
96 "in reservation (expected $vsize, got $regreserv)."
/freebsd/sbin/hastd/
H A Dnv.c259 vsize = 0; in nv_validate()
264 vsize = 1; in nv_validate()
269 vsize = 2; in nv_validate()
274 vsize = 4; in nv_validate()
279 vsize = 8; in nv_validate()
291 vsize = 2; in nv_validate()
296 vsize = 4; in nv_validate()
301 vsize = 8; in nv_validate()
802 vsize = roundup2(vsize, 8) - vsize; in nv_add()
805 PJDLOG_ASSERT(vsize > 0 && vsize <= sizeof(align)); in nv_add()
[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.c109 uint32_t vsize; in parse_config() local
132 vsize = dsize = 0; in parse_config()
375 if (n > vsize) { in parse_config()
380 vsize = n; in parse_config()
394 if (x != 0 && (n + x) > vsize) { in parse_config()
399 vsize = n + x; in parse_config()
/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.c1865 size_t vsize, size; in get_proc_vector32() local
1876 if (vsize > ARG_MAX) in get_proc_vector32()
1883 if (vsize > ARG_MAX) in get_proc_vector32()
1902 vsize = i + 1; in get_proc_vector32()
1916 *vsizep = vsize; in get_proc_vector32()
1923 *vsizep = vsize; in get_proc_vector32()
1938 size_t vsize, size; in get_proc_vector() local
1952 if (vsize > ARG_MAX) in get_proc_vector()
1999 vsize = i + 1; in get_proc_vector()
2012 *vsizep = vsize; in get_proc_vector()
[all …]
/freebsd/share/examples/scsi_target/
H A Dscsi_cmds.c416 uint32_t vsize; in tcmd_rd_cap() local
422 vsize = 0xffffffff; in tcmd_rd_cap()
424 vsize = (uint32_t)(volume_size - 1); in tcmd_rd_cap()
428 atio->init_id, vsize, sector_size); in tcmd_rd_cap()
432 scsi_ulto4b(vsize, srp->addr); in tcmd_rd_cap()
/freebsd/bin/ps/
H A Dextern.h89 char *vsize(KINFO *, VARENT *);
H A Dkeyword.c224 {"vsz", "VSZ", NULL, "virtual-size", 0, vsize, 0, CHAR, NULL, 0},
H A Dprint.c494 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);
3261 auto int vsize; local
3301 &vp, &vsize);
3346 auto int vsize; local
3411 auto int vsize; local
3659 auto int vsize; local
3755 vsize = strlen(p);
3798 auto int vsize; local
6509 auto int vsize; local
[all …]
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dzfs_sa.c226 zfs_sa_set_xattr(znode_t *zp, const char *name, const void *value, size_t vsize) in zfs_sa_set_xattr() argument
277 value, vsize); in zfs_sa_set_xattr()
/freebsd/contrib/netbsd-tests/bin/ps/
H A Dkeywords120 vsize vsz ALIAS
/freebsd/stand/libsa/
H A Dbootp.c322 int vsize = n - offsetof(struct bootp, bp_vend); in bootprecv() local
323 if (vend_rfc1048(bp->bp_vend, vsize) != 0) in bootprecv()
/freebsd/sys/dev/fb/
H A Dsplash_pcx.c167 uint16_t vsize; member
/freebsd/contrib/file/magic/Magdir/
H A Dvirtual183 >>8 ubequad =0xB2115DBED83BF4B8 \b, id vsize