OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sepol_iface_t
(Results
1 - 4
of
4
) sorted by null
/external/libsepol/include/sepol/
iface_record.h
9
typedef struct sepol_iface
sepol_iface_t
;
typedef in typeref:struct:sepol_iface
13
extern int sepol_iface_compare(const
sepol_iface_t
* iface,
16
extern int sepol_iface_compare2(const
sepol_iface_t
* iface,
17
const
sepol_iface_t
* iface2);
27
const
sepol_iface_t
* iface,
33
extern const char *sepol_iface_get_name(const
sepol_iface_t
* iface);
36
sepol_iface_t
* iface, const char *name);
39
extern sepol_context_t *sepol_iface_get_ifcon(const
sepol_iface_t
* iface);
42
sepol_iface_t
* iface, sepol_context_t * con);
44
extern sepol_context_t *sepol_iface_get_msgcon(const
sepol_iface_t
* iface)
[
all
...]
interfaces.h
23
sepol_iface_t
** response);
30
const
sepol_iface_t
* data);
40
int (*fn) (const
sepol_iface_t
* iface,
/external/libsepol/src/
iface_record.c
56
const
sepol_iface_t
* iface,
74
int sepol_iface_compare(const
sepol_iface_t
* iface,
81
int sepol_iface_compare2(const
sepol_iface_t
* iface,
82
const
sepol_iface_t
* iface2)
89
int sepol_iface_create(sepol_handle_t * handle,
sepol_iface_t
** iface)
92
sepol_iface_t
*tmp_iface =
93
(
sepol_iface_t
*) malloc(sizeof(
sepol_iface_t
));
112
const char *sepol_iface_get_name(const
sepol_iface_t
* iface)
121
sepol_iface_t
* iface, const char *name
[
all
...]
interfaces.c
14
ocontext_t ** iface, const
sepol_iface_t
* record)
68
ocontext_t * iface,
sepol_iface_t
** record)
76
sepol_iface_t
*tmp_record = NULL;
136
const sepol_iface_key_t * key,
sepol_iface_t
** response)
168
const
sepol_iface_t
* data)
239
int (*fn) (const
sepol_iface_t
* iface,
245
sepol_iface_t
*iface = NULL;
Completed in 216 milliseconds