Searched defs:on_bit (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dipf.h131 int on_bit; member in struct:ipopt_names
/illumos-gate/usr/src/uts/common/io/sata/adapters/nv_sata/
H A Dnv_sata.c2024 int on_bit = 0x01, slot, sactive, ret, ncq = 0; local
2043 on_bit <<= 1) {
2044 if ((nvp->nvp_sactive_cache & on_bit) == 0) {
2057 ASSERT((sactive & on_bit) == 0);
2058 nv_put32(nvc->nvc_bar_hdl[5], nvp->nvp_sactive, on_bit);
2060 on_bit);
2061 nvp->nvp_sactive_cache |= on_bit;
2190 nvp->nvp_sactive_cache &= ~on_bit;

Completed in 56 milliseconds