Searched refs:LCTF_INFO_KIND (Results 1 - 6 of 6) sorted by relevance

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/common/ctf/
H A Dctf_types.c77 kind = LCTF_INFO_KIND(fp, tp->ctt_info);
128 if (LCTF_INFO_KIND(fp, tp->ctt_info) != CTF_K_ENUM)
179 switch (LCTF_INFO_KIND(fp, tp->ctt_info)) {
334 switch (LCTF_INFO_KIND(fp, tp->ctt_info)) {
382 switch (LCTF_INFO_KIND(fp, tp->ctt_info)) {
402 if (LCTF_INFO_KIND(fp, tp->ctt_info) == CTF_K_STRUCT)
442 return (LCTF_INFO_KIND(fp, tp->ctt_info));
458 switch (LCTF_INFO_KIND(fp, tp->ctt_info)) {
517 switch (LCTF_INFO_KIND(fp, tp->ctt_info)) {
643 kind = LCTF_INFO_KIND(f
[all...]
H A Dctf_decl.c104 switch (kind = LCTF_INFO_KIND(fp, tp->ctt_info)) {
H A Dctf_impl.h228 #define LCTF_INFO_KIND(fp, info) ((fp)->ctf_fileops->ctfo_get_kind(info)) macro
H A Dctf_lookup.c273 kind = LCTF_INFO_KIND(fp, info);
H A Dctf_open.c188 if (LCTF_INFO_KIND(fp, info) == CTF_K_UNKNOWN &&
238 ushort_t kind = LCTF_INFO_KIND(fp, tp->ctt_info);
358 ushort_t kind = LCTF_INFO_KIND(fp, tp->ctt_info);
535 if (LCTF_INFO_KIND(fp, tp->ctt_info) == CTF_K_TYPEDEF &&
H A Dctf_create.c1116 kind = LCTF_INFO_KIND(src_fp, tp->ctt_info);

Completed in 620 milliseconds