HomeSort by: relevance | last modified time | path
    Searched refs:notrunc (Results 1 - 9 of 9) sorted by relevancy

  /src/tests/usr.bin/rump_server/
t_disk.sh 67 test_case notrunc -d key=/img,hostpath=the.img,size=8k,offset=16k
72 notrunc() function
124 atf_add_test_case notrunc
  /src/tests/sbin/fsck_ffs/
t_check_quotas.sh 48 count=8 "seek=${blkno}" conv=notrunc
t_enable_quotas.sh 67 count=1 "seek=${blkno}" conv=notrunc
  /src/sys/arch/evbppc/compile/
walnut-mkimg.sh 75 dd if=${input}.hdr.$$ of=${output} conv=notrunc
  /src/distrib/common/
buildfloppies.sh 209 dd if=$image of=$image conv=notrunc conv=sync bs=${floppysize}b count=1
  /src/tests/fs/tmpfs/
t_sizes.sh 115 dd if=/dev/zero of=a bs=1024 conv=notrunc seek=1 count=1
  /src/tests/sbin/gpt/
t_gpt.sh 75 silence dd conv=notrunc msgfmt=quiet if=/dev/zero of="$disk" "$@"
  /src/sys/nfs/
nfs_serv.c 3471 register_t linkmax, namemax, chownres, notrunc; local in function:nfsrv_pathconf
3493 error = VOP_PATHCONF(vp, _PC_NO_TRUNC, &notrunc);
3504 pc->pc_notrunc = txdr_unsigned(notrunc);
  /src/sys/fs/nfs/server/
nfs_nfsdserv.c 2134 register_t linkmax, namemax, chownres, notrunc; local in function:nfsrvd_pathconf
2150 nd->nd_repstat = nfsvno_pathconf(vp, _PC_NO_TRUNC, &notrunc,
2159 pc->pc_notrunc = txdr_unsigned(notrunc);

Completed in 20 milliseconds