Home
last modified time | relevance | path

Searched refs:lock_cb (Results 1 – 3 of 3) sorted by relevance

/external/libselinux/src/
Davc_internal.h39 const struct avc_lock_callback *lock_cb) in set_callbacks() argument
54 if (lock_cb) { in set_callbacks()
55 avc_func_alloc_lock = lock_cb->func_alloc_lock; in set_callbacks()
56 avc_func_get_lock = lock_cb->func_get_lock; in set_callbacks()
57 avc_func_release_lock = lock_cb->func_release_lock; in set_callbacks()
58 avc_func_free_lock = lock_cb->func_free_lock; in set_callbacks()
Davc.c123 const struct avc_lock_callback *lock_cb) in avc_init() argument
131 set_callbacks(mem_cb, log_cb, thread_cb, lock_cb); in avc_init()
/external/dbus/bus/
Dselinux.c101 static const struct avc_lock_callback lock_cb = variable
338 if (avc_init ("avc", &mem_cb, &log_cb, &thread_cb, &lock_cb) < 0) in bus_selinux_full_init()