Searched refs:LCTF_INFO_VLEN (Results 1 – 5 of 5) sorted by relevance
| /freebsd-9-stable/cddl/contrib/opensolaris/common/ctf/ |
| D | ctf_types.c | 84 for (n = LCTF_INFO_VLEN(fp, tp->ctt_info); n != 0; n--, mp++) { in ctf_member_iter() 95 for (n = LCTF_INFO_VLEN(fp, tp->ctt_info); n != 0; n--, lmp++) { in ctf_member_iter() 133 for (n = LCTF_INFO_VLEN(fp, tp->ctt_info); n != 0; n--, ep++) { in ctf_enum_iter() 392 uint_t n = LCTF_INFO_VLEN(fp, tp->ctt_info); in ctf_type_align() 650 for (n = LCTF_INFO_VLEN(fp, tp->ctt_info); n != 0; n--, mp++) { in ctf_member_info() 661 for (n = LCTF_INFO_VLEN(fp, tp->ctt_info); n != 0; n--, lmp++) { in ctf_member_info() 728 for (n = LCTF_INFO_VLEN(fp, tp->ctt_info); n != 0; n--, ep++) { in ctf_enum_name() 765 for (n = LCTF_INFO_VLEN(fp, tp->ctt_info); n != 0; n--, ep++) { in ctf_enum_value() 814 for (n = LCTF_INFO_VLEN(fp, tp->ctt_info); n != 0; n--, mp++) { in ctf_type_rvisit() 825 for (n = LCTF_INFO_VLEN(fp, tp->ctt_info); n != 0; n--, lmp++) { in ctf_type_rvisit()
|
| D | ctf_open.c | 170 vlen = LCTF_INFO_VLEN(fp, info); in init_symtab() 228 ulong_t vlen = LCTF_INFO_VLEN(fp, tp->ctt_info); in init_types() 348 ulong_t vlen = LCTF_INFO_VLEN(fp, tp->ctt_info); in init_types()
|
| D | ctf_impl.h | 219 #define LCTF_INFO_VLEN(fp, info) ((fp)->ctf_fileops->ctfo_get_vlen(info)) macro
|
| D | ctf_lookup.c | 270 n = LCTF_INFO_VLEN(fp, info); in ctf_func_info()
|
| D | ctf_create.c | 1115 vlen = LCTF_INFO_VLEN(src_fp, tp->ctt_info); in ctf_add_type()
|