Lines Matching refs:groupProps
75 static void printGroupProps(stmfGroupProperties *groupProps);
1657 stmfGroupProperties *groupProps; in listHostGroupFunc() local
1729 &(groupList->name[j]), &groupProps); in listHostGroupFunc()
1733 printGroupProps(groupProps); in listHostGroupFunc()
1757 printGroupProps(stmfGroupProperties *groupProps) in printGroupProps() argument
1760 wchar_t memberIdent[sizeof (groupProps->name[0].ident) + 1] = {0}; in printGroupProps()
1763 for (i = 0; i < groupProps->cnt; i++) { in printGroupProps()
1764 (void) mbstowcs(memberIdent, (char *)groupProps->name[i].ident, in printGroupProps()
1765 sizeof (groupProps->name[0].ident)); in printGroupProps()
1788 stmfGroupProperties *groupProps; in listTargetGroupFunc() local
1860 &(groupList->name[j]), &groupProps); in listTargetGroupFunc()
1864 printGroupProps(groupProps); in listTargetGroupFunc()