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

/freebsd-10-stable/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs_changelist.c79 zfs_prop_t cl_shareprop; /* used with sharenfs/sharesmb */
94 * with different options without interrupting service. We do handle 'sharesmb'
206 boolean_t sharesmb; local
228 * or sharenfs or sharesmb property is set.
234 sharesmb = ((zfs_prop_get(cn->cn_handle, ZFS_PROP_SHARESMB,
242 ((sharenfs || sharesmb || clp->cl_waslegacy) &&
261 if (sharesmb && mounted)
324 * Given a gathered changelist for the 'sharenfs' or 'sharesmb' property,
430 * If we are "watching" sharenfs or sharesmb
/freebsd-10-stable/cddl/contrib/opensolaris/cmd/zfs/
H A Dzfs_main.c6400 char sharesmb[ZFS_MAXPROPLEN]; local
6598 sharesmb, sizeof (sharesmb), NULL, NULL,
6602 strcmp(sharesmb, "off") == 0) {

Completed in 120 milliseconds