Home
last modified time | relevance | path

Searched refs:svendor (Results 1 – 3 of 3) sorted by relevance

/netbsd/sys/external/bsd/drm2/dist/drm/i915/
H A Dintel_pch.c113 unsigned short svendor, unsigned short sdevice) in intel_is_virt_pch() argument
118 svendor == PCI_SUBVENDOR_ID_REDHAT_QUMRANET && in intel_is_virt_pch()
/netbsd/external/bsd/wpa/dist/src/eap_server/
H A Dtncs.c499 unsigned int svendor, ssubtype; in tncs_supported_type() local
500 svendor = imv->supported_types[i] >> 8; in tncs_supported_type()
502 if ((vendor == svendor || svendor == TNC_VENDORID_ANY) && in tncs_supported_type()
/netbsd/external/bsd/wpa/dist/src/eap_peer/
H A Dtncc.c474 unsigned int svendor, ssubtype; in tncc_supported_type() local
475 svendor = imc->supported_types[i] >> 8; in tncc_supported_type()
477 if ((vendor == svendor || svendor == TNC_VENDORID_ANY) && in tncc_supported_type()