Home
last modified time | relevance | path

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

/xnu-12377.61.12/tests/
H A Dlockf_basic.c202 get_start, get_len, get_flags, get_type, \ argument
207 … T_ASSERT_POSIX_SUCCESS(ofd_get(&_fl, fd, get_start, get_len, -1, get_flags), str " (ofd_get)"); \
209 …T_ASSERT_POSIX_SUCCESS(posix_get(&_fl, fd, get_start, get_len, -1, get_flags), str " (posix_get)")…
217 get_start, get_len, get_flags, get_type, \ argument
225 …GET_CHECK(str, fd, get_start, get_len, get_flags, get_type, chk_start, chk_len, chk_flags, chk_pid…
231 get_start, get_len, get_flags, get_type, \ argument
239 …GET_CHECK(str, fd, get_start, get_len, get_flags, get_type, chk_start, chk_len, chk_flags, chk_pid…
/xnu-12377.61.12/osfmk/kern/
H A Dexception.c212 thread_set_status_flags_t get_flags = TSSF_TRANSLATE_TO_USER; in exception_deliver() local
300 get_flags |= TSSF_RANDOM_USER_DIV; in exception_deliver()
309 &old_state_cnt, get_flags); in exception_deliver()
425 get_flags |= TSSF_TASK_USER_DIV; in exception_deliver()
429 get_flags |= TSSF_RANDOM_USER_DIV; in exception_deliver()
450 &old_state_cnt, get_flags); in exception_deliver()
493 get_flags |= TSSF_RANDOM_USER_DIV; in exception_deliver()
520 &old_state_cnt, get_flags); in exception_deliver()
H A Dkalloc.c1035 kalloc_type_flags_t kt_flags = kalloc_type_func(type, get_flags, cur, in kalloc_type_view_copy()
/xnu-12377.61.12/bsd/kern/
H A Ddecmpfs.c185 if (offset > offsetof_func(get_flags)) {
901 …decmpfs_get_decompression_flags_func get_flags = decmp_get_func(vp, hdr->compression_type, get_fla…
902 if (get_flags) {
903 decompression_flags = get_flags(vp, decmpfs_ctx, hdr);
2351 .get_flags = NULL/* no flags */
/xnu-12377.61.12/bsd/sys/
H A Ddecmpfs.h274 decmpfs_get_decompression_flags_func get_flags; member