Searched defs:smbshareopts (Results 1 - 2 of 2) sorted by relevance
/illumos-gate/usr/src/lib/libshare/common/ |
H A D | libshare_zfs.c | 753 char smbshareopts[ZFS_MAXPROPLEN]; local 820 if (zfs_prop_get(zlist[i], ZFS_PROP_SHARESMB, smbshareopts, 821 sizeof (smbshareopts), &source, smbsourcestr, 823 strcmp(smbshareopts, "off") != 0) { 869 0, smbshareopts, 901 ZPROP_SRC_INHERITED, smbshareopts,
|
/illumos-gate/usr/src/cmd/zfs/ |
H A D | zfs_main.c | 5783 char smbshareopts[ZFS_MAXPROPLEN]; local 5827 verify(zfs_prop_get(zhp, ZFS_PROP_SHARESMB, smbshareopts, 5828 sizeof (smbshareopts), NULL, NULL, 0, B_FALSE) == 0); 5831 strcmp(smbshareopts, "off") == 0) { 5923 strcmp(smbshareopts, "off") == 0) || 5924 (shared_smb && strcmp(smbshareopts, "on") == 0 &&
|
Completed in 79 milliseconds