HomeSort by: relevance | last modified time | path
    Searched defs:bhdr (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_discovery.c 169 struct binary_header *bhdr; local
187 bhdr = (struct binary_header *)adev->discovery;
189 if (le32_to_cpu(bhdr->binary_signature) != BINARY_SIGNATURE) {
196 sizeof(bhdr->binary_checksum);
197 size = bhdr->binary_size - offset;
198 checksum = bhdr->binary_checksum;
207 info = &bhdr->table_list[IP_DISCOVERY];
225 info = &bhdr->table_list[GC];
254 struct binary_header *bhdr; local
271 bhdr = (struct binary_header *)adev->discovery
333 struct binary_header *bhdr; local
380 struct binary_header *bhdr; local
    [all...]
  /src/external/bsd/libpcap/dist/
sf-pcapng.c 283 struct block_header bhdr; local
290 status = read_bytes(fp, &bhdr, sizeof(bhdr), 0, errbuf);
295 bhdr.block_type = SWAPLONG(bhdr.block_type);
296 bhdr.total_length = SWAPLONG(bhdr.total_length);
303 if (bhdr.total_length < sizeof(struct block_header) +
307 bhdr.total_length,
315 if ((bhdr.total_length % 4) != 0)
    [all...]
  /src/external/gpl3/binutils/dist/include/coff/
xcoff.h 652 struct xcoff_ar_file_hdr_big bhdr; member in union:xcoff_artdata::__anon10421
662 u.hdr.magic and u.bhdr.magic have the same size and position. */
  /src/external/gpl3/binutils.old/dist/include/coff/
xcoff.h 652 struct xcoff_ar_file_hdr_big bhdr; member in union:xcoff_artdata::__anon11885
662 u.hdr.magic and u.bhdr.magic have the same size and position. */
  /src/external/gpl3/gdb.old/dist/include/coff/
xcoff.h 652 struct xcoff_ar_file_hdr_big bhdr; member in union:xcoff_artdata::__anon449
662 u.hdr.magic and u.bhdr.magic have the same size and position. */
  /src/external/gpl3/gdb/dist/include/coff/
xcoff.h 652 struct xcoff_ar_file_hdr_big bhdr; member in union:xcoff_artdata::__anon861
662 u.hdr.magic and u.bhdr.magic have the same size and position. */

Completed in 64 milliseconds