Home
last modified time | relevance | path

Searched refs:LCTF_INFO_VLEN (Results 1 – 4 of 4) sorted by relevance

/freebsd/cddl/contrib/opensolaris/common/ctf/
H A Dctf_create.c312 uint_t vlen = LCTF_INFO_VLEN(fp, dtd->dtd_data.ctt_info); in ctf_update()
392 uint_t vlen = LCTF_INFO_VLEN(fp, dtd->dtd_data.ctt_info); in ctf_update()
622 for (i = 0; i < LCTF_INFO_VLEN(fp, dtd->dtd_data.ctt_info); i++) in ctf_dtd_delete()
626 LCTF_INFO_VLEN(fp, dtd->dtd_data.ctt_info)); in ctf_dtd_delete()
1110 vlen = LCTF_INFO_VLEN(fp, dtd->dtd_data.ctt_info); in ctf_add_enumerator()
1164 vlen = LCTF_INFO_VLEN(fp, dtd->dtd_data.ctt_info); in ctf_add_member()
H A Dctf_lookup.c279 n = LCTF_INFO_VLEN(fp, info); in ctf_func_info()
H A Dctf_impl.h233 #define LCTF_INFO_VLEN(fp, info) ((fp)->ctf_fileops->ctfo_get_vlen(info)) macro
H A Dctf_open.c310 vlen = LCTF_INFO_VLEN(fp, info); in init_symtab()