Home
last modified time | relevance | path

Searched refs:getshare (Results 1 – 8 of 8) sorted by relevance

/titanic_44/usr/src/cmd/rexd/
H A Dsharetab.h58 int getshare();
H A Dsharetab.c61 getshare(FILE *fd, share_t **shp) in getshare() function
H A Dwhere.c224 while (getshare(mfp, &exp) > 0)
/titanic_44/usr/src/cmd/fs.d/nfs/lib/
H A Dsharetab.h74 int getshare(FILE *, share_t **);
H A Dsharetab.c60 getshare(FILE *fd, share_t **shp) in getshare() function
/titanic_44/usr/src/lib/libfsmgt/common/
H A Dfs_shares.c97 while (getshare(fp, &sharetab_entry) > 0) { in fs_get_share_list()
/titanic_44/usr/src/lib/libshare/common/
H A Dlibsharecore.c1379 while (getshare(fp, &sharetab_entry) > 0) { in get_share_list()
/titanic_44/usr/src/cmd/fs.d/nfs/mountd/
H A Dmountd.c3034 while ((res = getshare(f, &sh)) > 0) { in check_sharetab()