Searched refs:sig_type (Results 1 – 2 of 2) sorted by relevance
1495 #define KALLOC_TYPE_EMIT_SIG(sig_type, ...) \ argument1496 (KALLOC_TYPE_CHECK(KT_SUMMARY_MASK_DATA, sig_type, ##__VA_ARGS__) || \1497 KALLOC_TYPE_VM_SIZE_CHECK(sig_type, ##__VA_ARGS__))? \1498 "" : __builtin_xnu_type_signature(sig_type)
1104 sig_type = str(ktv_cur.kt_sig_type)1105 if typename not in prev_types or prev_types[typename] != [sig_hdr, sig_type]:1106 print_sig = [sig_hdr, sig_type]1107 if sig_type == "":1112 prev_types[typename] = [sig_hdr, sig_type]