/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/reservation/ |
H A D | reservation_017_pos.ksh | 73 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/tests/sys/cddl/zfs/tests/reservation/ |
H A D | reservation_017_pos.ksh | 69 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 D | figpar.c | 108 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 D | virstor_test.sh | 28 vsize=$((vsizemb * 1024 * 1024)) 38 atf_check_equal $vsize $size 43 zsector=$((vsize / ssize - 1))
|
/freebsd/contrib/sendmail/libsm/ |
H A D | ldap.c | 926 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 D | drm_edid.c | 555 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 D | drm_crtc.h | 1060 int hsize, int vsize, int fresh,
|
/freebsd/sys/kern/ |
H A D | kern_proc.c | 1863 size_t vsize, size; in get_proc_vector32() local 1873 vsize = pss.ps_nargvstr; in get_proc_vector32() 1874 if (vsize > ARG_MAX) in get_proc_vector32() 1876 size = vsize * sizeof(int32_t); in get_proc_vector32() 1880 vsize = pss.ps_nenvstr; in get_proc_vector32() 1881 if (vsize > ARG_MAX) in get_proc_vector32() 1883 size = vsize * sizeof(int32_t); in get_proc_vector32() 1900 vsize = i + 1; in get_proc_vector32() 1901 size = vsize * sizeof(aux); in get_proc_vector32() 1914 *vsizep = vsize; in get_proc_vector32() [all …]
|
/freebsd/share/examples/scsi_target/ |
H A D | scsi_cmds.c | 412 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 D | extern.h | 89 char *vsize(KINFO *, VARENT *);
|
H A D | keyword.c | 223 {"vsz", "VSZ", NULL, "virtual-size", 0, vsize, 0, CHAR, NULL, 0},
|
H A D | print.c | 491 vsize(KINFO *k, VARENT *ve __unused) in vsize() function
|
/freebsd/contrib/sendmail/src/ |
H A D | map.c | 1478 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/sys/contrib/openzfs/module/zfs/ |
H A D | zfs_sa.c | 226 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 D | keywords | 120 vsize vsz ALIAS
|
/freebsd/stand/libsa/ |
H A D | bootp.c | 322 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 D | splash_pcx.c | 167 uint16_t vsize; member
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | virtual | 183 >>8 ubequad =0xB2115DBED83BF4B8 \b, id vsize
|