Searched refs:check_set_bit (Results 1 – 1 of 1) sorted by relevance
| /freebsd/usr.sbin/moused/moused/ |
| H A D | quirks.c | 555 #define check_set_bit(s_, bit_) { \ in parse_match() macro 563 check_set_bit(s, M_NAME); in parse_match() 566 check_set_bit(s, M_UNIQ); in parse_match() 569 check_set_bit(s, M_BUS); in parse_match() 587 check_set_bit(s, M_VID); in parse_match() 603 check_set_bit(s, M_PID); in parse_match() 608 check_set_bit(s, M_VERSION); in parse_match() 614 check_set_bit(s, M_DMI); in parse_match() 623 check_set_bit(s, M_UDEV_TYPE); in parse_match() 641 check_set_bit(s, M_DT); in parse_match() [all …]
|