Lines Matching defs:group
1446 sa_group_t group, subgroup;
1460 for (group = sa_get_group(handle, NULL);
1461 group != NULL; group = sa_get_next_group(group)) {
1462 gstate = sa_get_group_attr(group, "state");
1471 smb_shr_sa_loadgrp(group);
1473 for (subgroup = sa_get_sub_group(group);
1485 * Load the shares contained in the specified group.
1488 * The top level ZFS group won't have the smb protocol enabled
1492 * up on the current group. A typical error might be that the
1496 smb_shr_sa_loadgrp(sa_group_t group)
1502 if (sa_get_optionset(group, SMB_PROTOCOL_NAME) == NULL)
1505 for (share = sa_get_share(group, NULL);