Searched defs:msg (Results 1 – 7 of 7) sorted by relevance
| /include/linux/ |
| A D | build_bug.h | 38 #define BUILD_BUG_ON_MSG(cond, msg) compiletime_assert(!(cond), msg) argument 77 #define __static_assert(expr, msg, ...) _Static_assert(expr, msg) argument
|
| A D | compiler.h | 323 # define __compiletime_assert(condition, msg, prefix, suffix) \ argument 330 # define __compiletime_assert(condition, msg, prefix, suffix) do { } while (0) argument 333 #define _compiletime_assert(condition, msg, prefix, suffix) \ argument 345 #define compiletime_assert(condition, msg) \ argument
|
| /include/ |
| A D | mpfs-mailbox.h | 57 struct mpfs_mss_msg *msg; member
|
| A D | log.h | 419 const char *msg; member
|
| A D | efi_loader.h | 1114 struct pkcs7_message *msg, in efi_signature_verify_one()
|
| A D | ec_commands.h | 3469 struct ec_params_i2c_passthru_msg msg[]; member
|
| /include/u-boot/ |
| A D | zlib.h | 429 char *msg; /* last error message, NULL if no error */ member
|
Completed in 25 milliseconds