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

/freebsd-10.1-release/contrib/tcpdump/
H A Dprint-forces.c895 forces_type_print(register const u_char * pptr, const struct forcesh *fhdr _U_,
985 const struct forcesh *fhdr; local
991 fhdr = (const struct forcesh *)pptr;
992 TCHECK(*fhdr);
993 if (!tom_valid(fhdr->fm_tom)) {
994 printf("Invalid ForCES message type %d\n", fhdr->fm_tom);
998 mlen = ForCES_BLN(fhdr);
1000 tops = get_forces_tom(fhdr->fm_tom);
1002 printf("\n\tUnknown ForCES message type=0x%x", fhdr->fm_tom);
1010 ForCES_HDRL, len, ForCES_BLN(fhdr));
[all...]
H A Dforces.h233 int forces_type_print(register const u_char * pptr, const struct forcesh *fhdr,
430 #define GET_TOP_TLV(fhdr) ((struct forces_tlv *)((fhdr) + sizeof (struct forcesh)))
/freebsd-10.1-release/sys/i386/ibcs2/
H A Dimgact_coff.c163 struct filehdr *fhdr; local
228 fhdr = (struct filehdr *)ptr;
230 if (fhdr->f_magic != I386_COFF) {
235 nscns = fhdr->f_nscns;
296 const struct filehdr *fhdr = (const struct filehdr*)imgp->image_header; local
308 if (fhdr->f_magic != I386_COFF ||
309 !(fhdr->f_flags & F_EXEC)) {
315 nscns = fhdr->f_nscns;
/freebsd-10.1-release/sys/dev/oce/
H A Doce_sysctl.c491 const struct flash_file_hdr *fhdr)
493 if (fhdr == NULL)
496 if (IS_SH(sc) && fhdr->build[0] == '4') {
497 if (fhdr->asic_type_rev >= 0x10)
501 } else if (IS_BE3(sc) && fhdr->build[0] == '3') {
502 if (fhdr->asic_type_rev == 0x10)
506 } else if (IS_BE2(sc) && fhdr->build[0] == '2')
520 const struct flash_file_hdr *fhdr; local
523 fhdr = (const struct flash_file_hdr *)fw->data;
525 ufi_type = oce_get_ufi_type(sc, fhdr);
490 oce_get_ufi_type(POCE_SOFTC sc, const struct flash_file_hdr *fhdr) argument
568 const struct flash_file_hdr *fhdr; local
[all...]
/freebsd-10.1-release/contrib/binutils/bfd/
H A Dcoff-rs6000.c1793 struct xcoff_ar_file_hdr_big *fhdr;
1836 fhdr = xcoff_ardata_big (abfd);
1839 READ20 (fhdr->memoff, prevoff);
1840 READ20 (fhdr->symoff, nextoff);
1964 PRINT20 (fhdr->symoff, 0);
2056 PRINT20 (fhdr->symoff64, nextoff);
2059 PRINT20 (fhdr->symoff64, 0);
2085 struct xcoff_ar_file_hdr fhdr;
2099 memset (&fhdr, 0, sizeof fhdr);
1790 struct xcoff_ar_file_hdr_big *fhdr; local
2082 struct xcoff_ar_file_hdr fhdr; local
2314 struct xcoff_ar_file_hdr_big fhdr; local
[all...]
H A Dcoff-alpha.c2050 alpha_adjust_headers (abfd, fhdr, ahdr)
2052 struct internal_filehdr *fhdr;
2056 fhdr->f_flags |= F_ALPHA_CALL_SHARED;
2058 fhdr->f_flags |= F_ALPHA_SHARABLE;

Completed in 178 milliseconds