Home
last modified time | relevance | path

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

/external/libcap/libcap/
Dcap_text.c141 unsigned cap_blks; in cap_from_text() local
154 cap_blks = _LINUX_CAPABILITY_U32S_1; in cap_from_text()
157 cap_blks = _LINUX_CAPABILITY_U32S_2; in cap_from_text()
160 cap_blks = _LINUX_CAPABILITY_U32S_3; in cap_from_text()
192 forceall(list, ~0, cap_blks); in cap_from_text()
208 forceall(list, ~0, cap_blks); in cap_from_text()
247 clrbits(res, list, CAP_EFFECTIVE, cap_blks); in cap_from_text()
248 clrbits(res, list, CAP_PERMITTED, cap_blks); in cap_from_text()
249 clrbits(res, list, CAP_INHERITABLE, cap_blks); in cap_from_text()
255 setbits(res, list, CAP_EFFECTIVE, cap_blks); in cap_from_text()
[all …]