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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dcapability.h300 #define to_cap_t(x) { x } macro
305 #define to_cap_t(x) (x) macro
310 #define CAP_EMPTY_SET to_cap_t(0)
311 #define CAP_FULL_SET to_cap_t(~0)
312 #define CAP_INIT_EFF_SET to_cap_t(~0 & ~CAP_TO_MASK(CAP_SETPCAP))
313 #define CAP_INIT_INH_SET to_cap_t(0)

Completed in 83 milliseconds