/external/selinux/libselinux/man/man3/ |
avc_av_stats.3 | 1 .so man3/avc_cache_stats.3
|
avc_sid_stats.3 | 1 .so man3/avc_cache_stats.3
|
avc_cache_stats.3 | 4 .TH "avc_cache_stats" "3" "27 May 2004" "" "SELinux API documentation" 6 avc_cache_stats, avc_av_stats, avc_sid_stats \- obtain userspace SELinux AVC statistics 17 .BI "void avc_cache_stats(struct avc_cache_stats *" stats ");" 27 .BR avc_cache_stats () 33 struct avc_cache_stats { 85 .BR avc_cache_stats ()
|
/external/selinux/libselinux/utils/ |
avcstat.c | 29 struct avc_cache_stats { struct 97 struct avc_cache_stats tot, rel, last; 182 struct avc_cache_stats tmp;
|
/external/libselinux/include/selinux/ |
avc.h | 218 * statistics (as returned by avc_cache_stats()) to zero. 388 #define AVC_CACHE_STATS 1 390 struct avc_cache_stats { struct 402 * avc_cache_stats - get cache access statistics. 410 void avc_cache_stats(struct avc_cache_stats *stats);
|
/external/selinux/libselinux/include/selinux/ |
avc.h | 222 * statistics (as returned by avc_cache_stats()) to zero. 392 #define AVC_CACHE_STATS 1 394 struct avc_cache_stats { struct 406 * avc_cache_stats - get cache access statistics. 414 void avc_cache_stats(struct avc_cache_stats *stats);
|
/external/libselinux/src/ |
avc_internal.h | 134 #ifdef AVC_CACHE_STATS
|
avc.c | 59 static struct avc_cache_stats cache_stats; 209 void avc_cache_stats(struct avc_cache_stats *p) function
|
/external/selinux/libselinux/src/ |
avc_internal.h | 134 #ifdef AVC_CACHE_STATS
|
avc.c | 59 static struct avc_cache_stats cache_stats; 249 void avc_cache_stats(struct avc_cache_stats *p) function
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/selinux/ |
__init__.py | 324 AVC_CACHE_STATS = _selinux.AVC_CACHE_STATS 325 class avc_cache_stats(_object): class in inherits:_object 327 __setattr__ = lambda self, name, value: _swig_setattr(self, avc_cache_stats, name, value) 329 __getattr__ = lambda self, name: _swig_getattr(self, avc_cache_stats, name) 362 avc_cache_stats_swigregister(avc_cache_stats) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/selinux/ |
__init__.py | 324 AVC_CACHE_STATS = _selinux.AVC_CACHE_STATS 325 class avc_cache_stats(_object): class in inherits:_object 327 __setattr__ = lambda self, name, value: _swig_setattr(self, avc_cache_stats, name, value) 329 __getattr__ = lambda self, name: _swig_getattr(self, avc_cache_stats, name) 362 avc_cache_stats_swigregister(avc_cache_stats) [all...] |