Home
last modified time | relevance | path

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

/xnu-8796.121.2/osfmk/kern/
H A Dexception.c293 thread_set_status_flags_t get_flags = TSSF_TRANSLATE_TO_USER; in exception_deliver() local
298 get_flags |= TSSF_RANDOM_USER_DIV; in exception_deliver()
306 &old_state_cnt, get_flags); in exception_deliver()
409 thread_set_status_flags_t get_flags = TSSF_TRANSLATE_TO_USER; in exception_deliver() local
414 get_flags |= TSSF_RANDOM_USER_DIV; in exception_deliver()
440 &old_state_cnt, get_flags); in exception_deliver()
H A Dkalloc.c818 kalloc_type_flags_t kt_flags = kalloc_type_func(type, get_flags, cur, in kalloc_type_view_copy()
/xnu-8796.121.2/bsd/kern/
H A Ddecmpfs.c185 if (offset > offsetof_func(get_flags)) {
899 …decmpfs_get_decompression_flags_func get_flags = decmp_get_func(vp, hdr->compression_type, get_fla…
900 if (get_flags) {
901 decompression_flags = get_flags(vp, decmpfs_ctx, hdr);
2347 .get_flags = NULL/* no flags */
/xnu-8796.121.2/bsd/sys/
H A Ddecmpfs.h274 decmpfs_get_decompression_flags_func get_flags; member