Home
last modified time | relevance | path

Searched refs:fh1 (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Project/t/
H A DProject.t741 my $fh1;
746 open($fh1, "/usr/bin/getent project |") || fatal($!);
748 @lines = <$fh1>;
750 close($fh1);
753 open($fh1, "</tmp/projent.$$") || fatal($!);
754 $pf1 = read_pfile($fh1);
755 close($fh1);
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_subr.c179 nfs4cmpfhandle(nfs4_fhandle_t *fh1, nfs4_fhandle_t *fh2) in nfs4cmpfhandle() argument
181 if (fh1->fh_len == fh2->fh_len) in nfs4cmpfhandle()
182 return (bcmp(fh1->fh_buf, fh2->fh_buf, fh1->fh_len)); in nfs4cmpfhandle()
/illumos-gate/usr/src/cmd/fs.d/nfs/nfslog/
H A Dfhtab.c86 static int fh_compare(fhandle_t *fh1, fhandle_t *fh2);
528 fh_compare(fhandle_t *fh1, fhandle_t *fh2) in fh_compare() argument
530 if (memcmp(fh1, fh2, NFS_FHSIZE)) in fh_compare()