Searched defs:filetype (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_nfs.c47 static char *filetype(int);
576 fltype, filetype(fltype));
607 filetype(n) function
H A Dsnoop_nfs3.c56 static char *filetype(int);
232 fh, filetype(how), name);
438 filetype(h));
903 fltype, filetype(fltype));
966 filetype(n) function
/illumos-gate/usr/src/cmd/csh/
H A Dsh.file.c253 filetype(tchar *dir, tchar *file, int nosym) function
259 tprintf("TRACE- filetype()\n");
314 (tchar) filetype(dir, items[i], 0));
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_subr.c1658 int filetype, cred_t *cr,
1679 switch (filetype) {
1799 int filetype = RML_ORDINARY; local
1835 filetype = RML_NAMED_ATTR;
1840 filetype = RML_ATTRDIR;
1843 if (filetype == RML_ORDINARY && rootvp->v_type == VREG) {
1849 remap_lookup(rp->r_svnode.sv_name, rootvp, filetype, cred_otw,
1657 remap_lookup(nfs4_fname_t *fname, vnode_t *rootvp, int filetype, cred_t *cr, nfs_fh4 *fhp, nfs4_ga_res_t *garp, nfs_fh4 *pfhp, nfs4_ga_res_t *pgarp, nfs4_error_t *ep) argument
/illumos-gate/usr/src/cmd/tar/
H A Dtar.c456 attr_data_t *attrinfo, int filetype, int lev, int symlink_lev);
462 char *prefix, int filetype);
484 const int filetype, const struct stat *, const dev_t, const char *);
507 char *prefix, char type, int filetype);
520 char *longattrname, char *prefix, int filetype, char typeflag);
522 char *longattrname, char *prefix, int filetype, char typeflag);
524 char *prefix, int typeflag, int filetype, struct linkbuf *lp);
1820 int filetype, int lev, int symlink_lev)
1859 if (filetype == XATTR_FILE) {
1871 (filetype
1819 putfile(char *longname, char *shortname, char *parent, attr_data_t *attrinfo, int filetype, int lev, int symlink_lev) argument
2588 splitfile(char *longname, int ifd, char *name, char *prefix, int filetype) argument
6369 build_dblock( const char *name, const char *linkname, const char typeflag, const int filetype, const struct stat *sp, const dev_t device, const char *prefix) argument
7205 chk_path_build( char *name, char *longname, char *linkname, char *prefix, char type, int filetype) argument
8019 put_link(char *name, char *longname, char *component, char *longattrname, char *prefix, int filetype, char type) argument
8104 put_extra_attributes(char *longname, char *shortname, char *longattrname, char *prefix, int filetype, char typeflag) argument
8165 put_xattr_hdr(char *longname, char *shortname, char *longattrname, char *prefix, int typeflag, int filetype, struct linkbuf *lp) argument
[all...]

Completed in 77 milliseconds