Lines Matching refs:isroot

291 	int isroot = tp->t_flags & TDESC_F_ISROOT;  in write_type()  local
328 isroot, 1); in write_type()
330 ctt.ctt_info = CTF_V3_TYPE_INFO(CTF_K_FLOAT, isroot, 1); in write_type()
355 ctt.ctt_info = CTF_V3_TYPE_INFO(CTF_K_POINTER, isroot, 0); in write_type()
361 ctt.ctt_info = CTF_V3_TYPE_INFO(CTF_K_ARRAY, isroot, 1); in write_type()
386 ctt.ctt_info = CTF_V3_TYPE_INFO(CTF_K_STRUCT, isroot, i); in write_type()
388 ctt.ctt_info = CTF_V3_TYPE_INFO(CTF_K_UNION, isroot, i); in write_type()
441 ctt.ctt_info = CTF_V3_TYPE_INFO(CTF_K_ENUM, isroot, i); in write_type()
460 ctt.ctt_info = CTF_V3_TYPE_INFO(CTF_K_FORWARD, isroot, 0); in write_type()
466 ctt.ctt_info = CTF_V3_TYPE_INFO(CTF_K_TYPEDEF, isroot, 0); in write_type()
472 ctt.ctt_info = CTF_V3_TYPE_INFO(CTF_K_VOLATILE, isroot, 0); in write_type()
478 ctt.ctt_info = CTF_V3_TYPE_INFO(CTF_K_CONST, isroot, 0); in write_type()
491 ctt.ctt_info = CTF_V3_TYPE_INFO(CTF_K_FUNCTION, isroot, i); in write_type()
514 ctt.ctt_info = CTF_V3_TYPE_INFO(CTF_K_RESTRICT, isroot, 0); in write_type()
757 get_ctt_info(ctf_header_t *h, void *v, uint_t *kind, uint_t *vlen, int *isroot) in get_ctt_info() argument
764 *isroot = CTF_V2_INFO_ISROOT(ctt->ctt_info); in get_ctt_info()
770 *isroot = CTF_V3_INFO_ISROOT(ctt->ctt_info); in get_ctt_info()
814 int isroot; in count_types() local
816 get_ctt_info(h, v, &kind, &vlen, &isroot); in count_types()
1071 int isroot, kind, vlen; in resurrect_types() local
1101 get_ctt_info(h, dptr, &kind, &vlen, &isroot); in resurrect_types()
1351 if (isroot) { in resurrect_types()
1365 (isroot ? "root " : ""), tdesc_name(tdp), tdp->t_id); in resurrect_types()