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

/illumos-gate/usr/src/cmd/stmfadm/
H A Dstmfadm.c75 static void printGroupProps(stmfGroupProperties *groupProps);
1657 stmfGroupProperties *groupProps; local
1729 &(groupList->name[j]), &groupProps);
1733 printGroupProps(groupProps);
1757 printGroupProps(stmfGroupProperties *groupProps) argument
1760 wchar_t memberIdent[sizeof (groupProps->name[0].ident) + 1] = {0};
1763 for (i = 0; i < groupProps->cnt; i++) {
1764 (void) mbstowcs(memberIdent, (char *)groupProps->name[i].ident,
1765 sizeof (groupProps->name[0].ident));
1788 stmfGroupProperties *groupProps; local
[all...]
/illumos-gate/usr/src/lib/libstmf/common/
H A Dstmf.c3616 * groupProps - allocated on success
3621 groupMemberListIoctl(stmfGroupName *groupName, stmfGroupProperties **groupProps, argument
3741 *groupProps = (stmfGroupProperties *)calloc(1,
3744 if (*groupProps == NULL) {
3748 (*groupProps)->cnt = stmfIoctl.stmf_obuf_nentries;
3750 (*groupProps)->name[i].identLength =
3752 bcopy(iGroupMembers[i].ident, (*groupProps)->name[i].ident,
4912 stmfGroupProperties *groupProps = NULL; local
4920 &groupProps, HOST_GROUP);
4921 for (j = 0; j < groupProps
4949 stmfGroupProperties *groupProps = NULL; local
[all...]

Completed in 56 milliseconds