Home
last modified time | relevance | path

Searched refs:getfs (Results 1 – 4 of 4) sorted by relevance

/titanic_50/usr/src/cmd/dfs.cmds/dfshares/
H A Ddfshares.c64 static char *getfs(FILE *);
134 while (fsname = getfs(dfp)) { in main()
179 } else if (fsname = getfs(dfp)) /* use 1st line in dfstypes */ in main()
205 while (s = getfs(f)) /* while there's still hope ... */ in invalid()
221 getfs(FILE *fp) in getfs() function
/titanic_50/usr/src/cmd/dfs.cmds/general/
H A Dgeneral.c56 static char *getfs();
119 } else if (fsname = getfs(dfp)) { /* use 1st line in dfstypes */
160 while (s = getfs(f)) /* while there's still hope ... */
176 getfs(fp) in getfs() function
/titanic_50/usr/src/uts/common/sys/fs/
H A Dufs_fs.h739 #define getfs(vfsp) \ macro
/titanic_50/usr/src/uts/common/fs/ufs/
H A Dufs_vfsops.c493 fsp = getfs(vfsp); in ufs_mountroot()
568 fsp = getfs(vfsp); in ufs_mountroot()