Home
last modified time | relevance | path

Searched refs:tfh (Results 1 – 4 of 4) sorted by relevance

/src/crypto/openssl/external/perl/Text-Template-1.56/t/
H A Dpreprocess.t23 open my $tfh, '>', $TMPFILE or die "Couldn't open test file: $!; aborting";
24 print $tfh $t;
25 close $tfh;
35 open $tfh, '<', $TMPFILE or die "Couldn't open test file: $!; aborting";
36 $tmpl = Text::Template::Preprocess->new(TYPE => 'FILEHANDLE', SOURCE => $tfh) or die;
H A Dexported.t13 my $tfh = File::Temp->new;
24 my $TEMPFILE = $tfh->filename;
26 print $tfh 'The value of $n is {$n}.', "\n";
27 close $tfh or die "Couldn't write test file: $!; aborting";
/src/sys/fs/nfsserver/
H A Dnfs_nfsdserv.c1764 struct nfsrvfh tfh; in nfsrvd_rename() local
1808 tfh.nfsrvfh_len = 0; in nfsrvd_rename()
1809 error = nfsrv_mtofh(nd, &tfh); in nfsrvd_rename()
1820 if (!NFSBCMP(tfh.nfsrvfh_data, &fh, NFSX_MYFH)) { in nfsrvd_rename()
1830 nfsd_fhtovp(nd, &tfh, LK_EXCLUSIVE, &tdp, &tnes, NULL, in nfsrvd_rename()
H A Dnfs_nfsdstate.c5288 fhandle_t tfh; in nfsrv_delegconflict() local
5362 NFSBCOPY((caddr_t)&stp->ls_lfp->lf_fh, (caddr_t)&tfh, in nfsrv_delegconflict()
5363 sizeof (tfh)); in nfsrv_delegconflict()
5374 &tstateid, 0, &tfh, NULL, NULL, 0, p); in nfsrv_delegconflict()