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

/illumos-gate/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 ... */
168 * getfs(fp) - get the next file system name from fp
176 getfs(fp) function
/illumos-gate/usr/src/cmd/dfs.cmds/dfshares/
H A Ddfshares.c64 static char *getfs(FILE *);
134 while (fsname = getfs(dfp)) {
179 } else if (fsname = getfs(dfp)) /* use 1st line in dfstypes */
205 while (s = getfs(f)) /* while there's still hope ... */
213 * getfs(fp) - get the next file system name from fp
221 getfs(FILE *fp) function
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dufs_fs.h739 #define getfs(vfsp) \ macro
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_vfsops.c491 fsp = getfs(vfsp);
566 fsp = getfs(vfsp);

Completed in 60 milliseconds