Searched refs:match_flags (Results 1 - 11 of 11) sorted by relevance

/freebsd-current/contrib/googletest/googlemock/src/
H A Dgmock-matchers.cc285 switch (match_flags()) {
310 if (match_flags() == UnorderedMatcherRequire::ExactMatch) {
316 if (match_flags() == UnorderedMatcherRequire::ExactMatch) {
326 switch (match_flags()) {
351 if (match_flags() == UnorderedMatcherRequire::ExactMatch) {
357 if (match_flags() == UnorderedMatcherRequire::ExactMatch) {
377 if (match_flags() == UnorderedMatcherRequire::ExactMatch) {
402 if (match_flags() & UnorderedMatcherRequire::Superset) {
416 if (match_flags() & UnorderedMatcherRequire::Subset) {
442 if ((match_flags()
[all...]
/freebsd-current/sys/dev/bhnd/
H A Dbhnd_match.h102 uint8_t match_flags; member in union:bhnd_core_match::__anon1859
152 uint8_t match_flags; member in union:bhnd_chip_match::__anon1861
214 uint8_t match_flags; member in union:bhnd_board_match::__anon1863
272 uint32_t match_flags; member in union:bhnd_device_match::__anon1865
314 #define BHND_MATCH_ANY .m.match_flags = 0
316 ((_m)->m.match_flags == 0)
H A Dbhnd_subr.c862 if (m_core.m.match_flags) {
877 if (m_chip.m.match_flags) {
888 if (m_board.m.match_flags) {
H A Dbhnd.h374 (((_q)->desc.m.match_flags == 0) && (_q)->quirks == 0)
/freebsd-current/sys/compat/linuxkpi/common/src/
H A Dlinux_usb.c143 * "match_flags" equal to zero, which indicates the end of the
146 for (; id->match_flags; id++) {
147 if ((id->match_flags & USB_DEVICE_ID_MATCH_VENDOR) &&
151 if ((id->match_flags & USB_DEVICE_ID_MATCH_PRODUCT) &&
155 if ((id->match_flags & USB_DEVICE_ID_MATCH_DEV_LO) &&
159 if ((id->match_flags & USB_DEVICE_ID_MATCH_DEV_HI) &&
163 if ((id->match_flags & USB_DEVICE_ID_MATCH_DEV_CLASS) &&
167 if ((id->match_flags & USB_DEVICE_ID_MATCH_DEV_SUBCLASS) &&
171 if ((id->match_flags & USB_DEVICE_ID_MATCH_DEV_PROTOCOL) &&
176 !(id->match_flags
[all...]
/freebsd-current/sys/compat/linuxkpi/common/include/linux/
H A Dusb.h55 .match_flags = USB_DEVICE_ID_MATCH_DEVICE, .idVendor = (vend), \
/freebsd-current/sys/dev/sfxge/common/
H A Defx_filter.c466 uint32_t match_flags = EFX_FILTER_MATCH_ENCAP_TYPE; local
488 match_flags |= EFX_FILTER_MATCH_IFRM_UNKNOWN_MCAST_DST;
491 match_flags |= EFX_FILTER_MATCH_IFRM_UNKNOWN_UCAST_DST;
504 spec->efs_match_flags |= (match_flags | EFX_FILTER_MATCH_IP_PROTO);
H A Def10_filter.c202 efx_filter_match_flags_t match_flags; local
215 match_flags = spec->efs_match_flags & ~EFX_FILTER_MATCH_ENCAP_TYPE;
237 match_flags);
/freebsd-current/sys/dev/usb/
H A Dusbdi.h321 uint16_t match_flags; member in struct:usb_device_id
/freebsd-current/crypto/openssh/regress/unittests/hostkeys/
H A Dtest_iterate.c32 int match_flags; /* Expected flags from match */ member in struct:expected
/freebsd-current/contrib/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h3601 UnorderedMatcherRequire::Flags match_flags() const { return match_flags_; } function in class:testing::internal::UnorderedElementsAreMatcherImplBase
3758 UnorderedElementsAreArrayMatcher(UnorderedMatcherRequire::Flags match_flags, argument
3760 : match_flags_(match_flags), matchers_(first, last) {}

Completed in 234 milliseconds