Searched refs:sig_type (Results 1 – 2 of 2) sorted by relevance
1053 #define KALLOC_TYPE_EMIT_SIG(sig_type, ...) \ argument1054 (KALLOC_TYPE_CHECK(KT_SUMMARY_MASK_DATA, sig_type, ##__VA_ARGS__) || \1055 KALLOC_TYPE_VM_SIZE_CHECK(sig_type, ##__VA_ARGS__))? \1056 "" : __builtin_xnu_type_signature(sig_type)
1047 sig_type = str(ktv_cur.kt_sig_type)1048 if typename not in prev_types or prev_types[typename] != [sig_hdr, sig_type]:1049 print_sig = [sig_hdr, sig_type]1050 if sig_type == "":1054 prev_types[typename] = [sig_hdr, sig_type]