Home
last modified time | relevance | path

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

/external/libcap/libcap/
Dcap_text.c114 unsigned cap_blks; in cap_from_text() local
127 cap_blks = _LINUX_CAPABILITY_U32S_1; in cap_from_text()
130 cap_blks = _LINUX_CAPABILITY_U32S_2; in cap_from_text()
133 cap_blks = _LINUX_CAPABILITY_U32S_3; in cap_from_text()
165 forceall(list, ~0, cap_blks); in cap_from_text()
181 forceall(list, ~0, cap_blks); in cap_from_text()
220 clrbits(res, list, CAP_EFFECTIVE, cap_blks); in cap_from_text()
221 clrbits(res, list, CAP_PERMITTED, cap_blks); in cap_from_text()
222 clrbits(res, list, CAP_INHERITABLE, cap_blks); in cap_from_text()
228 setbits(res, list, CAP_EFFECTIVE, cap_blks); in cap_from_text()
[all …]