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

/freebsd-11-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-11-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.c588 struct gv_hdr vhdr; local
613 error = gv_read_header(cp, &vhdr);
/freebsd-11-stable/contrib/wpa/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...]
/freebsd-11-stable/tools/tools/netmap/
H A Dpkt_hash.c311 struct vlanhdr *vhdr = (struct vlanhdr *)(ethh + 1); local
313 switch (ntohs(vhdr->proto)) {
315 rc = decode_ip_n_hash((struct ip *)(vhdr + 1),
319 rc = decode_ipv6_n_hash((struct ip6_hdr *)(vhdr + 1),
/freebsd-11-stable/sys/dev/ocs_fc/
H A Docs_unsol.c890 fc_vm_header_t *vhdr; local
941 vhdr = (fc_vm_header_t *) ((char *)fchdr + sizeof(fc_header_t) + vmhdr_offset);
942 io->app_id = ocs_be32toh(vhdr->src_vmid);

Completed in 278 milliseconds