Searched refs:CAP_LAST_CAP (Results 1 – 6 of 6) sorted by relevance
28 #ifdef CAP_LAST_CAP29 # if CAP_LAST_CAP > SYSTEMD_CAP_LAST_CAP34 # undef CAP_LAST_CAP37 #ifndef CAP_LAST_CAP38 # define CAP_LAST_CAP SYSTEMD_CAP_LAST_CAP macro
8 grep -v CAP_LAST_CAP
61 assert_cc(CAP_LAST_CAP < 64);
63 p = MIN((unsigned long) CAP_LAST_CAP, 63U); in cap_last_cap()
53 unsigned long p = (unsigned long)CAP_LAST_CAP; in test_last_cap_probe()247 assert_cc(CAP_LAST_CAP <= 63); in test_ensure_cap_64bit()
21 last_cap = MAX((unsigned) CAP_LAST_CAP, cap_last_cap()); in verb_capabilities()