Home
last modified time | relevance | path

Searched refs:sh_opts (Results 1 – 12 of 12) sorted by relevance

/titanic_41/usr/src/cmd/fs.d/nfs/lib/
H A Dsharetab.c93 sh->sh_opts = (char *)strtok_r(NULL, w, &lasts); in getshare()
94 if (sh->sh_opts == NULL) in getshare()
129 if (sh->sh_opts) { in sharedup()
130 nsh->sh_opts = strdup(sh->sh_opts); in sharedup()
131 if (nsh->sh_opts == NULL) in sharedup()
155 if (sh->sh_opts != NULL) in sharefree()
156 free(sh->sh_opts); in sharefree()
/titanic_41/usr/src/cmd/rexd/
H A Dsharetab.c93 sh->sh_opts = strtok(NULL, w); in getshare()
94 if (sh->sh_opts == NULL) in getshare()
122 nsh->sh_opts = strdup(sh->sh_opts); in sharedup()
123 if (nsh->sh_opts == NULL) in sharedup()
146 if (sh->sh_opts != NULL) in sharefree()
147 free(sh->sh_opts); in sharefree()
/titanic_41/usr/src/uts/common/sharefs/
H A Dshare.h46 char *sh_opts; member
57 caddr32_t sh_opts; member
/titanic_41/usr/src/lib/libc/port/sys/
H A Dsharefs.c67 j = (sh->sh_opts ? strlen(sh->sh_opts) : 0); in _sharefs()
/titanic_41/usr/src/cmd/fs.d/nfs/mountd/
H A Dexportlist.c112 opts = strdup(sh->sh_opts); in export()
131 opts = strdup(sh->sh_opts); in export()
H A Dnfs_cmd.c186 name = charmap_search(&nb, sh->sh_opts); in nfscmd_charmap_lookup()
H A Dmountd.c865 if ((val = getshareopt(sh->sh_opts, SHOPT_NOSUB)) != NULL) { in checkrootmount()
938 if (newopts(sh->sh_opts)) in mount_enoent_error()
1314 if (newopts(sh->sh_opts)) in mount()
2012 opts = strdup(sh->sh_opts); in getclientsflavors_old()
2079 opts = strdup(sh->sh_opts); in getclientsflavors_new()
2154 if (newopts(sh->sh_opts)) in check_client()
2297 opts = strdup(sh->sh_opts); in check_client_old()
2656 opts = strdup(sh->sh_opts); in check_client_new()
/titanic_41/usr/src/lib/libshare/common/
H A Dlibsharecore.c1402 newp->options = strdup(sharetab_entry->sh_opts); in get_share_list()
2039 sh->sh_opts = strdup(value); in sa_fillshare()
2041 sh->sh_opts = strdup(defprop); in sa_fillshare()
2044 sh->sh_opts = strdup(defprop); in sa_fillshare()
2074 if (sh->sh_opts != NULL) in sa_emptyshare()
2075 free(sh->sh_opts); in sa_emptyshare()
2076 sh->sh_opts = NULL; in sa_emptyshare()
H A Dlibshare_zfs.c1340 j = (sh->sh_opts ? strlen(sh->sh_opts) : 0); in sa_share_zfs()
/titanic_41/usr/src/lib/libfsmgt/common/
H A Dfs_shares.c328 newp->options = strdup(sharetab_entry->sh_opts); in create_sharelist_entry()
/titanic_41/usr/src/uts/common/fs/sharefs/
H A Dsharefs_vnops.c118 sh->sh_opts, in sharefs_snap_create()
H A Dsharetab.c243 strlen(sh->sh_opts) + strlen(sh->sh_descr); in sharefs_add()