Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/dfs.cmds/dfshares/
H A Ddfshares.c62 static char *getfs(FILE *);
133 while ((fsname = getfs(dfp)) != NULL) { in main()
178 } else if ((fsname = getfs(dfp)) != NULL) /* use 1st line in dfstypes */ in main()
204 while ((s = getfs(f)) != NULL) /* while there's still hope ... */ in invalid()
220 getfs(FILE *fp) in getfs() function
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dufs_fs.h737 #define getfs(vfsp) \ macro
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_vfsops.c494 fsp = getfs(vfsp); in ufs_mountroot()
569 fsp = getfs(vfsp); in ufs_mountroot()