Home | History | Annotate | Download | only in src

Lines Matching refs:class_perms_map

3390 		scope_index->class_perms_map = NULL;
3393 if ((scope_index->class_perms_map =
3395 sizeof(*scope_index->class_perms_map))) == NULL) {
3399 if (ebitmap_read(scope_index->class_perms_map + i, fp) == -1) {