Searched refs:_context (Results 1 – 8 of 8) sorted by relevance
| /freebsd-14.2/contrib/libcbor/test/ |
| H A D | stream_expectations.c | 28 void uint8_callback(void *_CBOR_UNUSED(_context), uint8_t actual) { in uint8_callback() argument 39 void uint16_callback(void *_CBOR_UNUSED(_context), uint16_t actual) { in uint16_callback() argument 130 void byte_string_start_callback(void *_CBOR_UNUSED(_context)) { in byte_string_start_callback() argument 154 void string_start_callback(void *_CBOR_UNUSED(_context)) { in string_start_callback() argument 164 void indef_break_callback(void *_CBOR_UNUSED(_context)) { in indef_break_callback() argument 185 void indef_array_start_callback(void *_CBOR_UNUSED(_context)) { in indef_array_start_callback() argument 206 void indef_map_start_callback(void *_CBOR_UNUSED(_context)) { in indef_map_start_callback() argument 227 void half_callback(void *_CBOR_UNUSED(_context), float actual) { in half_callback() argument 269 void bool_callback(void *_CBOR_UNUSED(_context), bool actual) { in bool_callback() argument 275 void null_callback(void *_CBOR_UNUSED(_context)) { in null_callback() argument [all …]
|
| /freebsd-14.2/include/ |
| H A D | dlfcn.h | 127 void dllockinit(void *_context, 128 void *(*_lock_create)(void *_context), 133 void (*_context_destroy)(void *_context));
|
| /freebsd-14.2/contrib/kyua/drivers/ |
| H A D | scan_results_test.cpp | 71 optional< model::context > _context; member in __anon2f83ab140111::capture_hooks 105 PRE(!_context); in got_context() 106 _context = context; in got_context() 199 ATF_REQUIRE(context == hooks._context.get()); in ATF_TEST_CASE_BODY()
|
| /freebsd-14.2/crypto/heimdal/kcm/ |
| H A D | kcm_locl.h | 46 #define KCM_LOG_REQUEST(_context, _client, _opcode) do { \ argument 51 #define KCM_LOG_REQUEST_NAME(_context, _client, _opcode, _name) do { \ argument
|
| /freebsd-14.2/sys/contrib/dev/iwlwifi/mvm/ |
| H A D | ops.c | 306 #define RX_HANDLER_NO_SIZE(_cmd_id, _fn, _context) \ argument 307 { .cmd_id = _cmd_id, .fn = _fn, .context = _context, } 308 #define RX_HANDLER_GRP_NO_SIZE(_grp, _cmd, _fn, _context) \ argument 309 { .cmd_id = WIDE_ID(_grp, _cmd), .fn = _fn, .context = _context, } 310 #define RX_HANDLER(_cmd_id, _fn, _context, _struct) \ argument 312 .context = _context, .min_size = sizeof(_struct), } 313 #define RX_HANDLER_GRP(_grp, _cmd, _fn, _context, _struct) \ argument 315 .context = _context, .min_size = sizeof(_struct), }
|
| /freebsd-14.2/sys/sys/ |
| H A D | linker.h | 152 int linker_file_foreach(linker_predicate_t *_predicate, void *_context);
|
| /freebsd-14.2/contrib/bearssl/test/ |
| H A D | test_speed.c | 39 br_ ## cname ## _context mc; \
|
| H A D | test_crypto.c | 95 br_ ## cname ## _context mc; \ 112 br_ ## cname ## _context mc2; \ 137 br_ ## cname ## _context mc; \
|