Searched refs:vhdr (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
H A Damdgpu_bios.c426 VFCT_IMAGE_HEADER *vhdr = &vbios->VbiosHeader; local
434 offset += vhdr->ImageLength;
440 if (vhdr->ImageLength &&
441 vhdr->PCIBus == adev->pdev->bus->number &&
442 vhdr->PCIDevice == PCI_SLOT(adev->pdev->devfn) &&
443 vhdr->PCIFunction == PCI_FUNC(adev->pdev->devfn) &&
444 vhdr->VendorID == adev->pdev->vendor &&
445 vhdr->DeviceID == adev->pdev->device) {
447 vhdr->ImageLength,
450 if (!check_atom_bios(adev->bios, vhdr
[all...]
/netbsd-current/sys/external/bsd/drm2/dist/drm/radeon/
H A Dradeon_bios.c701 VFCT_IMAGE_HEADER *vhdr = &vbios->VbiosHeader; local
709 offset += vhdr->ImageLength;
715 if (vhdr->ImageLength &&
716 vhdr->PCIBus == rdev->pdev->bus->number &&
717 vhdr->PCIDevice == PCI_SLOT(rdev->pdev->devfn) &&
718 vhdr->PCIFunction == PCI_FUNC(rdev->pdev->devfn) &&
719 vhdr->VendorID == rdev->pdev->vendor &&
720 vhdr->DeviceID == rdev->pdev->device) {
722 vhdr->ImageLength,
/netbsd-current/external/bsd/wpa/dist/src/radius/
H A Dradius.c936 struct radius_attr_vendor *vhdr; local
955 while (left >= sizeof(*vhdr)) {
956 vhdr = (struct radius_attr_vendor *) pos;
957 if (vhdr->vendor_length > left ||
958 vhdr->vendor_length < sizeof(*vhdr)) {
961 if (vhdr->vendor_type != subtype) {
962 pos += vhdr->vendor_length;
963 left -= vhdr->vendor_length;
967 len = vhdr
1195 struct radius_attr_vendor *vhdr; local
[all...]

Completed in 359 milliseconds