Searched refs:cap_bit (Results 1 – 1 of 1) sorted by relevance
2242 uint64_t cap_bit; member2245 #define CAPNV(x) {.cap_bit = IFCAP_##x, \2281 #define CAP2NV(x) {.cap_bit = IFCAP2_BIT(IFCAP2_##x), \2304 res |= nn[i].cap_bit; in if_capnv_to_capint()2306 res |= *old_cap & nn[i].cap_bit; in if_capnv_to_capint()2319 if ((nn[i].cap_bit & ifr_cap) != 0) { in if_capint_to_capnv()2321 (nn[i].cap_bit & ifr_req) != 0); in if_capint_to_capnv()