Home
last modified time | relevance | path

Searched defs:_context (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/libcbor/test/
H A Dstream_expectations.c28 void uint8_callback(void *_CBOR_UNUSED(_context), uint8_t actual) { in uint8_callback()
39 void uint16_callback(void *_CBOR_UNUSED(_context), uint16_t actual) { in uint16_callback()
50 void uint32_callback(void *_CBOR_UNUSED(_context), uint32_t actual) { in uint32_callback()
61 void uint64_callback(void *_CBOR_UNUSED(_context), uint64_t actual) { in uint64_callback()
72 void negint8_callback(void *_CBOR_UNUSED(_context), uint8_t actual) { in negint8_callback()
83 void negint16_callback(void *_CBOR_UNUSED(_context), uint16_t actual) { in negint16_callback()
94 void negint32_callback(void *_CBOR_UNUSED(_context), uint32_t actual) { in negint32_callback()
105 void negint64_callback(void *_CBOR_UNUSED(_context), uint64_t actual) { in negint64_callback()
117 void byte_string_callback(void *_CBOR_UNUSED(_context), cbor_data address, in byte_string_callback()
130 void byte_string_start_callback(void *_CBOR_UNUSED(_context)) { in byte_string_start_callback()
[all …]
/freebsd/crypto/heimdal/kcm/
H A Dkcm_locl.h46 #define KCM_LOG_REQUEST(_context, _client, _opcode) do { \ argument
51 #define KCM_LOG_REQUEST_NAME(_context, _client, _opcode, _name) do { \ argument
/freebsd/contrib/kyua/drivers/
H A Dscan_results_test.cpp71 optional< model::context > _context; member in __anond158765e0111::capture_hooks
/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Dops.c306 RX_HANDLER_NO_SIZE(_cmd_id,_fn,_context) global() argument
308 RX_HANDLER_GRP_NO_SIZE(_grp,_cmd,_fn,_context) global() argument
310 RX_HANDLER(_cmd_id,_fn,_context,_struct) global() argument
313 RX_HANDLER_GRP(_grp,_cmd,_fn,_context,_struct) global() argument