Home
last modified time | relevance | path

Searched refs:__must_check (Results 1 – 5 of 5) sorted by relevance

/f-stack/freebsd/amd64/include/xen/
H A Dhypercall.h54 #define __must_check macro
159 static inline int __must_check
166 static inline int __must_check
174 static inline int __must_check
182 static inline int __must_check
189 static inline int __must_check
196 static inline int __must_check
212 static inline int __must_check
219 static inline int __must_check
233 static inline int __must_check
[all …]
/f-stack/freebsd/crypto/ccp/
H A Dccp.h46 #ifndef __must_check
47 #define __must_check __attribute__((__warn_unused_result__)) macro
222 struct cryptop *crp) __must_check;
224 struct cryptop *crp) __must_check;
226 __must_check;
228 __must_check;
237 __must_check;
H A Dccp_hardware.c846 static int __must_check
886 static int __must_check
1039 static int __must_check
1073 static int __must_check
1258 static int __must_check
1306 int __must_check
1381 static int __must_check
1397 static int __must_check
1671 int __must_check
1696 int __must_check
[all …]
/f-stack/freebsd/contrib/vchiq/interface/vchiq_arm/
H A Dvchiq_killable.h43 static inline int __must_check down_interruptible_killable(struct semaphore *sem) in down_interruptible_killable()
57 static inline int __must_check mutex_lock_interruptible_killable(struct mutex *lock) in mutex_lock_interruptible_killable()
/f-stack/freebsd/contrib/openzfs/include/os/freebsd/linux/
H A Dcompiler.h80 #define __must_check __result_use_check macro