Searched refs:key_str (Results 1 – 2 of 2) sorted by relevance
| /xnu-8796.121.2/osfmk/arm64/ |
| H A D | sleh.c | 1028 const char *key_str = ptrauth_key_to_string(key); in handle_kernel_breakpoint() local 1029 snprintf(msg, sizeof(msg), MSG_FMT, comment, key_str, saved_state64(state)->x[16]); in handle_kernel_breakpoint() 1782 const char *key_str = ptrauth_key_to_string(key); in handle_pac_fail() local 1787 snprintf(msg, sizeof(msg), AUTXX_MSG_FMT, key_str, reg); in handle_pac_fail() 1790 snprintf(msg, sizeof(msg), AUTXX_MSG_FMT, key_str, reg); in handle_pac_fail() 1792 snprintf(msg, sizeof(msg), GENERIC_MSG_FMT, key_str); in handle_pac_fail()
|
| /xnu-8796.121.2/tools/lldbmacros/ |
| H A D | ioreg.py | 1377 def LookupKeyInPropTable(propertyTable, key_str): argument 1388 if key_str == str(propertyTable.dictionary[idx].key.string):
|