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

/osnet-11/usr/src/lib/libzfs/common/
H A Dlibzfs_share.c763 if ((ret = zfs_get_share_location(zhp, path, sizeof (path),
965 zfs_get_share_location(zfs_handle_t *zhp, char *sharepoint, function
1928 if (zfs_get_share_location(ds_zhp, NULL, 0,
3326 err = zfs_get_share_location(zhp, path, sizeof (path),
3381 err = zfs_get_share_location(zhp, NULL, 0, name, sizeof (name));
3499 return (zfs_get_share_location(zhp, NULL, 0, namebuf, namesize));
4249 if (zfs_get_share_location(zhp, sharepoint, sizeof (sharepoint),

Completed in 36 milliseconds