OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vhdr
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_bios.c
426
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
->ImageLength))
[
all
...]
/src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_bios.c
691
VFCT_IMAGE_HEADER *
vhdr
= &vbios->VbiosHeader;
local
699
offset +=
vhdr
->ImageLength;
705
if (
vhdr
->ImageLength &&
706
vhdr
->PCIBus == rdev->pdev->bus->number &&
707
vhdr
->PCIDevice == PCI_SLOT(rdev->pdev->devfn) &&
708
vhdr
->PCIFunction == PCI_FUNC(rdev->pdev->devfn) &&
709
vhdr
->VendorID == rdev->pdev->vendor &&
710
vhdr
->DeviceID == rdev->pdev->device) {
712
vhdr
->ImageLength,
/src/external/bsd/wpa/dist/src/radius/
radius.c
1093
struct radius_attr_vendor *
vhdr
;
local
1112
while (left >= sizeof(*
vhdr
)) {
1113
vhdr
= (struct radius_attr_vendor *) pos;
1114
if (
vhdr
->vendor_length > left ||
1115
vhdr
->vendor_length < sizeof(*
vhdr
)) {
1118
if (
vhdr
->vendor_type != subtype) {
1119
pos +=
vhdr
->vendor_length;
1120
left -=
vhdr
->vendor_length;
1124
len =
vhdr
->vendor_length - sizeof(*vhdr)
1352
struct radius_attr_vendor *
vhdr
;
local
[
all
...]
Completed in 28 milliseconds
Indexes created Tue Feb 24 01:34:59 UTC 2026