Home
last modified time | relevance | path

Searched refs:cap_last_cap (Results 1 – 8 of 8) sorted by relevance

/systemd-251/src/basic/
Dcapability-util.c34 unsigned cap_last_cap(void) { in cap_last_cap() function
90 for (unsigned i = 0; i <= cap_last_cap(); i++) { in capability_update_inherited_set()
108 for (unsigned i = 0; i <= cap_last_cap(); i++) { in capability_ambient_set_apply()
140 for (unsigned i = 0; i <= cap_last_cap(); i++) { in capability_ambient_set_apply()
215 for (unsigned i = 0; i <= cap_last_cap(); i++) { in capability_bounding_set_drop()
412 for (unsigned i = 0; i <= cap_last_cap(); i++) { in capability_quintet_mangle()
449 for (unsigned i = 0; i <= cap_last_cap(); i++) { in capability_quintet_enforce()
491 for (unsigned i = 0; i <= cap_last_cap(); i++) { in capability_quintet_enforce()
Dcapability-util.h15 unsigned cap_last_cap(void);
38 return UINT64_MAX >> (63 - cap_last_cap()); in all_capabilities()
Dcap-list.c66 for (unsigned i = 0; i <= cap_last_cap(); i++) in capability_set_to_string_alloc()
/systemd-251/src/test/
Dtest-capability.c48 assert_se(val == cap_last_cap()); in test_last_cap_file()
66 assert_se(p == cap_last_cap()); in test_last_cap_probe()
Dtest-cap-list.c123 if (cap_last_cap() < 63) in TEST()
/systemd-251/src/analyze/
Danalyze-capability.c21 last_cap = MAX((unsigned) CAP_LAST_CAP, cap_last_cap()); in verb_capabilities()
/systemd-251/src/libsystemd/sd-bus/
Dbus-creds.c659 unsigned lc = cap_last_cap(); in has_cap()
718 max = DIV_ROUND_UP(cap_last_cap()+1, 32U); in parse_caps()
1261 n->capability = memdup(c->capability, DIV_ROUND_UP(cap_last_cap()+1, 32U) * 4 * 4); in bus_creds_extend_by_pid()
Dbus-dump.c302 last_cap = cap_last_cap(); in dump_capabilities()