Home
last modified time | relevance | path

Searched refs:ret_description (Results 1 – 2 of 2) sorted by relevance

/systemd-251/src/analyze/
Danalyze-security.c127 char **ret_description);
200 char **ret_description) { in assess_bool() argument
206 assert(ret_description); in assess_bool()
209 *ret_description = NULL; in assess_bool()
219 char **ret_description) { in assess_user() argument
225 assert(ret_description); in assess_user()
238 *ret_description = NULL; in assess_user()
246 *ret_description = TAKE_PTR(d); in assess_user()
256 char **ret_description) { in assess_protect_home() argument
264 assert(ret_description); in assess_protect_home()
[all …]
/systemd-251/src/machine/
Dmachined-varlink.c217 static int group_lookup_gid(Manager *m, gid_t gid, char **ret_name, char **ret_description) { in group_lookup_gid() argument
226 assert(ret_description); in group_lookup_gid()
249 *ret_description = TAKE_PTR(d); in group_lookup_gid()
254 static int group_lookup_name(Manager *m, const char *name, gid_t *ret_gid, char **ret_description) { in group_lookup_name() argument
263 assert(ret_description); in group_lookup_name()
300 *ret_description = TAKE_PTR(desc); in group_lookup_name()