/openbmc/linux/drivers/firmware/efi/ |
H A D | cper-x86.c | 48 #define CHECK_VALID_BITS(check) (((check) & GENMASK_ULL(15, 0))) argument 49 #define CHECK_TRANS_TYPE(check) (((check) & GENMASK_ULL(17, 16)) >> 16) argument 50 #define CHECK_OPERATION(check) (((check) & GENMASK_ULL(21, 18)) >> 18) argument 51 #define CHECK_LEVEL(check) (((check) & GENMASK_ULL(24, 22)) >> 22) argument 58 #define CHECK_BUS_PART_TYPE(check) (((check) & GENMASK_ULL(31, 30)) >> 30) argument 60 #define CHECK_BUS_ADDR_SPACE(check) (((check) & GENMASK_ULL(34, 33)) >> 33) argument 69 #define CHECK_MS_ERR_TYPE(check) (((check) & GENMASK_ULL(18, 16)) >> 16) argument 153 static inline void print_bool(char *str, const char *pfx, u64 check, u64 bit) in print_bool() 158 static void print_err_info_ms(const char *pfx, u16 validation_bits, u64 check) in print_err_info_ms() 184 static void print_err_info(const char *pfx, u8 err_type, u64 check) in print_err_info()
|
/openbmc/phosphor-net-ipmid/test/ |
H A D | cipher.cpp | 71 auto check = std::equal(output.begin(), output.end(), response.begin()); in TEST() local 132 auto check = algoPtr->verifyIntegrityData( in TEST() local 169 auto check = algoPtr->verifyIntegrityData( in TEST() local 234 auto check = std::equal(output.begin(), output.end(), response.begin()); in TEST() local 296 auto check = algoPtr->verifyIntegrityData( in TEST() local 334 auto check = algoPtr->verifyIntegrityData( in TEST() local 406 auto check = std::equal(payload.begin(), payload.end(), output.begin()); in TEST() local 484 auto check = std::equal(payload.begin(), payload.end(), plain.begin()); in TEST() local
|
/openbmc/qemu/block/ |
H A D | qed-check.c | 44 static bool qed_set_used_clusters(QEDCheck *check, uint64_t offset, in qed_set_used_clusters() 69 static unsigned int qed_check_l2_table(QEDCheck *check, QEDTable *table) in qed_check_l2_table() 111 qed_check_l1_table(QEDCheck *check, QEDTable *table) in qed_check_l1_table() 188 static void qed_check_for_leaks(QEDCheck *check) in qed_check_for_leaks() 226 QEDCheck check = { in qed_check() local
|
/openbmc/linux/tools/testing/selftests/user_events/ |
H A D | dyn_test.c | 40 static int reg_event(int fd, int *check, int bit, const char *value) in reg_event() 56 static int unreg_event(int fd, int *check, int bit) in unreg_event() 67 static int parse(int *check, const char *value) in parse() 93 static int check_match(int *check, const char *first, const char *second, bool *match) in check_match() 146 int check; in FIXTURE() local
|
H A D | ftrace_test.c | 123 static int clear(int *check) in clear() 158 static int check_print_fmt(const char *event, const char *expected, int *check) in check_print_fmt() 206 int check; in FIXTURE() local
|
H A D | abi_test.c | 93 int check; in FIXTURE() local 198 static int clone_check(void *check) in clone_check()
|
/openbmc/linux/security/apparmor/ |
H A D | match.c | 409 #define match_char(state, def, base, next, check, C) \ argument 445 u16 *check = CHECK_TABLE(dfa); in aa_dfa_match_len() local 484 u16 *check = CHECK_TABLE(dfa); in aa_dfa_match() local 522 u16 *check = CHECK_TABLE(dfa); in aa_dfa_next() local 540 u16 *check = CHECK_TABLE(dfa); in aa_dfa_outofband_transition() local 571 u16 *check = CHECK_TABLE(dfa); in aa_dfa_match_until() local 632 u16 *check = CHECK_TABLE(dfa); in aa_dfa_matchn_until() local 708 u16 *check = CHECK_TABLE(dfa); in leftmatch_fb() local
|
/openbmc/u-boot/lib/zlib/ |
H A D | inflate.c | 152 # define UPDATE(check, buf, len) \ argument 155 # define UPDATE(check, buf, len) adler32(check, buf, len) argument 160 # define CRC2(check, word) \ argument 167 # define CRC4(check, word) \ argument
|
/openbmc/qemu/scripts/qapi/ |
H A D | schema.py | 92 def check(self, schema: QAPISchema) -> None: member in QAPISchemaEntity 141 def check(self, schema: QAPISchema) -> None: member in QAPISchemaDefinition 368 def check(self, schema: QAPISchema) -> None: member in QAPISchemaType 431 def check(self, schema: QAPISchema) -> None: member in QAPISchemaEnumType 478 def check(self, schema: QAPISchema) -> None: member in QAPISchemaArrayType 544 def check(self, schema: QAPISchema) -> None: member in QAPISchemaObjectType 662 def check(self, schema: QAPISchema) -> None: member in QAPISchemaAlternateType 734 def check( member in QAPISchemaVariants 749 def check( member in QAPISchemaBranches 837 def check( member in QAPISchemaAlternatives [all …]
|
/openbmc/linux/tools/testing/cxl/ |
H A D | config_check.c | 4 void check(void) in check() function
|
/openbmc/linux/tools/testing/nvdimm/ |
H A D | config_check.c | 4 void check(void) in check() function
|
/openbmc/linux/lib/ |
H A D | test_user_copy.c | 222 #define test_legit(size, check) \ in test_user_copy_init() argument 287 #define test_illegal(size, check) \ in test_user_copy_init() argument
|
/openbmc/u-boot/scripts/dtc/ |
H A D | checks.c | 45 struct check { struct 47 check_fn fn; argument 50 enum checkstatus status; argument 53 struct check **prereq; argument
|
/openbmc/linux/tools/perf/tests/shell/ |
H A D | buildid.sh | 48 check() function
|
/openbmc/linux/tools/testing/selftests/net/mptcp/ |
H A D | pm_netlink.sh | 53 check() function
|
/openbmc/linux/tools/objtool/ |
H A D | sync-check.sh | 47 check () { function
|
/openbmc/linux/tools/perf/ |
H A D | check-headers.sh | 122 check () { function
|
/openbmc/linux/tools/testing/selftests/bpf/ |
H A D | test_bpftool_build.sh | 40 check() { function
|
/openbmc/linux/tools/testing/selftests/drivers/net/netdevsim/ |
H A D | ethtool-common.sh | 23 function check { function
|
/openbmc/u-boot/scripts/kconfig/lxdialog/ |
H A D | check-lxdialog.sh | 48 check() { function
|
/openbmc/phosphor-ipmi-blobs/ |
H A D | fs.cpp | 28 PathMatcher check) in getLibraryList()
|
/openbmc/openbmc/poky/meta/lib/oeqa/files/ |
H A D | test.c | 14 double check = 10.0; in main() local
|
/openbmc/qemu/tests/tcg/openrisc/ |
H A D | Makefile | 67 check: $(TESTCASES) target
|
/openbmc/openbmc/poky/scripts/ |
H A D | oe-check-sstate | 44 def check(args): function
|
/openbmc/linux/net/netfilter/ |
H A D | nf_nat_proto.c | 446 unsigned int iphdroff, __sum16 *check, in nf_nat_ipv4_csum_update() 464 unsigned int iphdroff, __sum16 *check, in nf_nat_ipv6_csum_update() 485 unsigned int iphdroff, __sum16 *check, in nf_csum_update() 500 u8 proto, void *data, __sum16 *check, in nf_nat_ipv4_csum_recalc() 520 u8 proto, void *data, __sum16 *check, in nf_nat_ipv6_csum_recalc() 540 u8 nfproto, u8 proto, void *data, __sum16 *check, in nf_nat_csum_recalc()
|