Searched refs:sh_fstype (Results 1 - 11 of 11) sorted by relevance

/illumos-gate/usr/src/uts/common/sharefs/
H A Dshare.h45 char *sh_fstype; member in struct:share
56 caddr32_t sh_fstype; member in struct:share32
/illumos-gate/usr/src/cmd/fs.d/nfs/lib/
H A Dsharetab.c90 sh->sh_fstype = (char *)strtok_r(NULL, w, &lasts);
91 if (sh->sh_fstype == NULL)
124 if (sh->sh_fstype) {
125 nsh->sh_fstype = strdup(sh->sh_fstype);
126 if (nsh->sh_fstype == NULL)
153 if (sh->sh_fstype != NULL)
154 free(sh->sh_fstype);
/illumos-gate/usr/src/cmd/rexd/
H A Dsharetab.c90 sh->sh_fstype = strtok(NULL, w);
91 if (sh->sh_fstype == NULL)
119 nsh->sh_fstype = strdup(sh->sh_fstype);
120 if (nsh->sh_fstype == NULL)
144 if (sh->sh_fstype != NULL)
145 free(sh->sh_fstype);
/illumos-gate/usr/src/lib/libc/port/sys/
H A Dsharefs.c63 j = (sh->sh_fstype ? strlen(sh->sh_fstype) : 0);
/illumos-gate/usr/src/uts/common/fs/sharefs/
H A Dsharetab.c123 if (strcmp(sh->sh_fstype, sht->s_fstype) == 0) {
211 if (strcmp(sh->sh_fstype, sht->s_fstype) == 0) {
222 n = strlen(sh->sh_fstype);
224 (void) strncpy(sht->s_fstype, sh->sh_fstype, n);
242 strlen(sh->sh_res) + strlen(sh->sh_fstype) +
H A Dsharefs_vnops.c117 sh->sh_fstype,
/illumos-gate/usr/src/lib/libfsmgt/common/
H A Dfs_shares.c318 newp->fstype = strdup(sharetab_entry->sh_fstype);
/illumos-gate/usr/src/lib/libshare/common/
H A Dlibsharecore.c1402 newp->fstype = strdup(sharetab_entry->sh_fstype);
2036 sh->sh_fstype = strdup(proto);
2072 if (sh->sh_fstype != NULL)
2073 free(sh->sh_fstype);
2074 sh->sh_fstype = NULL;
2162 sh.sh_fstype = proto;
H A Dlibshare_zfs.c1336 j = (sh->sh_fstype ? strlen(sh->sh_fstype) : 0);
/illumos-gate/usr/src/lib/libshare/nfs/
H A Dlibshare_nfs.c2070 sh.sh_fstype = "nfs";
/illumos-gate/usr/src/cmd/fs.d/nfs/mountd/
H A Dmountd.c3056 if (strcmp(sh->sh_fstype, "nfs") != 0)

Completed in 65 milliseconds