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

/osnet-11/usr/src/lib/libzfs/common/
H A Dlibzfs_share.c2412 char shareopts[ZFS_MAXPROPLEN]; local
2425 if (zfs_prop_get(zhp, prop, shareopts, sizeof (shareopts), NULL,
2429 *propvalp = zfs_strdup(zhp->zfs_hdl, shareopts);
3556 char shareopts[ZFS_MAXPROPLEN]; local
3564 shareopts, sizeof (shareopts), NULL, NULL, 0) == 0) &&
3565 (strcmp(shareopts, "") != 0) &&
3566 (strcmp(shareopts, "off") != 0));
3573 shareopts, sizeo
[all...]

Completed in 1658 milliseconds