Lines Matching refs:list
8 * 1. Redistributions of source code must retain the above copyright notice, this list of
11 * 2. Redistributions in binary form must reproduce the above copyright notice, this list
1025 static int GetGroups(int size, int list[])
1040 } else if (list == NULL) {
1055 ret = LOS_ArchCopyToUser(list, safeList, listSize);
1065 int SysGetGroups(int size, int list[])
1068 return GetGroups(size, list);
1076 } else if (list == NULL) {
1082 ret = LOS_ArchCopyToUser(list, &group, sizeof(int));
1091 int SysSetGroups(int size, const int list[])
1101 if ((size != 0) && (list == NULL)) {
1120 ret = LOS_ArchCopyFromUser(safeList, list, size * sizeof(int));