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

/freebsd-9.3-release/cddl/contrib/opensolaris/common/ctf/
H A Dctf_types.c75 kind = LCTF_INFO_KIND(fp, tp->ctt_info);
126 if (LCTF_INFO_KIND(fp, tp->ctt_info) != CTF_K_ENUM)
177 switch (LCTF_INFO_KIND(fp, tp->ctt_info)) {
332 switch (LCTF_INFO_KIND(fp, tp->ctt_info)) {
380 switch (LCTF_INFO_KIND(fp, tp->ctt_info)) {
400 if (LCTF_INFO_KIND(fp, tp->ctt_info) == CTF_K_STRUCT)
440 return (LCTF_INFO_KIND(fp, tp->ctt_info));
456 switch (LCTF_INFO_KIND(fp, tp->ctt_info)) {
515 switch (LCTF_INFO_KIND(fp, tp->ctt_info)) {
641 kind = LCTF_INFO_KIND(f
[all...]
H A Dctf_decl.c102 switch (kind = LCTF_INFO_KIND(fp, tp->ctt_info)) {
H A Dctf_impl.h217 #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.c177 if (LCTF_INFO_KIND(fp, info) == CTF_K_UNKNOWN &&
227 ushort_t kind = LCTF_INFO_KIND(fp, tp->ctt_info);
347 ushort_t kind = LCTF_INFO_KIND(fp, tp->ctt_info);
524 if (LCTF_INFO_KIND(fp, tp->ctt_info) == CTF_K_TYPEDEF &&
H A Dctf_create.c1113 kind = LCTF_INFO_KIND(src_fp, tp->ctt_info);

Completed in 57 milliseconds