Searched refs:_UNUSED_PARAMETER_ (Results 1 – 4 of 4) sorted by relevance
11 static inline int getcon (security_context_t *con _UNUSED_PARAMETER_) in getcon() argument13 static inline void freecon (security_context_t con _UNUSED_PARAMETER_) {} in freecon() argument16 static inline int getfscreatecon (security_context_t *con _UNUSED_PARAMETER_) in getfscreatecon() argument18 static inline int setfscreatecon (security_context_t con _UNUSED_PARAMETER_) in setfscreatecon() argument20 static inline int matchpathcon (char const *s _UNUSED_PARAMETER_, in matchpathcon() argument21 mode_t m _UNUSED_PARAMETER_, in matchpathcon() argument22 security_context_t *con _UNUSED_PARAMETER_) in matchpathcon() argument24 static inline int getfilecon (char const *s _UNUSED_PARAMETER_, in getfilecon() argument25 security_context_t *con _UNUSED_PARAMETER_) in getfilecon() argument27 static inline int lgetfilecon (char const *s _UNUSED_PARAMETER_, in lgetfilecon() argument[all …]
7 static inline context_t context_new (char const *s _UNUSED_PARAMETER_) in context_new() argument9 static inline char *context_str (context_t con _UNUSED_PARAMETER_) in context_str() argument11 static inline void context_free (context_t c _UNUSED_PARAMETER_) {} in context_free() argument13 static inline int context_user_set (context_t sc _UNUSED_PARAMETER_, in context_user_set() argument14 char const *s _UNUSED_PARAMETER_) in context_user_set() argument16 static inline int context_role_set (context_t sc _UNUSED_PARAMETER_, in context_role_set() argument17 char const *s _UNUSED_PARAMETER_) in context_role_set() argument19 static inline int context_range_set (context_t sc _UNUSED_PARAMETER_, in context_range_set() argument20 char const *s _UNUSED_PARAMETER_) in context_range_set() argument22 static inline int context_type_set (context_t sc _UNUSED_PARAMETER_, in context_type_set() argument[all …]
30 # define _UNUSED_PARAMETER_ __attribute__ ((__unused__))32 # define _UNUSED_PARAMETER_
804 # define _UNUSED_PARAMETER_ __attribute__ ((__unused__))806 # define _UNUSED_PARAMETER_