Home
last modified time | relevance | path

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

/xnu-8020.121.3/osfmk/kern/
H A Dexception.c298 thread_set_status_flags_t get_flags = TSSF_TRANSLATE_TO_USER; in exception_deliver() local
303 get_flags |= TSSF_RANDOM_USER_DIV; in exception_deliver()
311 &old_state_cnt, get_flags); in exception_deliver()
389 thread_set_status_flags_t get_flags = TSSF_TRANSLATE_TO_USER; in exception_deliver() local
394 get_flags |= TSSF_RANDOM_USER_DIV; in exception_deliver()
402 &old_state_cnt, get_flags); in exception_deliver()
/xnu-8020.121.3/bsd/kern/
H A Ddecmpfs.c157 if (offset > offsetof_func(get_flags)) {
871 …decmpfs_get_decompression_flags_func get_flags = decmp_get_func(vp, hdr->compression_type, get_fla…
872 if (get_flags) {
873 decompression_flags = get_flags(vp, decmpfs_ctx, hdr);
2317 .get_flags = NULL/* no flags */
/xnu-8020.121.3/bsd/sys/
H A Ddecmpfs.h264 decmpfs_get_decompression_flags_func get_flags; member