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

/opensolaris-onvv-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...]
/opensolaris-onvv-gate/usr/src/lib/libshare/common/
H A Dlibsharecore.c1373 struct share *sharetab_entry; local
1378 while (getshare(fp, &sharetab_entry) > 0) {
1398 newp->path = strdup(sharetab_entry->sh_path);
1399 newp->resource = strdup(sharetab_entry->sh_res);
1400 newp->fstype = strdup(sharetab_entry->sh_fstype);
1401 newp->options = strdup(sharetab_entry->sh_opts);
1402 newp->description = strdup(sharetab_entry->sh_descr);

Completed in 102 milliseconds