Lines Matching defs:share
39 #include <sharefs/share.h>
246 * some valid SMB share names contain characters illegal in SMF. This
420 sa_legacy_share_write(libshare_handle_t *shdl, nvlist_t *share,
429 if ((sh_name = sa_share_get_name(share)) == NULL) {
435 if (nvlist_pack(share, &bufp, &buflen, NV_ENCODE_XDR, 0) != 0) {
449 "error writing share '%s': %s",
465 const char *sh_name, nvlist_t **share)
506 *share = shareval;
566 nvlist_t **share)
605 nvlistsize, share, 0) != 0)
614 mntpnt = sa_share_get_mntpnt(*share);
620 nvlist_free(*share);
622 *share = NULL;