Home
last modified time | relevance | path

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

/xnu-11417.140.69/libkdd/
H A Dkdd.h46 - (NSDictionary * _Nullable)parseData:(void * _Nonnull)dataBuffer ofLength:(uint32_t)length NS_RETU…
65 KCDataType * _Nullable getKCDataTypeForID(uint32_t typeID);
100 NSMutableDictionary * _Nullable parseKCDataArray(kcdata_iter_t iter, NSError * _Nullable * _Nullabl…
125 NSMutableDictionary * _Nullable parseKCDataContainer(kcdata_iter_t * _Nonnull iter, NSError * _Null…
154 NSDictionary * _Nullable parseKCDataBuffer(void * _Nonnull dataBuffer, uint32_t size, NSError * _Nu…
/xnu-11417.140.69/EXTERNAL_HEADERS/img4/
H A Druntime.h359 typedef void *_Nullable (*img4_runtime_alloc_t)(
382 void *_Nullable p,
436 void *_Nullable handle,
453 typedef void *_Nullable (*img4_runtime_log_handle_t)(
654 const img4_buff_t *_Nullable manifest
693 size_t *_Nullable payload_len
711 typedef void *_Nullable (*img4_runtime_alloc_type_t)(
713 void *_Nullable handle
732 void *_Nullable handle,
798 img4_nonce_t *_Nullable n
[all …]
H A Dfirmware.h266 img4_image_t _Nullable image,
274 img4_image_t _Nullable image,
412 img4_firmware_t _Nullable
462 img4_firmware_t _Nullable
700 const img4_chip_t *_Nullable
743 const img4_nonce_t *_Nullable nonce);
804 const img4_nonce_t *_Nullable nonce);
830 img4_firmware_destroy(img4_firmware_t _Nullable *_Nonnull fw);
H A Dchip.h21 typedef const img4_chip_t *_Nullable const *img4_chip_select_array_t;
325 const img4_chip_t *_Nullable
349 const img4_chip_t *_Nullable
425 const img4_chip_t *_Nullable
448 const img4_chip_t *_Nullable
H A Dimage.h30 const img4_buff_t *_Nullable
31 img4_image_get_bytes(img4_image_t _Nullable image);
H A Dnonce.h537 const img4_nonce_domain_t *_Nullable
/xnu-11417.140.69/EXTERNAL_HEADERS/image4/
H A Dtrust.h156 const void *_Nullable __sized_by(result_len) result,
159 void *_Nullable context
283 image4_trust_t *_Nullable
399 void *_Nullable __sized_by(p_len) p,
447 const bool *_Nullable *_Nullable vpp);
498 const uint64_t *_Nullable *_Nullable vpp);
548 const void *_Nullable *_Nonnull vp,
572 void *_Nullable _ctx,
592 image4_trust_t *_Nonnull *_Nullable trst);
H A Denvironment.h247 image4_environment_query_boot_nonce_t _Nullable nvcb_query_boot_nonce;
248 image4_environment_query_nonce_digest_t _Nullable nvcb_query_nonce_digest;
249 image4_environment_identifier_bool_t _Nullable nvcb_identifier_bool;
250 image4_environment_identifier_integer_t _Nullable nvcb_identifier_integer;
251 image4_environment_identifier_data_t _Nullable nvcb_identifier_data;
306 const image4_coprocessor_t *_Nullable coproc,
375 image4_environment_t *_Nullable
377 const image4_coprocessor_t *_Nullable coproc,
497 void *_Nullable _ctx);
657 size_t *_Nullable n_len);
[all …]
H A Dcoprocessor.h137 const image4_coprocessor_t *_Nullable
141 const image4_coprocessor_t *_Nullable coprocs[
H A Dimage4.h140 #define __static_array_or_null(_S) _Nullable __counted_by_or_null(_S)
143 #define __static_array_or_null(_S) _Nullable _S
/xnu-11417.140.69/EXTERNAL_HEADERS/image4/cs/
H A Dtraps.h176 void *_Nullable argv_out,
177 size_t *_Nullable argv_out_len
247 image4_cs_trap_handler_t _Nullable
/xnu-11417.140.69/libsyscall/mach/mach/
H A Dmach_right_private.h255 mach_right_send_t *_Nullable sr, uintptr_t ctx);
290 mach_right_recv_destruct(mach_right_recv_t r, mach_right_send_t *_Nullable s,
/xnu-11417.140.69/EXTERNAL_HEADERS/image4/restricted/
H A Denvironment.h63 const void *_Nullable
/xnu-11417.140.69/libkern/libkern/image4/
H A Ddlxk.h101 const image4_dlxk_interface_t *_Nullable
/xnu-11417.140.69/osfmk/kern/
H A Dsched_clutch.c154 …, sched_clutch_root_bucket_t, processor_t _Nullable processor, thread_t _Nullable prev_thread, boo…
626 sched_clutch_root_bucket_t _Nullable prev_bucket, in sched_clutch_root_unbound_select_aboveui()
627 thread_t _Nullable prev_thread) in sched_clutch_root_unbound_select_aboveui()
693 sched_clutch_root_bucket_t _Nullable prev_bucket, in sched_clutch_root_bound_select_aboveui()
694 thread_t _Nullable prev_thread) in sched_clutch_root_bound_select_aboveui()
761 sched_clutch_root_bucket_t _Nullable prev_bucket, in sched_clutch_root_highest_aboveui_root_bucket()
762 thread_t _Nullable prev_thread, in sched_clutch_root_highest_aboveui_root_bucket()
823 sched_clutch_root_bucket_t _Nullable prev_bucket, in sched_clutch_root_highest_root_bucket()
824 thread_t _Nullable prev_thread, in sched_clutch_root_highest_root_bucket()
1730 processor_t _Nullable processor, in sched_clutch_root_bucket_highest_clutch_bucket()
[all …]
H A Dexclaves_memory.h60 char * _Nullable * _Nonnull address);
/xnu-11417.140.69/tests/
H A Dsignal_exit_reason.c439 static void *_Nullable
440 pthread_kill_helper(void *_Nullable msg) in pthread_kill_helper()
H A Drestartable_ranges.c52 extern void fake_msgSend(void * _Nullable);
H A Dimm_pinned_control_port_crasher.c72 static void* _Nullable
73 pthread_run(void *_Nullable) in pthread_run() argument
/xnu-11417.140.69/libsyscall/mach/
H A Dmach_right.c46 mach_right_send_t *_Nullable sr, uintptr_t ctx) in mach_right_recv_construct()
/xnu-11417.140.69/EXTERNAL_HEADERS/image4/shim/
H A Dbase.h286 typedef void (*os_function_t)(void *_Nullable);
/xnu-11417.140.69/bsd/sys/
H A Dcdefs.h299 #ifndef _Nullable
300 #define _Nullable macro
/xnu-11417.140.69/libkern/os/
H A Dbase.h304 typedef void (*os_function_t)(void *_Nullable);
/xnu-11417.140.69/tests/ipc/
H A Dmach_msg2.c156 static void* _Nullable
157 do_msg_rcv(void * _Nullable arg) in do_msg_rcv()
/xnu-11417.140.69/osfmk/arm64/
H A Dpcb.c123 machine_thread_has_valid_za(const arm_sme_saved_state_t *_Nullable sme_ss) in machine_thread_has_valid_za()