Home
last modified time | relevance | path

Searched refs:filehandle (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/tools/smatch/src/
H A Dcheck_wine_filehandles.c28 STATE(filehandle);
62 set_state_expr(my_id, expr->left, &filehandle); in match_returns_handle()
72 if (get_state_expr(my_id, expr) == &filehandle) { in match_condition()
/illumos-gate/usr/src/tools/scripts/
H A Dcstyle.pl249 my ($fn, $filehandle) = @_;
275 line: while (<$filehandle>) {
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_srv_attr.c857 na->filehandle.nfs_fh4_val = in rfs4_fattr4_filehandle()
859 return (makefh4(&na->filehandle, sarg->cs->vp, in rfs4_fattr4_filehandle()
862 na->filehandle.nfs_fh4_val = in rfs4_fattr4_filehandle()
864 nfs_fh4_copy(fh, &na->filehandle); in rfs4_fattr4_filehandle()
877 if (rfs4fhcmp(&na->filehandle, &sarg->cs->fh) == 1) in rfs4_fattr4_filehandle()
883 if (na->filehandle.nfs_fh4_val == NULL) in rfs4_fattr4_filehandle()
885 kmem_free(na->filehandle.nfs_fh4_val, in rfs4_fattr4_filehandle()
886 na->filehandle.nfs_fh4_len); in rfs4_fattr4_filehandle()
887 na->filehandle.nfs_fh4_val = NULL; in rfs4_fattr4_filehandle()
888 na->filehandle.nfs_fh4_len = 0; in rfs4_fattr4_filehandle()
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Project/pod/
H A DProject.pod89 B<C<fgetprojent($filehandle)>>
91 This function returns the next project entry from C<$filehandle>, a Perl file
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs4_attr.h345 fattr4_filehandle filehandle; member