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

  /src/external/cddl/osnet/dev/fbt/
fbt.c 582 int ctf_typemax = 0; local
600 for (tp = tbuf; tp < tend; ctf_typemax++) {
676 ctf_typemax++;
677 mc->typlen = ctf_typemax;
679 xp = malloc(sizeof(uint32_t) * ctf_typemax, M_FBT, M_ZERO | M_WAITOK);
  /src/external/cddl/osnet/dist/common/ctf/
ctf_impl.h 209 ulong_t ctf_typemax; /* maximum valid type ID number */ member in struct:ctf_file
  /src/external/gpl3/binutils/dist/libctf/
ctf-impl.h 439 unsigned long ctf_typemax; /* Maximum valid type ID number. */ member in struct:ctf_dict
  /src/external/gpl3/binutils.old/dist/libctf/
ctf-impl.h 439 unsigned long ctf_typemax; /* Maximum valid type ID number. */ member in struct:ctf_dict
  /src/external/gpl3/gdb/dist/libctf/
ctf-impl.h 430 unsigned long ctf_typemax; /* Maximum valid type ID number. */ member in struct:ctf_dict
  /src/external/gpl3/gdb.old/dist/libctf/
ctf-impl.h 427 unsigned long ctf_typemax; /* Maximum valid type ID number. */ member in struct:ctf_dict

Completed in 30 milliseconds