Searched refs:notrunc (Results 1 - 15 of 15) sorted by relevance

/freebsd-10.1-release/sys/tools/
H A Dembed_mfs.sh36 dd if=$2 ibs=8192 of=$1 obs=${obs} oseek=1 conv=notrunc 2> /dev/null
/freebsd-10.1-release/sys/tools/fdt/
H A Dembed_dtb.sh44 dd if=$2 ibs=${dtbsize} of=$1 obs=${obs} oseek=1 conv=notrunc 2> /dev/null
/freebsd-10.1-release/release/sparc64/
H A Dmkisoimages.sh56 dd if="${BASEBITSDIR}/boot/boot1" of="${BOOTFSIMG}" bs=512 conv=notrunc,sync
71 dd if=${NAME}.tmp of=${NAME} bs=${CYLSIZE}b conv=notrunc,sync
72 dd if=${BOOTFSIMG} of=${NAME} bs=${CYLSIZE}b seek=${ISOCYLS} conv=notrunc,sync
74 dd if=/dev/zero of=${NAME} bs=${CYLSIZE}b seek=${ENDCYL} count=2 conv=notrunc,sync
/freebsd-10.1-release/sys/boot/powerpc/boot1.chrp/
H A DMakefile33 dd if=boot1.elf of=${.TARGET} seek=${BOOT1_OFFSET} conv=notrunc
35 conv=notrunc
/freebsd-10.1-release/sys/boot/sparc64/boot1/
H A DMakefile23 dd if=boot1.aout of=${.TARGET} bs=512 oseek=1 conv=notrunc
/freebsd-10.1-release/release/powerpc/
H A Dmkisoimages.sh32 dd if=$4/boot/loader of=/tmp/hfs-boot-block seek=$OFFSET conv=notrunc
/freebsd-10.1-release/tools/regression/tmpfs/
H A Dt_sizes83 dd if=/dev/zero of=a bs=1024 conv=notrunc seek=1 count=1 \
/freebsd-10.1-release/contrib/sendmail/makemap/
H A Dmakemap.c81 bool notrunc = false; local
178 notrunc = true;
315 if (!notrunc)
/freebsd-10.1-release/sys/boot/amd64/boot1.efi/
H A DMakefile70 dd if=boot1.efi of=${.TARGET} seek=${BOOT1_OFFSET} conv=notrunc
/freebsd-10.1-release/tools/regression/geom_eli/
H A Dintegrity-data.t50 dd if=/dev/random of=${sector} bs=1 count=8 seek=64 conv=notrunc >/dev/null 2>&1
H A Dintegrity-hmac.t50 dd if=/dev/random of=${sector} bs=1 count=16 conv=notrunc >/dev/null 2>&1
/freebsd-10.1-release/release/picobsd/build/
H A Dpicobsd880 oseek=1 conv=notrunc # 2> /dev/null
938 dd if=${c_boot1} of=${BUILDDIR}/${c_img} conv=notrunc 2>/dev/null
944 dd of=${BUILDDIR}/${c_img} oseek=1 obs=788 conv=notrunc 2>/dev/null
/freebsd-10.1-release/contrib/gcc/
H A Dfold-const.c1532 int_const_binop (enum tree_code code, tree arg1, tree arg2, int notrunc)
1681 if (notrunc)
1715 const_binop (enum tree_code code, tree arg1, tree arg2, int notrunc)
1725 return int_const_binop (code, arg1, arg2, notrunc);
1823 real = const_binop (code, r1, r2, notrunc);
1824 imag = const_binop (code, i1, i2, notrunc);
1829 const_binop (MULT_EXPR, r1, r2, notrunc),
1830 const_binop (MULT_EXPR, i1, i2, notrunc),
1831 notrunc);
1833 const_binop (MULT_EXPR, r1, i2, notrunc),
1521 int_const_binop(enum tree_code code, tree arg1, tree arg2, int notrunc) argument
1704 const_binop(enum tree_code code, tree arg1, tree arg2, int notrunc) argument
[all...]
/freebsd-10.1-release/sys/nfsserver/
H A Dnfs_serv.c3608 register_t linkmax, namemax, chownres, notrunc; local
3634 error = VOP_PATHCONF(vp, _PC_NO_TRUNC, &notrunc);
3648 pc->pc_notrunc = txdr_unsigned(notrunc);
/freebsd-10.1-release/sys/fs/nfsserver/
H A Dnfs_nfsdserv.c2111 register_t linkmax, namemax, chownres, notrunc; local
2127 nd->nd_repstat = nfsvno_pathconf(vp, _PC_NO_TRUNC, &notrunc,
2136 pc->pc_notrunc = txdr_unsigned(notrunc);

Completed in 212 milliseconds