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

  /src/crypto/external/apache2/openssl/dist/external/perl/Text-Template-1.56/t/
preprocess.t 23 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;
exported.t 13 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/crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.56/t/
preprocess.t 23 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;
exported.t 13 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/tmpfs/
tmpfs_vfsops.c 333 tmpfs_fid_t tfh; local
339 memcpy(&tfh, fhp, sizeof(tmpfs_fid_t));
344 if (node->tn_id == tfh.tf_id) {
368 if (TMPFS_NODE_GEN(node) != tfh.tf_gen) {
380 tmpfs_fid_t tfh; local
390 memset(&tfh, 0, sizeof(tfh));
391 tfh.tf_len = sizeof(tmpfs_fid_t);
392 tfh.tf_gen = TMPFS_NODE_GEN(node);
393 tfh.tf_id = node->tn_id
    [all...]
  /src/external/mpl/dhcp/dist/omapip/
trace.c 133 tracefile_header_t tfh; local
161 tfh.magic = htonl (TRACEFILE_MAGIC);
162 tfh.version = htonl (TRACEFILE_VERSION);
163 tfh.hlen = htonl (sizeof (tracefile_header_t));
164 tfh.phlen = htonl (sizeof (tracepacket_t));
166 status = write (traceoutfile, &tfh, sizeof tfh);
170 } else if (status != sizeof tfh) {
172 file, line, status, (long)(sizeof tfh));
  /src/sys/fs/nfs/server/
nfs_nfsdserv.c 1457 struct nfsrvfh tfh; local
1499 tfh.nfsrvfh_len = 0;
1500 error = nfsrv_mtofh(nd, &tfh);
1511 if (tfh.nfsrvfh_len == NFSX_MYFH &&
1512 !NFSBCMP(tfh.nfsrvfh_data, &fh, NFSX_MYFH)) {
1522 nfsd_fhtovp(nd, &tfh, LK_EXCLUSIVE, &tdp, &tnes, NULL,
nfs_nfsdstate.c 4816 fhandle_t tfh; local
4885 NFSBCOPY((caddr_t)&stp->ls_lfp->lf_fh, (caddr_t)&tfh,
4886 sizeof (tfh));
4897 &tstateid, 0, &tfh, NULL, NULL, p);

Completed in 25 milliseconds