Searched refs:OS_WARN_RESULT (Results 1 – 17 of 17) sorted by relevance
| /xnu-8019.80.24/libkern/os/ |
| H A D | refcnt.h | 127 static os_ref_count_t os_ref_release(struct os_refcnt *) OS_WARN_RESULT; 128 static os_ref_count_t os_ref_release_relaxed(struct os_refcnt *) OS_WARN_RESULT; 139 static bool os_ref_retain_try(struct os_refcnt *) OS_WARN_RESULT; 150 static os_ref_count_t os_ref_release_locked(struct os_refcnt *) OS_WARN_RESULT; 177 static os_ref_count_t os_ref_release_raw(os_ref_atomic_t *, struct os_refgrp *) OS_WARN_RESULT; 178 …ic os_ref_count_t os_ref_release_raw_relaxed(os_ref_atomic_t *, struct os_refgrp *) OS_WARN_RESULT; 180 static bool os_ref_retain_try_raw(os_ref_atomic_t *, struct os_refgrp *) OS_WARN_RESULT; 181 …os_ref_retain_floor_try_raw(os_ref_atomic_t *, os_ref_count_t f, struct os_refgrp *) OS_WARN_RESULT 186 …tic os_ref_count_t os_ref_release_locked_raw(os_ref_atomic_t *, struct os_refgrp *) OS_WARN_RESULT; 231 struct os_refgrp *grp) OS_WARN_RESULT; [all …]
|
| H A D | object.h | 117 #define OS_WARN_RESULT_NEEDS_RELEASE OS_WARN_RESULT 121 #define OS_WARN_RESULT_NEEDS_RELEASE OS_WARN_RESULT 144 #define OS_WARN_RESULT_NEEDS_RELEASE OS_WARN_RESULT
|
| H A D | log.h | 215 OS_EXPORT OS_NOTHROW OS_WARN_RESULT OS_OBJECT_RETURNS_RETAINED 237 OS_EXPORT OS_NOTHROW OS_WARN_RESULT 257 OS_EXPORT OS_NOTHROW OS_WARN_RESULT
|
| H A D | refcnt_internal.h | 116 static inline os_ref_count_t OS_WARN_RESULT 167 static inline os_ref_count_t OS_WARN_RESULT 174 static inline os_ref_count_t OS_WARN_RESULT 317 uint32_t reject_mask, struct os_refgrp *grp) OS_WARN_RESULT; 320 uint32_t reject_mask, struct os_refgrp *grp) OS_WARN_RESULT;
|
| H A D | base.h | 66 #define OS_WARN_RESULT __attribute__((__warn_unused_result__)) macro 103 #define OS_WARN_RESULT macro
|
| H A D | overflow.h | 48 bool __header_always_inline OS_WARN_RESULT
|
| H A D | trace.h | 729 OS_EXPORT OS_NOTHROW OS_WARN_RESULT 755 OS_EXPORT OS_NOTHROW OS_WARN_RESULT
|
| /xnu-8019.80.24/libsyscall/mach/mach/ |
| H A D | mach_right_private.h | 120 OS_ALWAYS_INLINE OS_WARN_RESULT 139 OS_ALWAYS_INLINE OS_WARN_RESULT 157 OS_ALWAYS_INLINE OS_WARN_RESULT 175 OS_ALWAYS_INLINE OS_WARN_RESULT 193 OS_ALWAYS_INLINE OS_WARN_RESULT 244 OS_EXPORT OS_WARN_RESULT 304 OS_EXPORT OS_WARN_RESULT 323 OS_EXPORT OS_WARN_RESULT 367 OS_EXPORT OS_WARN_RESULT
|
| /xnu-8019.80.24/EXTERNAL_HEADERS/img4/ |
| H A D | image.h | 26 OS_EXPORT OS_WARN_RESULT OS_NONNULL1 58 OS_EXPORT OS_WARN_RESULT OS_NONNULL1 OS_NONNULL3 88 OS_EXPORT OS_WARN_RESULT OS_NONNULL1 OS_NONNULL3 118 OS_EXPORT OS_WARN_RESULT OS_NONNULL1 OS_NONNULL3 148 OS_EXPORT OS_WARN_RESULT OS_NONNULL1 OS_NONNULL3
|
| H A D | firmware.h | 277 OS_EXPORT OS_WARN_RESULT OS_MALLOC OS_NONNULL1 OS_NONNULL2 OS_NONNULL4 327 OS_EXPORT OS_WARN_RESULT OS_MALLOC OS_NONNULL1 OS_NONNULL2 OS_NONNULL4 370 OS_EXPORT OS_WARN_RESULT OS_MALLOC OS_NONNULL1 OS_NONNULL2 405 OS_EXPORT OS_WARN_RESULT OS_NONNULL1 527 OS_EXPORT OS_WARN_RESULT 628 OS_EXPORT OS_WARN_RESULT OS_NONNULL1 OS_NONNULL2
|
| H A D | chip.h | 584 OS_EXPORT OS_WARN_RESULT OS_NONNULL1 602 OS_EXPORT OS_WARN_RESULT 622 OS_EXPORT OS_WARN_RESULT 640 OS_EXPORT OS_WARN_RESULT 673 OS_EXPORT OS_WARN_RESULT OS_NONNULL1 OS_NONNULL2 708 OS_EXPORT OS_WARN_RESULT OS_NONNULL1
|
| H A D | runtime.h | 1050 OS_EXPORT OS_WARN_RESULT 1091 OS_EXPORT OS_WARN_RESULT OS_NONNULL1 OS_NONNULL2 OS_NONNULL3 1131 OS_EXPORT OS_WARN_RESULT OS_NONNULL1 OS_NONNULL2 OS_NONNULL3
|
| H A D | nonce.h | 277 OS_EXPORT OS_WARN_RESULT OS_NONNULL1 OS_NONNULL2
|
| /xnu-8019.80.24/bsd/libkern/ |
| H A D | copyio.h | 35 int copyin(const user_addr_t uaddr, void *kaddr, size_t len) OS_WARN_RESULT; 48 OS_ALWAYS_INLINE OS_WARN_RESULT static inline int
|
| H A D | libkern.h | 202 int copyinstr(const user_addr_t uaddr, void *kaddr, size_t len, size_t *done) OS_WARN_RESULT;
|
| /xnu-8019.80.24/osfmk/mach/ |
| H A D | vm_param.h | 131 static inline int OS_WARN_RESULT
|
| /xnu-8019.80.24/bsd/kern/ |
| H A D | subr_sbuf.c | 264 static int OS_WARN_RESULT
|