Home
last modified time | relevance | path

Searched defs:check (Results 1 – 25 of 221) sorted by relevance

123456789

/openbmc/linux/drivers/firmware/efi/
H A Dcper-x86.c48 #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 Dcipher.cpp71 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 Dqed-check.c44 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 Ddyn_test.c40 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 Dftrace_test.c123 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 Dabi_test.c93 int check; in FIXTURE() local
198 static int clone_check(void *check) in clone_check()
/openbmc/linux/security/apparmor/
H A Dmatch.c409 #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 Dinflate.c152 # 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/linux/tools/testing/cxl/
H A Dconfig_check.c4 void check(void) in check() function
/openbmc/linux/tools/testing/nvdimm/
H A Dconfig_check.c4 void check(void) in check() function
/openbmc/linux/lib/
H A Dtest_user_copy.c222 #define test_legit(size, check) \ in test_user_copy_init() argument
287 #define test_illegal(size, check) \ in test_user_copy_init() argument
/openbmc/linux/tools/perf/tests/shell/
H A Dbuildid.sh48 check() function
/openbmc/linux/tools/testing/selftests/net/mptcp/
H A Dpm_netlink.sh53 check() function
/openbmc/linux/tools/objtool/
H A Dsync-check.sh47 check () { function
/openbmc/linux/tools/perf/
H A Dcheck-headers.sh122 check () { function
/openbmc/u-boot/scripts/dtc/
H A Dchecks.c45 struct check { struct
47 check_fn fn; argument
50 enum checkstatus status; argument
53 struct check **prereq; argument
/openbmc/linux/tools/testing/selftests/bpf/
H A Dtest_bpftool_build.sh40 check() { function
/openbmc/linux/tools/testing/selftests/drivers/net/netdevsim/
H A Dethtool-common.sh23 function check { function
/openbmc/u-boot/scripts/kconfig/lxdialog/
H A Dcheck-lxdialog.sh48 check() { function
/openbmc/phosphor-ipmi-blobs/
H A Dfs.cpp28 PathMatcher check) in getLibraryList()
/openbmc/qemu/scripts/qapi/
H A Dschema.py85 def check(self, schema): member in QAPISchemaEntity
267 def check(self, schema): member in QAPISchemaType
325 def check(self, schema): member in QAPISchemaEnumType
371 def check(self, schema): member in QAPISchemaArrayType
431 def check(self, schema): member in QAPISchemaObjectType
535 def check(self, schema): member in QAPISchemaAlternateType
610 def check(self, schema, seen): member in QAPISchemaVariants
777 def check(self, schema): member in QAPISchemaObjectTypeMember
820 def check(self, schema): member in QAPISchemaCommand
880 def check(self, schema): member in QAPISchemaEvent
[all …]
/openbmc/openbmc/poky/meta/lib/oeqa/files/
H A Dtest.c14 double check = 10.0; in main() local
/openbmc/qemu/tests/tcg/openrisc/
H A DMakefile67 check: $(TESTCASES) target
/openbmc/openbmc/poky/scripts/
H A Doe-check-sstate44 def check(args): function
/openbmc/linux/net/netfilter/
H A Dnf_nat_proto.c446 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()

123456789