Home
last modified time | relevance | path

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

12

/xnu-12377.41.6/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-12377.41.6/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-12377.41.6/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-12377.41.6/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-12377.41.6/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-12377.41.6/EXTERNAL_HEADERS/image4/restricted/
H A Denvironment.h63 const void *_Nullable
/xnu-12377.41.6/libkern/libkern/image4/
H A Ddlxk.h101 const image4_dlxk_interface_t *_Nullable
/xnu-12377.41.6/tests/
H A Dproc_core_name_mte.c81 const segment_command_t * _Nullable
82 macho_get_next_segment(const mach_header_t * _Nonnull mh, const segment_command_t * _Nullable seg) in macho_get_next_segment()
H A Drestartable_ranges.c52 extern void fake_msgSend(void * _Nullable);
/xnu-12377.41.6/osfmk/kern/
H A Dexclaves_memory.h63 char * _Nullable * _Nonnull address);
H A Dsched_clutch.c161 …, sched_clutch_root_bucket_t, processor_t _Nullable processor, thread_t _Nullable prev_thread, boo…
646 sched_clutch_root_bucket_t _Nullable prev_bucket, in sched_clutch_root_unbound_select_aboveui()
647 thread_t _Nullable prev_thread) in sched_clutch_root_unbound_select_aboveui()
713 sched_clutch_root_bucket_t _Nullable prev_bucket, in sched_clutch_root_bound_select_aboveui()
714 thread_t _Nullable prev_thread) in sched_clutch_root_bound_select_aboveui()
781 sched_clutch_root_bucket_t _Nullable prev_bucket, in sched_clutch_root_highest_aboveui_root_bucket()
782 thread_t _Nullable prev_thread, in sched_clutch_root_highest_aboveui_root_bucket()
843 sched_clutch_root_bucket_t _Nullable prev_bucket, in sched_clutch_root_highest_root_bucket()
844 thread_t _Nullable prev_thread, in sched_clutch_root_highest_root_bucket()
1755 processor_t _Nullable processor, in sched_clutch_root_bucket_highest_clutch_bucket()
[all …]
/xnu-12377.41.6/tests/ipc/
H A Dimm_pinned_control_port_crasher.c72 static void* _Nullable
73 pthread_run(void *_Nullable) in pthread_run() argument
H A Dmach_msg2.c156 static void* _Nullable
157 do_msg_rcv(void * _Nullable arg) in do_msg_rcv()
/xnu-12377.41.6/libsyscall/mach/
H A Dmach_right.c46 mach_right_send_t *_Nullable sr, uintptr_t ctx) in mach_right_recv_construct()
/xnu-12377.41.6/tests/signals/
H A Dsignal_exit_reason.c502 static void *_Nullable
503 pthread_kill_helper(void *_Nullable msg) in pthread_kill_helper()
/xnu-12377.41.6/EXTERNAL_HEADERS/image4/shim/
H A Dbase.h286 typedef void (*os_function_t)(void *_Nullable);
/xnu-12377.41.6/bsd/sys/
H A Dcdefs.h308 #ifndef _Nullable
309 #define _Nullable macro
/xnu-12377.41.6/libkern/os/
H A Dbase.h308 typedef void (*os_function_t)(void *_Nullable);

12