Searched refs:capability_set_to_string_alloc (Results 1 – 6 of 6) sorted by relevance
/systemd-251/src/basic/ |
D | cap-list.h | 10 int capability_set_to_string_alloc(uint64_t set, char **s);
|
D | cap-list.c | 60 int capability_set_to_string_alloc(uint64_t set, char **s) { in capability_set_to_string_alloc() function
|
/systemd-251/src/test/ |
D | test-cap-list.c | 61 assert_se(capability_set_to_string_alloc(c, &t1) == 0); in test_capability_set_one()
|
/systemd-251/src/shared/ |
D | bus-print-properties.c | 148 r = capability_set_to_string_alloc(u, &s); in bus_print_property()
|
/systemd-251/src/core/ |
D | execute.c | 6013 r = capability_set_to_string_alloc(c->capability_bounding_set, &str); in exec_context_dump() 6021 r = capability_set_to_string_alloc(c->capability_ambient_set, &str); in exec_context_dump()
|
D | dbus-execute.c | 1654 …T_TO_STRING_ALLOC(capability, "t", uint64_t, uint64_t, "%" PRIu64, capability_set_to_string_alloc);
|