Searched defs:check_data (Results 1 – 3 of 3) sorted by relevance
/linux/lib/tests/ |
H A D | scanf_kunit.c | 26 _test(struct kunit *test, const char *file, const int line, check_fn fn, const void *check_data, in _test() 60 static void check_ull(struct kunit *test, const char *file, const int line, const void *check_data, in check_ull() 68 static void check_ll(struct kunit *test, const char *file, const int line, const void *check_data, in check_ll() 77 const void *check_data, const char *string, const char *fmt, int n_args, in check_ulong() 85 static void check_long(struct kunit *test, const char *file, const int line, const void *check_data, in check_long() 93 static void check_uint(struct kunit *test, const char *file, const int line, const void *check_data, in check_uint() 101 static void check_int(struct kunit *test, const char *file, const int line, const void *check_data, in check_int() 110 const void *check_data, const char *string, const char *fmt, int n_args, in check_ushort() 119 const void *check_data, const char *string, const char *fmt, int n_args, in check_short() 128 const void *check_data, const char *string, const char *fmt, int n_args, in check_uchar() [all …]
|
/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | select_reuseport.c | 227 static void check_data(int type, sa_family_t family, const struct cmd *cmd, in check_data() function
|
/linux/drivers/isdn/mISDN/ |
H A D | tei.c | 1197 check_data(struct manager *mgr, struct sk_buff *skb) in check_data() function
|