Home
last modified time | relevance | path

Searched refs:sc_keymap (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_main.c1732 uint8_t b = sc->sc_keymap[i]; in arn_key_alloc_pair()
1741 set_bit(keyix, sc->sc_keymap); in arn_key_alloc_pair()
1742 set_bit(keyix+64, sc->sc_keymap); in arn_key_alloc_pair()
1768 uint8_t b = sc->sc_keymap[i]; in arn_key_alloc_2pair()
1790 set_bit(keyix, sc->sc_keymap); in arn_key_alloc_2pair()
1818 uint8_t b = sc->sc_keymap[i]; in arn_key_alloc_single()
1827 set_bit(keyix, sc->sc_keymap); in arn_key_alloc_single()
1901 clr_bit(keyix, sc->sc_keymap); in arn_key_delete()
2904 set_bit(i, sc->sc_keymap); in arn_attach()
2905 set_bit(i + 32, sc->sc_keymap); in arn_attach()
[all …]
H A Darn_core.h919 uint8_t sc_keymap[16]; /* bit map of key cache use */ member