Searched refs:sharetab_entry (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libfsmgt/common/
H A Dfs_shares.c53 fs_sharelist_t *create_sharelist_entry(struct share *sharetab_entry,
94 struct share *sharetab_entry; local
97 while (getshare(fp, &sharetab_entry) > 0) {
99 newp = create_sharelist_entry(sharetab_entry, errp);
118 } /* while (getshare(fp, &sharetab_entry) != 0) */
282 create_sharelist_entry(struct share *sharetab_entry, int *errp) argument
298 newp->path = strdup(sharetab_entry->sh_path);
308 newp->resource = strdup(sharetab_entry->sh_res);
318 newp->fstype = strdup(sharetab_entry->sh_fstype);
328 newp->options = strdup(sharetab_entry
[all...]
/illumos-gate/usr/src/lib/libshare/common/
H A Dlibsharecore.c1375 struct share *sharetab_entry; local
1380 while (getshare(fp, &sharetab_entry) > 0) {
1400 newp->path = strdup(sharetab_entry->sh_path);
1401 newp->resource = strdup(sharetab_entry->sh_res);
1402 newp->fstype = strdup(sharetab_entry->sh_fstype);
1403 newp->options = strdup(sharetab_entry->sh_opts);
1404 newp->description = strdup(sharetab_entry->sh_descr);

Completed in 62 milliseconds