Home
last modified time | relevance | path

Searched refs:tfs (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/usr.bin/hexdump/
H A Dhexdump.c66 FS *tfs; in main() local
82 for (blocksize = 0, tfs = fshead; tfs; tfs = tfs->nextfs) { in main()
83 tfs->bcnt = size(tfs); in main()
84 if (blocksize < tfs->bcnt) in main()
85 blocksize = tfs->bcnt; in main()
88 for (tfs = fshead; tfs; tfs = tfs->nextfs) in main()
89 rewrite(tfs); in main()
H A Dparse.c97 FS *tfs; in add() local
102 tfs = ecalloc(1, sizeof(FS)); in add()
104 fshead = tfs; in add()
106 *nextfs = tfs; in add()
107 nextfs = &tfs->nextfs; in add()
108 nextfu = &tfs->nextfu; in add()
/netbsd-src/sys/ufs/lfs/
H A Dlfs_bio.c532 struct lfs *tfs; in lfs_flush() local
564 tfs = VFSTOULFS(mp)->um_lfs; in lfs_flush()
566 lfs_flush_fs(tfs, flags); in lfs_flush()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dstatementsem.d3665 override void visit(TryFinallyStatement tfs) in package()
3668 tfs.tryBody = sc.tryBody; // chain on in-flight tryBody in package()
3669 tfs._body = tfs._body.semanticScope(sc, null, null, tfs); in package()
3672 sc.tf = tfs; in package()
3675 tfs.finalbody = tfs.finalbody.semanticNoScope(sc); in package()
3678 if (!tfs._body) in package()
3680 result = tfs.finalbody; in package()
3683 if (!tfs.finalbody) in package()
3685 result = tfs._body; in package()
3689 auto blockexit = tfs._body.blockExit(sc.func, false); in package()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dstatementsem.c3508 void visit(TryFinallyStatement *tfs) in visit() argument
3511 tfs->_body = semantic(tfs->_body, sc); in visit()
3513 sc->tf = tfs; in visit()
3516 tfs->finalbody = semanticNoScope(tfs->finalbody, sc); in visit()
3519 if (!tfs->_body) in visit()
3521 result = tfs->finalbody; in visit()
3525 if (!tfs->finalbody) in visit()
3527 result = tfs->_body; in visit()
3531 int blockexit = blockExit(tfs->_body, sc->func, false); in visit()
3540 result = new CompoundStatement(tfs->loc, tfs->_body, tfs->finalbody); in visit()
[all …]
/netbsd-src/external/bsd/am-utils/dist/
H A Dconfigure.ac1067 AMU_CHECK_FS_MNTENT(tfs)
1134 AMU_CHECK_MOUNT_TYPE(tfs)
1160 AMU_CHECK_MNTTAB_TYPE(tfs)
/netbsd-src/external/bsd/am-utils/dist/doc/
H A Dam-utils.texi2849 FS: autofs, cachefs, cdfs, lofs, nfs, nfs3, pcfs, tfs, tmpfs, udf, ufs.
3651 @section Translucent Filesystem (@samp{tfs})
3653 @cindex tfs, filesystem type
3654 @cindex Filesystem type; tfs
3656 The @dfn{tfs} (@samp{type:=tfs}) filesystem is an older version of the
/netbsd-src/etc/
H A Dservices16130 rdm-tfs 21553/tcp # Raima RDM TFS [Paul_Johnson] …