Home
last modified time | relevance | path

Searched refs:sh_descr (Results 1 – 9 of 9) sorted by relevance

/titanic_41/usr/src/cmd/fs.d/nfs/lib/
H A Dsharetab.c96 sh->sh_descr = (char *)strtok_r(NULL, "", &lasts); in getshare()
97 if (sh->sh_descr == NULL) in getshare()
98 sh->sh_descr = ""; in getshare()
134 if (sh->sh_descr) { in sharedup()
135 nsh->sh_descr = strdup(sh->sh_descr); in sharedup()
136 if (nsh->sh_descr == NULL) in sharedup()
157 if (sh->sh_descr != NULL) in sharefree()
158 free(sh->sh_descr); in sharefree()
/titanic_41/usr/src/cmd/rexd/
H A Dsharetab.c96 sh->sh_descr = strtok(NULL, ""); in getshare()
97 if (sh->sh_descr == NULL) in getshare()
98 sh->sh_descr = ""; in getshare()
125 nsh->sh_descr = strdup(sh->sh_descr); in sharedup()
126 if (nsh->sh_descr == NULL) in sharedup()
148 if (sh->sh_descr != NULL) in sharefree()
149 free(sh->sh_descr); in sharefree()
/titanic_41/usr/src/uts/common/sharefs/
H A Dshare.h47 char *sh_descr; member
58 caddr32_t sh_descr; member
/titanic_41/usr/src/lib/libc/port/sys/
H A Dsharefs.c71 j = (sh->sh_descr ? strlen(sh->sh_descr) : 0); in _sharefs()
/titanic_41/usr/src/lib/libshare/common/
H A Dlibsharecore.c1403 newp->description = strdup(sharetab_entry->sh_descr); in get_share_list()
2049 sh->sh_descr = strdup(value); in sa_fillshare()
2052 sh->sh_descr = strdup(""); in sa_fillshare()
2077 if (sh->sh_descr != NULL) in sa_emptyshare()
2078 free(sh->sh_descr); in sa_emptyshare()
2079 sh->sh_descr = NULL; in sa_emptyshare()
H A Dlibshare_zfs.c1344 j = (sh->sh_descr ? strlen(sh->sh_descr) : 0); in sa_share_zfs()
/titanic_41/usr/src/lib/libfsmgt/common/
H A Dfs_shares.c338 newp->description = strdup(sharetab_entry->sh_descr); in create_sharelist_entry()
/titanic_41/usr/src/uts/common/fs/sharefs/
H A Dsharefs_vnops.c119 sh->sh_descr); in sharefs_snap_create()
H A Dsharetab.c243 strlen(sh->sh_opts) + strlen(sh->sh_descr); in sharefs_add()