Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/fs.d/nfs/lib/
H A Dsharetab.c90 sh->sh_fstype = (char *)strtok_r(NULL, w, &lasts); in getshare()
91 if (sh->sh_fstype == NULL) in getshare()
124 if (sh->sh_fstype) { in sharedup()
125 nsh->sh_fstype = strdup(sh->sh_fstype); in sharedup()
126 if (nsh->sh_fstype == NULL) in sharedup()
153 if (sh->sh_fstype != NULL) in sharefree()
154 free(sh->sh_fstype); in sharefree()
/titanic_41/usr/src/cmd/rexd/
H A Dsharetab.c90 sh->sh_fstype = strtok(NULL, w); in getshare()
91 if (sh->sh_fstype == NULL) in getshare()
119 nsh->sh_fstype = strdup(sh->sh_fstype); in sharedup()
120 if (nsh->sh_fstype == NULL) in sharedup()
144 if (sh->sh_fstype != NULL) in sharefree()
145 free(sh->sh_fstype); in sharefree()
/titanic_41/usr/src/uts/common/sharefs/
H A Dshare.h45 char *sh_fstype; member
56 caddr32_t sh_fstype; member
/titanic_41/usr/src/lib/libc/port/sys/
H A Dsharefs.c63 j = (sh->sh_fstype ? strlen(sh->sh_fstype) : 0); in _sharefs()
/titanic_41/usr/src/uts/common/fs/sharefs/
H A Dsharetab.c123 if (strcmp(sh->sh_fstype, sht->s_fstype) == 0) { in sharefs_remove()
211 if (strcmp(sh->sh_fstype, sht->s_fstype) == 0) { in sharefs_add()
222 n = strlen(sh->sh_fstype); in sharefs_add()
224 (void) strncpy(sht->s_fstype, sh->sh_fstype, n); in sharefs_add()
242 strlen(sh->sh_res) + strlen(sh->sh_fstype) + in sharefs_add()
H A Dsharefs_vnops.c117 sh->sh_fstype, in sharefs_snap_create()
/titanic_41/usr/src/lib/libshare/common/
H A Dlibsharecore.c1401 newp->fstype = strdup(sharetab_entry->sh_fstype); in get_share_list()
2035 sh->sh_fstype = strdup(proto); in sa_fillshare()
2071 if (sh->sh_fstype != NULL) in sa_emptyshare()
2072 free(sh->sh_fstype); in sa_emptyshare()
2073 sh->sh_fstype = NULL; in sa_emptyshare()
2161 sh.sh_fstype = proto; in sa_delete_sharetab()
H A Dlibshare_zfs.c1336 j = (sh->sh_fstype ? strlen(sh->sh_fstype) : 0); in sa_share_zfs()
/titanic_41/usr/src/lib/libfsmgt/common/
H A Dfs_shares.c318 newp->fstype = strdup(sharetab_entry->sh_fstype); in create_sharelist_entry()
/titanic_41/usr/src/lib/libshare/nfs/
H A Dlibshare_nfs.c2071 sh.sh_fstype = "nfs"; in nfs_disable_share()
/titanic_41/usr/src/cmd/fs.d/nfs/mountd/
H A Dmountd.c3038 if (strcmp(sh->sh_fstype, "nfs") != 0) in check_sharetab()