OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sid_s
(Results
1 - 2
of
2
) sorted by null
/external/libselinux/src/
avc_sidtab.h
13
struct security_id
sid_s
;
member in struct:sidtab_node
avc_sidtab.c
69
newnode->
sid_s
.ctx = newctx;
70
newnode->
sid_s
.refcnt = 1; /* unused */
89
while (cur != NULL && strcmp(cur->
sid_s
.ctx, ctx))
99
*sid = &cur->
sid_s
;
145
freecon(temp->
sid_s
.ctx);
Completed in 240 milliseconds