Searched refs:cap_t (Results 1 - 10 of 10) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dcapability.h290 #define cap_t(x) (x).cap macro
295 #define cap_t(x) (x) macro
305 #define cap_raise(c, flag) (cap_t(c) |= CAP_TO_MASK(flag))
306 #define cap_lower(c, flag) (cap_t(c) &= ~CAP_TO_MASK(flag))
307 #define cap_raised(c, flag) (cap_t(c) & CAP_TO_MASK(flag))
312 cap_t(dest) = cap_t(a) | cap_t(b);
319 cap_t(dest) = cap_t(
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dcapability.h290 #define cap_t(x) (x).cap macro
295 #define cap_t(x) (x) macro
305 #define cap_raise(c, flag) (cap_t(c) |= CAP_TO_MASK(flag))
306 #define cap_lower(c, flag) (cap_t(c) &= ~CAP_TO_MASK(flag))
307 #define cap_raised(c, flag) (cap_t(c) & CAP_TO_MASK(flag))
312 cap_t(dest) = cap_t(a) | cap_t(b);
319 cap_t(dest) = cap_t(
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/mm/
H A Doom_kill.c92 if (cap_t(p->cap_effective) & CAP_TO_MASK(CAP_SYS_ADMIN) ||
102 if (cap_t(p->cap_effective) & CAP_TO_MASK(CAP_SYS_RAWIO))
153 if (cap_t(p->cap_effective) & CAP_TO_MASK(CAP_SYS_RAWIO)) {
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/nfsd/
H A Dauth.c54 cap_t(current->cap_effective) &= ~CAP_NFSD_MASK;
56 cap_t(current->cap_effective) |= (CAP_NFSD_MASK &
/asus-wl-520gu-7.0.1.45/src/linux/linux/kernel/
H A Dcapability.c60 data.permitted = cap_t(target->cap_permitted);
61 data.inheritable = cap_t(target->cap_inheritable);
62 data.effective = cap_t(target->cap_effective);
H A Dsys.c751 cap_t(current->cap_effective) &= ~CAP_FS_MASK;
754 cap_t(current->cap_effective) |=
755 (cap_t(current->cap_permitted) & CAP_FS_MASK);
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/proc/
H A Darray.c270 cap_t(p->cap_inheritable),
271 cap_t(p->cap_permitted),
272 cap_t(p->cap_effective));
/asus-wl-520gu-7.0.1.45/src/router/vsftpd/
H A Dsysdeputil.c550 cap_t current_caps = cap_get_proc();
564 cap_t adopt_caps = cap_init();
/asus-wl-520gu-7.0.1.45/src/router/samba/source/lib/
H A Dsystem.c571 cap_t cap = cap_get_proc();
605 cap_t cap = cap_get_proc();
/asus-wl-520gu-7.0.1.45/src/router/samba/source/
H A Dconfigure20735 cap_t cap;

Completed in 95 milliseconds