Searched refs:cap_bit (Results 1 – 1 of 1) sorted by relevance
2255 uint64_t cap_bit; member2258 #define CAPNV(x) {.cap_bit = IFCAP_##x, \2294 #define CAP2NV(x) {.cap_bit = IFCAP2_BIT(IFCAP2_##x), \2317 res |= nn[i].cap_bit; in if_capnv_to_capint()2319 res |= *old_cap & nn[i].cap_bit; in if_capnv_to_capint()2332 if ((nn[i].cap_bit & ifr_cap) != 0) { in if_capint_to_capnv()2334 (nn[i].cap_bit & ifr_req) != 0); in if_capint_to_capnv()