Home
last modified time | relevance | path

Searched refs:typlenp (Results 1 – 3 of 3) sorted by relevance

/freebsd-11-stable/sys/kern/
HDkern_ctf.c104 lc->typlenp = &ef->typlen; in link_elf_ctf_get()
303 lc->typlenp = &ef->typlen; in link_elf_ctf_get()
/freebsd-11-stable/sys/cddl/dev/fbt/
HDfbt.c510 *lc->typlenp = ctf_typemax; in fbt_typoff_init()
727 if (type >= *lc->typlenp) { in ctf_lookup_by_id()
728 printf("%s(%d): type %d exceeds max %ld\n",__func__,__LINE__,(int) type,*lc->typlenp); in ctf_lookup_by_id()
/freebsd-11-stable/sys/sys/
HDlinker.h291 long *typlenp; /* Ptr to number of type data entries. */ member