Lines Matching refs:con
19 extern void freecon(security_context_t con);
22 extern void freeconary(security_context_t * con);
28 extern int getcon(security_context_t * con);
38 extern int setcon(const security_context_t con);
42 extern int getpidcon(pid_t pid, security_context_t * con);
46 extern int getprevcon(security_context_t * con);
51 extern int getexeccon(security_context_t * con);
55 extern int setexeccon(const security_context_t con);
60 extern int getfscreatecon(security_context_t * con);
69 extern int getkeycreatecon(security_context_t * con);
78 extern int getsockcreatecon(security_context_t * con);
88 extern int getfilecon(const char *path, security_context_t * con);
89 extern int lgetfilecon(const char *path, security_context_t * con);
90 extern int fgetfilecon(int fd, security_context_t * con);
93 extern int setfilecon(const char *path, security_context_t con);
94 extern int lsetfilecon(const char *path, security_context_t con);
95 extern int fsetfilecon(int fd, security_context_t con);
101 extern int getpeercon(int fd, security_context_t * con);
194 security_context_t ** con);
202 security_context_t * con);
214 extern int security_check_context(const security_context_t con);
217 extern int security_canonicalize_context(const security_context_t con,