Searched refs:__must_check (Results 1 - 17 of 17) sorted by last modified time

/freebsd-11-stable/sys/compat/linuxkpi/common/include/linux/
H A Dww_mutex.h73 static inline int __must_check
H A Dmutex.h98 static inline __must_check enum mutex_trylock_recursive_enum
H A Dcompiler.h78 #define __must_check __result_use_check macro
H A Dkref.h94 static inline int __must_check
/freebsd-11-stable/contrib/wpa/src/utils/
H A Dcommon.h450 #ifndef __must_check
452 #define __must_check __attribute__((__warn_unused_result__)) macro
454 #define __must_check macro
456 #endif /* __must_check */
464 #endif /* __must_check */
/freebsd-11-stable/contrib/wpa/src/crypto/
H A Dtls.h324 int __must_check
340 int __must_check tls_global_set_params(
351 int __must_check tls_global_set_verify(void *tls_ctx, int check_crl,
364 int __must_check tls_connection_set_verify(void *tls_ctx,
378 int __must_check tls_connection_get_random(void *tls_ctx,
397 int __must_check tls_connection_export_key(void *tls_ctx,
416 int __must_check tls_connection_get_eap_fast_key(void *tls_ctx,
534 int __must_check tls_connection_set_cipher_list(void *tls_ctx,
548 int __must_check tls_get_version(void *tls_ctx, struct tls_connection *conn,
561 int __must_check tls_get_ciphe
[all...]
H A Dms_funcs.h46 int __must_check encrypt_pw_block_with_password_hash(
49 int __must_check new_password_encrypted_with_old_nt_password_hash(
H A Dcrypto.h68 int __must_check fips186_2_prf(const u8 *seed, size_t seed_len, u8 *x,
252 int __must_check crypto_cipher_encrypt(struct crypto_cipher *ctx,
267 int __must_check crypto_cipher_decrypt(struct crypto_cipher *ctx,
349 int __must_check crypto_public_key_encrypt_pkcs1_v15(
366 int __must_check crypto_private_key_decrypt_pkcs1_v15(
383 int __must_check crypto_private_key_sign_pkcs1(struct crypto_private_key *key,
416 int __must_check crypto_public_key_decrypt_pkcs1(
435 int __must_check crypto_global_init(void);
466 int __must_check crypto_mod_exp(const u8 *base, size_t base_len,
H A Daes_wrap.h21 int __must_check aes_wrap(const u8 *kek, size_t kek_len, int n, const u8 *plain,
23 int __must_check aes_unwrap(const u8 *kek, size_t kek_len, int n,
25 int __must_check omac1_aes_vector(const u8 *key, size_t key_len,
28 int __must_check omac1_aes_128_vector(const u8 *key, size_t num_elem,
31 int __must_check omac1_aes_128(const u8 *key, const u8 *data, size_t data_len,
33 int __must_check omac1_aes_256(const u8 *key, const u8 *data, size_t data_len,
35 int __must_check aes_128_encrypt_block(const u8 *key, const u8 *in, u8 *out);
36 int __must_check aes_ctr_encrypt(const u8 *key, size_t key_len, const u8 *nonce,
38 int __must_check aes_128_ctr_encrypt(const u8 *key, const u8 *nonce,
40 int __must_check aes_128_eax_encryp
[all...]
H A Dsha1.h22 int __must_check tls_prf_sha1_md5(const u8 *secret, size_t secret_len,
/freebsd-11-stable/sys/dev/drm2/i915/
H A Di915_gem.c73 static __must_check int i915_gem_object_bind_to_gtt(struct drm_i915_gem_object *obj,
1184 static __must_check int
1217 static __must_check int
H A Di915_drv.h1421 int __must_check i915_gem_object_pin(struct drm_i915_gem_object *obj,
1426 int __must_check i915_gem_object_unbind(struct drm_i915_gem_object *obj);
1430 int __must_check i915_gem_object_get_pages(struct drm_i915_gem_object *obj);
1444 int __must_check i915_mutex_lock_interruptible(struct drm_device *dev);
1468 int __must_check i915_gem_object_get_fence(struct drm_i915_gem_object *obj);
1469 int __must_check i915_gem_object_put_fence(struct drm_i915_gem_object *obj);
1493 int __must_check i915_gem_check_wedge(struct drm_i915_private *dev_priv,
1498 int __must_check i915_gem_object_set_domain(struct drm_i915_gem_object *obj,
1501 int __must_check i915_gem_object_finish_gpu(struct drm_i915_gem_object *obj);
1502 int __must_check i915_gem_ini
[all...]
H A Dintel_ringbuffer.h77 bool __must_check (*irq_get)(struct intel_ring_buffer *ring);
84 int __must_check (*flush)(struct intel_ring_buffer *ring,
205 int __must_check intel_ring_begin(struct intel_ring_buffer *ring, int n);
213 int __must_check intel_ring_idle(struct intel_ring_buffer *ring);
/freebsd-11-stable/sys/dev/drm2/
H A Ddrm_os_freebsd.h36 #ifndef __must_check
37 #define __must_check macro
/freebsd-11-stable/contrib/wpa/src/eap_common/
H A Deap_psk_common.h68 int __must_check eap_psk_key_setup(const u8 *psk, u8 *ak, u8 *kdk);
69 int __must_check eap_psk_derive_keys(const u8 *kdk, const u8 *rand_p, u8 *tek,
/freebsd-11-stable/sys/contrib/vchiq/interface/vchiq_arm/
H A Dvchiq_killable.h43 static inline int __must_check down_interruptible_killable(struct semaphore *sem)
57 static inline int __must_check mutex_lock_interruptible_killable(struct mutex *lock)
/freebsd-11-stable/sys/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
226 static inline long __must_check
430 #undef __must_check macro
[all...]

Completed in 362 milliseconds