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

/illumos-gate/usr/src/lib/libstmf/common/
H A Dstore.c1680 * groupList - pointer to pointer to stmfGroupList structure. On success,
1688 iPsGetGroupList(char *pgName, stmfGroupList **groupList) argument
1701 assert(groupList != NULL);
1770 *groupList = (stmfGroupList *)calloc(1, sizeof (stmfGroupList) +
1773 if (*groupList == NULL) {
1812 bcopy(buf, (*groupList)->name[i++], strlen(buf));
1813 (*groupList)->cnt++;
1817 free(*groupList);
3224 * groupList - pointer to pointer to stmfGroupList. Contains the list
3232 psGetHostGroupList(stmfGroupList **groupList) argument
3387 psGetTargetGroupList(stmfGroupList **groupList) argument
[all...]
H A Dstmf.c3487 groupListIoctl(stmfGroupList **groupList, int groupType) argument
3499 if (groupList == NULL) {
3595 *groupList = (stmfGroupList *)calloc(1, sizeof (stmfGroupList) +
3597 if (*groupList == NULL) {
3601 (*groupList)->cnt = stmfIoctl.stmf_obuf_nentries;
3603 bcopy(iGroupList[i].name, (*groupList)->name[i],
3766 iLoadGroupFromPs(stmfGroupList **groupList, int type) argument
3770 if (groupList == NULL) {
3775 ret = psGetHostGroupList(groupList);
3777 ret = psGetTargetGroupList(groupList);
4908 loadHostGroups(int fd, stmfGroupList *groupList) argument
4945 loadTargetGroups(int fd, stmfGroupList *groupList) argument
4989 stmfGroupList *groupList = NULL; local
[all...]
/illumos-gate/usr/src/cmd/stmfadm/
H A Dstmfadm.c1656 stmfGroupList *groupList; local
1682 stmfRet = stmfGetHostGroupList(&groupList);
1710 for (found = B_FALSE, j = 0; j < groupList->cnt; j++) {
1712 (char *)groupList->name[j],
1729 &(groupList->name[j]), &groupProps);
1787 stmfGroupList *groupList; local
1813 stmfRet = stmfGetTargetGroupList(&groupList);
1841 for (found = B_FALSE, j = 0; j < groupList->cnt; j++) {
1843 (char *)groupList->name[j],
1860 &(groupList
[all...]

Completed in 61 milliseconds