Searched refs:isids (Results 1 - 2 of 2) sorted by relevance

/linux-master/security/selinux/ss/
H A Dsidtab.c42 s->isids[i].set = 0;
87 isid = &s->isids[sid - 1];
238 return s->isids[sid - 1].set ? &s->isids[sid - 1].entry : NULL;
546 if (s->isids[i].set)
547 sidtab_destroy_entry(&s->isids[i].entry);
556 * with the isids array and context tree, and so don't need
H A Dsidtab.h101 struct sidtab_isid_entry isids[SECINITSID_NUM]; member in struct:sidtab

Completed in 126 milliseconds