Searched refs:vendorid (Results 1 - 24 of 24) sorted by relevance

/netbsd-current/crypto/dist/ipsec-tools/src/racoon/
H A Dvendorid.c1 /* $NetBSD: vendorid.c,v 1.9 2018/05/19 19:23:15 maxv Exp $ */
3 /* Id: vendorid.c,v 1.10 2006/02/22 16:10:21 vanhu Exp */
54 #include "vendorid.h"
185 set_vendorid(int vendorid) argument
189 if (vendorid == VENDORID_UNKNOWN) {
194 vendorid = VENDORID_DEFAULT;
197 current = lookup_vendor_id_by_id(vendorid);
200 "invalid vendor ID index: %d\n", vendorid);
287 vendorid_fixup(vendorid, vidhash)
288 int vendorid;
[all...]
H A Disakmp_xauth.h64 int vendorid; member in struct:xauth_state
H A Dremoteconf.h64 int vendorid; member in struct:isakmpsa
H A Dcfparse.y95 #include "vendorid.h"
109 int vendorid; /* for isakmp */
2482 if (cur_rmconf->spspec->vendorid != VENDORID_GSSAPI) {
2555 if (cur_rmconf->spspec->vendorid !=
2564 cur_rmconf->spspec->vendorid =
2625 new->vendorid = VENDORID_UNKNOWN;
2786 s->encklen, s->vendorid, s->gssid,
2816 class, last, lifetime, lifebyte, encklen, vendorid, gssid,
2823 int vendorid;
2879 new->vendorid
[all...]
H A Disakmp_base.c80 #include "vendorid.h"
462 vid = set_vendorid(iph1->approval->vendorid);
1265 vid = set_vendorid(iph1->approval->vendorid);
H A Dremoteconf.c73 #include "vendorid.h"
912 new->vendorid = VENDORID_UNKNOWN;
/netbsd-current/usr.sbin/racoon/
H A DMakefile16 grabmyaddr.c vendorid.c policy.c localconf.c \
/netbsd-current/sys/external/isc/atheros_hal/dist/ar5312/
H A Dar5312_attach.c311 ar5312Probe(uint16_t vendorid, uint16_t devid) argument
313 if (vendorid == ATHEROS_VENDOR_ID) {
/netbsd-current/sys/external/isc/atheros_hal/dist/ar5416/
H A Dar9160_attach.c304 ar9160Probe(uint16_t vendorid, uint16_t devid) argument
306 if (vendorid == ATHEROS_VENDOR_ID && devid == AR9160_DEVID_PCI)
H A Dar9285_attach.c400 ar9285Probe(uint16_t vendorid, uint16_t devid) argument
402 if (vendorid == ATHEROS_VENDOR_ID && devid == AR9285_DEVID_PCIE)
H A Dar9280_attach.c727 ar9280Probe(uint16_t vendorid, uint16_t devid) argument
729 if (vendorid == ATHEROS_VENDOR_ID &&
H A Dar5416_attach.c838 ar5416Probe(uint16_t vendorid, uint16_t devid) argument
840 if (vendorid == ATHEROS_VENDOR_ID &&
/netbsd-current/sys/external/isc/atheros_hal/dist/ar5210/
H A Dar5210_attach.c396 ar5210Probe(uint16_t vendorid, uint16_t devid) argument
398 if (vendorid == ATHEROS_VENDOR_ID &&
/netbsd-current/sys/external/isc/atheros_hal/dist/ar5211/
H A Dar5211_attach.c527 ar5211Probe(uint16_t vendorid, uint16_t devid) argument
529 if (vendorid == ATHEROS_VENDOR_ID) {
/netbsd-current/sys/external/isc/atheros_hal/dist/ar5212/
H A Dar5212_attach.c875 ar5212Probe(uint16_t vendorid, uint16_t devid) argument
877 if (vendorid == ATHEROS_VENDOR_ID ||
878 vendorid == ATHEROS_3COM_VENDOR_ID ||
879 vendorid == ATHEROS_3COM2_VENDOR_ID) {
/netbsd-current/sys/external/isc/atheros_hal/dist/
H A Dah.c33 ath_hal_probe(uint16_t vendorid, uint16_t devid) argument
38 const char *name = (*pchip)->probe(vendorid, devid);
62 /* XXX don't have vendorid, assume atheros one works */
H A Dah_internal.h89 const char *(*probe)(uint16_t vendorid, uint16_t devid);
H A Dah.h863 extern const char *__ahdecl ath_hal_probe(uint16_t vendorid, uint16_t devid);
/netbsd-current/sys/dev/pci/cxgb/
H A Dcxgb_main.c227 int vendorid, deviceid; local
229 vendorid = PCI_VENDOR(pci_conf_read(pa->pa_pc, pa->pa_tag, PCI_ID_REG));
233 if ((id->vendor == vendorid) &&
/netbsd-current/sys/dev/pcmcia/
H A Dpcmciadevs_data.h41 int vendorid; member in struct:pcmcia_knowndev
/netbsd-current/usr.sbin/acpitools/acpidump/
H A Dacpi.c63 static void acpi_print_pci(uint16_t vendorid, uint16_t deviceid,
273 acpi_print_pci(uint16_t vendorid, uint16_t deviceid, argument
276 if (vendorid == 0xffff && deviceid == 0xffff) {
282 printf("\t\tVendor=0x%x\n", vendorid);
/netbsd-current/sys/dev/pci/
H A Dif_alcreg.h1433 uint16_t vendorid; member in struct:alc_ident
H A Dif_alc.c586 if (vendor == ident->vendorid && devid == ident->deviceid)
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/include/
H A Datomfirmware.h3163 uint16_t vendorid; //0x58 member in struct:vfct_image_header

Completed in 300 milliseconds