Searched refs:__result_use_check (Results 1 – 14 of 14) sorted by relevance
/freebsd/sys/sys/ |
H A D | malloc.h | 185 vm_paddr_t boundary) __malloc_like __result_use_check 190 __malloc_like __result_use_check __alloc_size(1) __alloc_align(7); 194 __result_use_check __alloc_size(1); 246 struct domainset *ds, int flags) __malloc_like __result_use_check 249 int flags) __malloc_like __result_use_check 252 struct domainset *ds, int flags) __malloc_like __result_use_check 255 __result_use_check __alloc_size(1); 257 struct domainset *ds, int flags) __malloc_like __result_use_check 267 __result_use_check __alloc_size(2); 269 __result_use_check __alloc_siz [all...] |
H A D | refcount.h | 98 static __inline __result_use_check bool 117 static __inline __result_use_check bool 133 static __inline __result_use_check bool 175 static __inline __result_use_check bool \ 194 static __inline __result_use_check bool 201 static __inline __result_use_check bool 213 static __inline __result_use_check bool
|
H A D | systm.h | 305 int __result_use_check copyinstr(const void * __restrict udaddr, 308 int __result_use_check copyin(const void * __restrict udaddr, 310 int __result_use_check copyin_nofault(const void * __restrict udaddr, 334 int __result_use_check fueword(volatile const void *base, long *val); 335 int __result_use_check fueword32(volatile const void *base, int32_t *val); 336 int __result_use_check fueword64(volatile const void *base, int64_t *val);
|
H A D | acl.h | 312 int __result_use_check acl_copy_oldacl_into_acl(const struct oldacl *source, 314 int __result_use_check acl_copy_acl_into_oldacl(const struct acl *source,
|
H A D | buf.h | 606 int bgetvp(struct vnode *, struct buf *) __result_use_check;
|
H A D | cdefs.h | 255 #define __result_use_check __attribute__((__warn_unused_result__)) macro
|
H A D | file.h | 308 static __inline __result_use_check bool
|
/freebsd/include/ |
H A D | stdlib.h | 92 void *calloc(size_t, size_t) __malloc_like __result_use_check 103 void *malloc(size_t) __malloc_like __result_use_check __alloc_size(1); 110 void *realloc(void *, size_t) __result_use_check __alloc_size(2); 315 void *reallocarray(void *, size_t, size_t) __result_use_check 317 void *reallocf(void *, size_t) __result_use_check __alloc_size(2);
|
/freebsd/tools/build/cross-build/include/common/sys/ |
H A D | cdefs.h | 91 #ifndef __result_use_check 92 #define __result_use_check __attribute__((__warn_unused_result__)) macro
|
/freebsd/tools/build/cross-build/include/linux/ |
H A D | stdlib.h | 61 void *reallocf(void *, size_t) __result_use_check __alloc_size(2);
|
/freebsd/sys/dev/ioat/ |
H A D | ioat.h | 175 __result_use_check;
|
/freebsd/sys/compat/linuxkpi/common/include/linux/ |
H A D | compiler.h | 90 #define __must_check __result_use_check
|
/freebsd/sys/net/ |
H A D | if_var.h | 455 int __result_use_check ifa_try_ref(struct ifaddr *ifa); 537 bool __result_use_check if_try_ref(if_t);
|
/freebsd/sys/kern/ |
H A D | uipc_usrreq.c | 325 static __result_use_check bool
|