Searched refs:sh_res (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/uts/common/sharefs/
H A Dshare.h44 char *sh_res; member in struct:share
55 caddr32_t sh_res; member in struct:share32
/illumos-gate/usr/src/cmd/fs.d/nfs/lib/
H A Dsharetab.c87 sh->sh_res = (char *)strtok_r(NULL, w, &lasts);
88 if (sh->sh_res == NULL)
119 if (sh->sh_res) {
120 nsh->sh_res = strdup(sh->sh_res);
121 if (nsh->sh_res == NULL)
151 if (sh->sh_res != NULL)
152 free(sh->sh_res);
/illumos-gate/usr/src/cmd/rexd/
H A Dsharetab.c87 sh->sh_res = strtok(NULL, w);
88 if (sh->sh_res == NULL)
116 nsh->sh_res = strdup(sh->sh_res);
117 if (nsh->sh_res == NULL)
142 if (sh->sh_res != NULL)
143 free(sh->sh_res);
/illumos-gate/usr/src/lib/libc/port/sys/
H A Dsharefs.c59 j = (sh->sh_res ? strlen(sh->sh_res) : 0);
/illumos-gate/usr/src/lib/libfsmgt/common/
H A Dfs_shares.c308 newp->resource = strdup(sharetab_entry->sh_res);
/illumos-gate/usr/src/lib/libshare/common/
H A Dlibsharecore.c1401 newp->resource = strdup(sharetab_entry->sh_res);
2018 sh->sh_res = buff;
2024 sh->sh_res = strdup("-");
2069 if (sh->sh_res != NULL)
2070 free(sh->sh_res);
2071 sh->sh_res = NULL;
H A Dlibshare_zfs.c1332 j = (sh->sh_res ? strlen(sh->sh_res) : 0);
/illumos-gate/usr/src/uts/common/fs/sharefs/
H A Dsharefs_vnops.c116 sh->sh_res,
H A Dsharetab.c242 strlen(sh->sh_res) + strlen(sh->sh_fstype) +

Completed in 55 milliseconds