Searched refs:sig_type (Results 1 – 2 of 2) sorted by relevance
1064 #define KALLOC_TYPE_EMIT_SIG(sig_type, ...) \ argument1065 (KALLOC_TYPE_CHECK(KT_SUMMARY_MASK_DATA, sig_type, ##__VA_ARGS__) || \1066 KALLOC_TYPE_VM_SIZE_CHECK(sig_type, ##__VA_ARGS__))? \1067 "" : __builtin_xnu_type_signature(sig_type)
1050 sig_type = str(ktv_cur.kt_sig_type)1051 if typename not in prev_types or prev_types[typename] != [sig_hdr, sig_type]:1052 print_sig = [sig_hdr, sig_type]1053 if sig_type == "":1057 prev_types[typename] = [sig_hdr, sig_type]