HomeSort by: relevance | last modified time | path
    Searched defs:notrunc (Results 1 - 3 of 3) 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/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 41 milliseconds