Home
last modified time | relevance | path

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

/xnu-8019.80.24/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-8019.80.24/EXTERNAL_HEADERS/img4/
H A Druntime.h337 typedef void *_Nullable (*img4_runtime_alloc_t)(
360 void *_Nullable p,
414 void *_Nullable handle,
431 typedef void *_Nullable (*img4_runtime_log_handle_t)(
632 const img4_buff_t *_Nullable manifest
671 size_t *_Nullable payload_len
689 typedef void *_Nullable (*img4_runtime_alloc_type_t)(
691 void *_Nullable handle
710 void *_Nullable handle,
807 img4_runtime_dealloc_t _Nullable i4b_dealloc;
[all …]
H A Dfirmware.h142 img4_image_t _Nullable image,
150 img4_image_t _Nullable image,
278 img4_firmware_t _Nullable
328 img4_firmware_t _Nullable
528 const img4_chip_t *_Nullable
571 const img4_nonce_t *_Nullable nonce);
632 const img4_nonce_t *_Nullable nonce);
658 img4_firmware_destroy(img4_firmware_t _Nonnull *_Nullable fw);
H A Dchip.h27 typedef const img4_chip_t *_Nullable const *img4_chip_select_array_t;
623 const img4_chip_t *_Nullable
/xnu-8019.80.24/libsyscall/mach/mach/
H A Dmach_right_private.h247 mach_right_send_t *_Nullable sr, uintptr_t ctx);
282 mach_right_recv_destruct(mach_right_recv_t r, mach_right_send_t *_Nullable s,
/xnu-8019.80.24/libsyscall/mach/
H A Dmach_right.c45 mach_right_send_t *_Nullable sr, uintptr_t ctx) in mach_right_recv_construct()
/xnu-8019.80.24/bsd/sys/
H A Dcdefs.h289 #ifndef _Nullable
290 #define _Nullable macro
/xnu-8019.80.24/libkern/os/
H A Dbase.h293 typedef void (*os_function_t)(void *_Nullable);
/xnu-8019.80.24/osfmk/x86_64/
H A Dpmap.c3520 __unused const img4_buff_t *_Nullable manifest) in pmap_image4_execute_object()