Home
last modified time | relevance | path

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

/xnu-8796.141.3/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-8796.141.3/EXTERNAL_HEADERS/img4/
H A Druntime.h357 typedef void *_Nullable (*img4_runtime_alloc_t)(
380 void *_Nullable p,
434 void *_Nullable handle,
451 typedef void *_Nullable (*img4_runtime_log_handle_t)(
652 const img4_buff_t *_Nullable manifest
691 size_t *_Nullable payload_len
709 typedef void *_Nullable (*img4_runtime_alloc_type_t)(
711 void *_Nullable handle
730 void *_Nullable handle,
796 img4_nonce_t *_Nullable n
[all …]
H A Dfirmware.h257 img4_image_t _Nullable image,
265 img4_image_t _Nullable image,
399 img4_firmware_t _Nullable
449 img4_firmware_t _Nullable
687 const img4_chip_t *_Nullable
730 const img4_nonce_t *_Nullable nonce);
791 const img4_nonce_t *_Nullable nonce);
817 img4_firmware_destroy(img4_firmware_t _Nonnull *_Nullable fw);
H A Dchip.h19 typedef const img4_chip_t *_Nullable const *img4_chip_select_array_t;
323 const img4_chip_t *_Nullable
347 const img4_chip_t *_Nullable
423 const img4_chip_t *_Nullable
446 const img4_chip_t *_Nullable
H A Dimage.h28 const img4_buff_t *_Nullable
29 img4_image_get_bytes(img4_image_t _Nullable image);
/xnu-8796.141.3/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-8796.141.3/libsyscall/mach/
H A Dmach_right.c45 mach_right_send_t *_Nullable sr, uintptr_t ctx) in mach_right_recv_construct()
/xnu-8796.141.3/bsd/sys/
H A Dcdefs.h296 #ifndef _Nullable
297 #define _Nullable macro
/xnu-8796.141.3/libkern/os/
H A Dbase.h300 typedef void (*os_function_t)(void *_Nullable);