Searched refs:cap_bit (Results 1 – 1 of 1) sorted by relevance
2224 uint64_t cap_bit; member2227 #define CAPNV(x) {.cap_bit = IFCAP_##x, \2263 #define CAP2NV(x) {.cap_bit = IFCAP2_BIT(IFCAP2_##x), \2284 res |= nn[i].cap_bit; in if_capnv_to_capint()2286 res |= *old_cap & nn[i].cap_bit; in if_capnv_to_capint()2299 if ((nn[i].cap_bit & ifr_cap) != 0) { in if_capint_to_capnv()2301 (nn[i].cap_bit & ifr_req) != 0); in if_capint_to_capnv()