Searched defs:share1p (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libzfs/common/
H A Dlibzfs_share.c1039 * On old pools, share1p and share2p are the NFS and SMB shares, respectively.
1040 * On new pools, only share1p is used and encompasses both protocols.
1045 boolean_t is_auto, nvlist_t **share1p, nvlist_t **share2p)
1108 if (share1p != NULL)
1109 *share1p = nfs_share;
1208 if (ret == 0 && share1p != NULL)
1209 *share1p = new_share;
2186 nvlist_t **share1p, nvlist_t **share2p)
2216 *share1p = share1;
1043 zfs_get_validated_share(zfs_handle_t *zhp, sa_share_props_t *sp, const char *mountpoint, zfs_sharing_whatsnew_t whatsnew, boolean_t is_auto, nvlist_t **share1p, nvlist_t **share2p) argument
2185 zfssa_share_storage_read_oldprop_shares(zfs_handle_t *zhp, const char *mntpnt, nvlist_t **share1p, nvlist_t **share2p) argument

Completed in 27 milliseconds