Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dkern_ctf.c89 lc->typlenp = &ef->typlen; in link_elf_ctf_get()
287 lc->typlenp = &ef->typlen; in link_elf_ctf_get()
/freebsd/sys/sys/
H A Dlinker.h332 long *typlenp; /* Ptr to number of type data entries. */ member
/freebsd/sys/cddl/dev/fbt/
H A Dfbt.c636 *lc->typlenp = ctf_typemax; in fbt_typoff_init()
854 if (type >= *lc->typlenp) { in ctf_lookup_by_id()
855 printf("%s(%d): type %d exceeds max %ld\n",__func__,__LINE__,(int) type,*lc->typlenp); in ctf_lookup_by_id()