Searched refs:avc_init (Results 1 - 4 of 4) sorted by relevance

/external/libselinux/include/selinux/
H A Davc.h115 /* These structures are passed by reference to avc_init(). Passing
173 * avc_init - Initialize the AVC.
187 int avc_init(const char *msgprefix,
198 * This function is identical to avc_init(), except the message prefix
231 * User must call avc_init() if further use of AVC is desired.
406 * activity since the last call to avc_init() or
/external/ipsec-tools/src/racoon/
H A Dsecurity.c196 if (avc_init("racoon", NULL, NULL, NULL, NULL) == 0)
/external/libselinux/src/
H A Davc.c116 return avc_init("avc", NULL, NULL, NULL, NULL);
119 int avc_init(const char *prefix, function
/external/dbus/bus/
H A Dselinux.c85 /* AVC callback structures for use in avc_init. */
112 * This is used in avc_init. Logs to both standard
338 if (avc_init ("avc", &mem_cb, &log_cb, &thread_cb, &lock_cb) < 0)

Completed in 73 milliseconds