Home
last modified time | relevance | path

Searched refs:token_matched (Results 1 – 1 of 1) sorted by relevance

/xnu-11417.121.6/osfmk/arm64/
H A Dstatus.c860 bool token_matched = true; in machine_thread_state_check_sigreturn_token() local
869 token_matched = false; in machine_thread_state_check_sigreturn_token()
878 token_matched = false; in machine_thread_state_check_sigreturn_token()
882 if (token_matched) { in machine_thread_state_check_sigreturn_token()
1040 bool token_matched = machine_thread_state_check_sigreturn_token(ts64, thread); in machine_thread_state_convert_from_user() local
1041 if ((tssf_flags & TSSF_ALLOW_ONLY_MATCHING_TOKEN) && !token_matched) { in machine_thread_state_convert_from_user()