Home
last modified time | relevance | path

Searched refs:st_fstype (Results 1 – 25 of 32) sorted by relevance

12

/titanic_41/usr/src/uts/common/sys/
H A Dstat.h86 char st_fstype[_ST_FSTYPSZ]; member
103 char st_fstype[_ST_FSTYPSZ]; member
126 char st_fstype[_ST_FSTYPSZ];
147 char st_fstype[_ST_FSTYPSZ];
237 char st_fstype[_ST_FSTYPSZ];
267 char st_fstype[_ST_FSTYPSZ];
298 char st_fstype[_ST_FSTYPSZ];
325 char st_fstype[_ST_FSTYPSZ];
367 char st_fstype[_ST_FSTYPSZ]; member
391 char st_fstype[_ST_FSTYPSZ]; member
H A Dbootstat.h64 char st_fstype[_ST_FSTYPSZ]; member
/titanic_41/usr/src/cmd/truss/
H A Dstat.c103 statb.st_fstype); in show_stat32()
147 statb.st_fstype); in show_stat64_32()
189 statb.st_fstype); in show_stat64()
/titanic_41/usr/src/lib/libshare/common/
H A Dissubdir.c101 (void) strncpy(child_fstype, st.st_fstype,
142 if (((strcmp(parent_st.st_fstype, "lofs") == 0)) &&
/titanic_41/usr/src/stand/lib/fs/common/
H A Dfsswitch.c190 (void) memcpy(sb->st_fstype, buf.st_fstype, sizeof (sb->st_fstype)); in fstat()
/titanic_41/usr/src/lib/libast/common/features/
H A Dfs219 str st_fstype sys/types.h sys/stat.h note{ stat.st_fstype is a string }end compile{
220 int f(st)struct stat* st;{return st->st_fstype[0];}
223 int st_fstype sys/types.h sys/stat.h note{ stat.st_fstype is an int }end compile{
224 int f(st)struct stat* st;{return st->st_fstype = 1;}
/titanic_41/usr/src/lib/libpkg/common/
H A Disdir.c249 return (isFstypeRemote(statbuf.st_fstype)); in isPathRemote()
274 return (isFstypeRemote(statbuf.st_fstype)); in isFdRemote()
/titanic_41/usr/src/lib/libast/common/string/
H A Dfmtfs.c42 return st->st_fstype; in fmtfs()
/titanic_41/usr/src/uts/common/syscall/
H A Dstat.c248 (void) strcpy(sb.st_fstype, vswp->vsw_name); in cstat()
371 (void) strcpy(sb.st_fstype, vswp->vsw_name); in cstat32()
479 (void) strcpy(lsb.st_fstype, vswp->vsw_name); in cstat64()
598 (void) strcpy(lsb.st_fstype, vswp->vsw_name); in cstat64_32()
/titanic_41/usr/src/lib/libproc/common/
H A Dpr_stat.c60 (void) memcpy(dest->st_fstype, src->st_fstype, in stat64_32_to_n()
61 sizeof (dest->st_fstype)); in stat64_32_to_n()
H A Dproc_arg.c68 strcmp(st.st_fstype, "proc") != 0) { in open_psinfo()
/titanic_41/usr/src/lib/lvm/libsvm/common/
H A Dmetaconf.c182 if (strncmp("devfs", statb_dev.st_fstype, 5) == 0) { in write_xlate_to_mdconf()
/titanic_41/usr/src/lib/libbc/libc/sys/common/
H A D_stat.c59 char st_fstype[ST_FSTYPSZ]; member
/titanic_41/usr/src/cmd/ptools/preap/
H A Dpreap.c68 strcmp(st.st_fstype, "proc") != 0) { in open_usage()
/titanic_41/usr/src/common/fs/
H A Dbootfsops.c297 (void) strcpy(bsp->st_fstype, "bootfs"); in bbootfs_fstat()
/titanic_41/usr/src/cmd/fs.d/nfs/nfsref/
H A Dnfsref.c175 if (err == 0 && strcasecmp(sbuf.st_fstype, "ZFS") != 0) in addref()
/titanic_41/usr/src/lib/libast/amd64/src/lib/libast/FEATURE/
H A Dfs141 #define _str_st_fstype 1 /* stat.st_fstype is a string */
/titanic_41/usr/src/lib/libast/sparcv9/src/lib/libast/FEATURE/
H A Dfs141 #define _str_st_fstype 1 /* stat.st_fstype is a string */
/titanic_41/usr/src/lib/libast/sparc/src/lib/libast/FEATURE/
H A Dfs141 #define _str_st_fstype 1 /* stat.st_fstype is a string */
/titanic_41/usr/src/lib/libast/i386/src/lib/libast/FEATURE/
H A Dfs145 #define _str_st_fstype 1 /* stat.st_fstype is a string */
/titanic_41/usr/src/cmd/fs.d/
H A Ddf.c1880 dfrp->dfr_fstype = arg_stat[i].st_fstype; in create_request_list()
2154 if (! is_remote_fs(st.st_fstype) && in do_devnm()
2155 ! EQ(st.st_fstype, MNTTYPE_TMPFS) && in do_devnm()
/titanic_41/usr/src/cmd/pgrep/
H A Dpgrep.c262 if (strcmp(buf.st_fstype, "proc") != 0) { in open_proc_dir()
/titanic_41/usr/src/uts/common/fs/zut/
H A Dzut.c241 sb->st_fstype[0] = 0; in zut_stat64()
/titanic_41/usr/src/lib/brand/solaris10/s10_brand/common/
H A Ds10_brand.c303 if (strcmp(statbuf.st_fstype, MNTTYPE_MNTFS) != 0) in mntfs_ioctl()
584 if (strcmp(statbuf.st_fstype, MNTTYPE_CTFS) != 0) in ctfs_ioctl()
/titanic_41/usr/src/cmd/find/
H A Dfind.c891 statb->st_fstype) == 0) {
1060 val = (strcmp(np->first.cp, statb->st_fstype) == 0);

12