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

/freebsd-10-stable/sys/dev/drm2/radeon/
H A Dradeon_bios.c642 VFCT_IMAGE_HEADER *vhdr; local
667 vhdr = &vbios->VbiosHeader;
669 vhdr->PCIBus, vhdr->PCIDevice, vhdr->PCIFunction,
670 vhdr->VendorID, vhdr->DeviceID, vhdr->ImageLength);
672 if (vhdr->PCIBus != rdev->ddev->pci_bus ||
673 vhdr
[all...]
/freebsd-10-stable/sys/geom/vinum/
H A Dgeom_vinum_drive.c266 struct gv_hdr *vhdr, *hdr; local
273 vhdr = g_malloc(GV_HDR_LEN, M_WAITOK | M_ZERO);
274 vhdr->magic = GV_MAGIC;
275 vhdr->config_length = GV_CFG_LEN;
302 g_free(vhdr);
307 bcopy(&hdr->label, &vhdr->label, sizeof(struct gv_label));
318 error = gv_write_header(cp, vhdr);
320 G_VINUM_DEBUG(0, "writing vhdr failed on drive %s, "
351 g_free(vhdr);
H A Dgeom_vinum.c589 struct gv_hdr vhdr; local
614 error = gv_read_header(cp, &vhdr);
/freebsd-10-stable/contrib/wpa/src/radius/
H A Dradius.c898 struct radius_attr_vendor *vhdr; local
917 while (left >= sizeof(*vhdr)) {
918 vhdr = (struct radius_attr_vendor *) pos;
919 if (vhdr->vendor_length > left ||
920 vhdr->vendor_length < sizeof(*vhdr)) {
924 if (vhdr->vendor_type != subtype) {
925 pos += vhdr->vendor_length;
926 left -= vhdr->vendor_length;
930 len = vhdr
1145 struct radius_attr_vendor *vhdr; local
[all...]

Completed in 131 milliseconds