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

/freebsd-10-stable/cddl/contrib/opensolaris/common/ctf/
H A Dctf_types.c73 kind = LCTF_INFO_KIND(fp, tp->ctt_info);
124 if (LCTF_INFO_KIND(fp, tp->ctt_info) != CTF_K_ENUM)
175 switch (LCTF_INFO_KIND(fp, tp->ctt_info)) {
357 switch (LCTF_INFO_KIND(fp, tp->ctt_info)) {
405 switch (LCTF_INFO_KIND(fp, tp->ctt_info)) {
425 if (LCTF_INFO_KIND(fp, tp->ctt_info) == CTF_K_STRUCT)
465 return (LCTF_INFO_KIND(fp, tp->ctt_info));
481 switch (LCTF_INFO_KIND(fp, tp->ctt_info)) {
540 switch (LCTF_INFO_KIND(fp, tp->ctt_info)) {
666 kind = LCTF_INFO_KIND(f
[all...]
H A Dctf_decl.c102 switch (kind = LCTF_INFO_KIND(fp, tp->ctt_info)) {
H A Dctf_impl.h219 #define LCTF_INFO_KIND(fp, info) ((fp)->ctf_fileops->ctfo_get_kind(info)) macro
H A Dctf_lookup.c269 kind = LCTF_INFO_KIND(fp, info);
H A Dctf_open.c178 if (LCTF_INFO_KIND(fp, info) == CTF_K_UNKNOWN &&
228 ushort_t kind = LCTF_INFO_KIND(fp, tp->ctt_info);
348 ushort_t kind = LCTF_INFO_KIND(fp, tp->ctt_info);
525 if (LCTF_INFO_KIND(fp, tp->ctt_info) == CTF_K_TYPEDEF &&
H A Dctf_create.c1281 kind = LCTF_INFO_KIND(src_fp, tp->ctt_info);

Completed in 54 milliseconds