/freebsd/sys/contrib/openzfs/cmd/zed/ |
H A D | zed_log.c | 34 } _ctx; variable 44 _ctx.identity = (p != NULL) ? p + 1 : identity; in zed_log_init() 46 _ctx.identity = NULL; in zed_log_init() 48 _ctx.pipe_fd[0] = -1; in zed_log_init() 49 _ctx.pipe_fd[1] = -1; in zed_log_init() 69 if ((_ctx.pipe_fd[0] != -1) || (_ctx.pipe_fd[1] != -1)) in zed_log_pipe_open() 73 if (pipe(_ctx.pipe_fd) < 0) in zed_log_pipe_open() 87 if (_ctx.pipe_fd[0] < 0) in zed_log_pipe_close_reads() 92 if (close(_ctx.pipe_fd[0]) < 0) in zed_log_pipe_close_reads() 97 _ctx.pipe_fd[0] = -1; in zed_log_pipe_close_reads() [all …]
|
/freebsd/contrib/libcbor/src/cbor/ |
H A D | callbacks.c | 10 void cbor_null_uint8_callback(void *_CBOR_UNUSED(_ctx), in cbor_null_uint8_callback() argument 13 void cbor_null_uint16_callback(void *_CBOR_UNUSED(_ctx), in cbor_null_uint16_callback() argument 16 void cbor_null_uint32_callback(void *_CBOR_UNUSED(_ctx), in cbor_null_uint32_callback() argument 19 void cbor_null_uint64_callback(void *_CBOR_UNUSED(_ctx), in cbor_null_uint64_callback() argument 22 void cbor_null_negint8_callback(void *_CBOR_UNUSED(_ctx), in cbor_null_negint8_callback() argument 25 void cbor_null_negint16_callback(void *_CBOR_UNUSED(_ctx), in cbor_null_negint16_callback() argument 28 void cbor_null_negint32_callback(void *_CBOR_UNUSED(_ctx), in cbor_null_negint32_callback() argument 31 void cbor_null_negint64_callback(void *_CBOR_UNUSED(_ctx), in cbor_null_negint64_callback() argument 34 void cbor_null_string_callback(void *_CBOR_UNUSED(_ctx), in cbor_null_string_callback() argument 38 void cbor_null_string_start_callback(void *_CBOR_UNUSED(_ctx)) {} in cbor_null_string_start_callback() argument [all …]
|
/freebsd/sys/net/ |
H A D | ifdi_if.m | 48 null_void_op(if_ctx_t _ctx __unused) 53 null_timer_op(if_ctx_t _ctx __unused, uint16_t _qsidx __unused) 58 null_int_op(if_ctx_t _ctx __unused) 64 null_queue_intr_enable(if_ctx_t _ctx __unused, uint16_t _qid __unused) 70 null_led_func(if_ctx_t _ctx __unused, int _onoff __unused) 75 null_vlan_register_op(if_ctx_t _ctx __unused, uint16_t vtag __unused) 80 null_q_setup(if_ctx_t _ctx __unused, uint32_t _qid __unused) 98 null_iov_init(if_ctx_t _ctx __unused, uint16_t num_vfs __unused, const nvlist_t *params __unused) 104 null_vf_add(if_ctx_t _ctx __unused, uint16_t num_vfs __unused, const nvlist_t *params __unused) 110 null_priv_ioctl(if_ctx_t _ctx __unused, u_long command, caddr_t data __unused) [all …]
|
/freebsd/sys/tests/ |
H A D | ktest.h | 76 #define KTEST_LOG_LEVEL(_ctx, _l, _fmt, ...) { \ argument 77 if (ktest_start_msg(_ctx)) { \ 78 ktest_add_msg_meta(_ctx, __func__, __FILE__, __LINE__); \ 79 ktest_add_msg_text(_ctx, _l, _fmt, ## __VA_ARGS__); \ 80 ktest_end_msg(_ctx); \ 84 #define KTEST_LOG(_ctx, _fmt, ...) \ argument 85 KTEST_LOG_LEVEL(_ctx, LOG_DEBUG, _fmt, ## __VA_ARGS__)
|
/freebsd/sys/netipsec/ |
H A D | ipsec.h | 269 #define IPSEC_INIT_CTX(_ctx, _mp, _inp, _sav, _af, _enc) do { \ argument 270 (_ctx)->mp = (_mp); \ 271 (_ctx)->inp = (_inp); \ 272 (_ctx)->sav = (_sav); \ 273 (_ctx)->af = (_af); \ 274 (_ctx)->enc = (_enc); \
|
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/ |
H A D | asan_interceptors_memintrinsics.h | 66 AsanInterceptorContext *_ctx = (AsanInterceptorContext *)ctx; \ in DECLARE_REAL() 68 if (_ctx) { \ in DECLARE_REAL() 69 suppressed = IsInterceptorSuppressed(_ctx->interceptor_name); \ in DECLARE_REAL()
|
/freebsd/crypto/openssl/crypto/poly1305/asm/ |
H A D | poly1305-ppc.pl | 773 my ($ctx_,$_ctx,$const) = map("r$_",(10..12)); 1332 addi $_ctx,$sp,`$LOCALS+15` # &ctx->r[1], r^2:r^4 shadow 1396 stvx $R1,$x00,$_ctx 1397 stvx $S1,$x10,$_ctx 1398 stvx $R2,$x20,$_ctx 1399 stvx $S2,$x30,$_ctx 1400 stvx $T1,$x40,$_ctx 1401 stvx $T2,$x50,$_ctx 1402 stvx $T3,$x60,$_ctx 1403 stvx $T4,$x70,$_ctx [all …]
|
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_interceptors.h | 128 TsanInterceptorContext _ctx = {thr, pc}; \ 129 ctx = (void *)&_ctx; \
|
/freebsd/sys/dev/iavf/ |
H A D | iavf_iflib.h | 121 #define iavf_sc_from_ctx(_ctx) \ argument 122 ((struct iavf_sc *)iflib_get_softc(_ctx))
|
/freebsd/crypto/openssl/crypto/sha/asm/ |
H A D | sha512-x86_64.pl | 180 $_ctx="16*$SZ+0*8(%rsp)"; 327 mov $ctx,$_ctx # save ctx, 1st arg 372 mov $_ctx,$ctx 807 mov $ctx,$_ctx # save ctx, 1st arg 1084 mov $_ctx,$ctx 1169 mov $ctx,$_ctx # save ctx, 1st arg 1474 mov $_ctx,$ctx 1563 mov $ctx,$_ctx # save ctx, 1st arg 1800 mov $_ctx,$ctx 1933 mov $ctx,$_ctx # save ctx, 1st arg [all …]
|
/freebsd/sys/crypto/openssl/amd64/ |
H A D | ossl_aes_gcm.c | 676 int ossl_aes_gcm_setkey_aesni(const unsigned char *key, int klen, void *_ctx); 680 void *_ctx) in ossl_aes_gcm_setkey_aesni() argument 684 ctx = _ctx; in ossl_aes_gcm_setkey_aesni() 690 int ossl_aes_gcm_setkey_avx512(const unsigned char *key, int klen, void *_ctx); 694 void *_ctx) in ossl_aes_gcm_setkey_avx512() argument 698 ctx = _ctx; in ossl_aes_gcm_setkey_avx512()
|
/freebsd/crypto/openssl/crypto/aes/asm/ |
H A D | aesni-sha256-x86_64.pl | 115 $_ctx="16*$SZ+5*8(%rsp)"; 379 mov $ctx,$_ctx 587 mov $_ctx,%r15 # borrow $a2 695 mov $ctx,$_ctx 857 mov $_ctx,%r15 # borrow $a2 1010 mov $ctx,$_ctx 1178 mov `2*$SZ*$rounds+5*8`(%rsp),%r15 # $_ctx, borrow $a2 1235 mov `2*$SZ*$rounds+5*8`(%rsp),%r15 # $_ctx, borrow $a2
|
/freebsd/sys/dev/bhnd/tools/ |
H A D | nvram_map_gen.awk | 3663 function parser_state_find_context(class, _state, _ctx, _i) { 3670 _ctx = get(_state, p_ctx) 3673 if (obj_is_instanceof(_ctx, class)) 3674 return (_ctx) 3716 function in_parser_context(class, _ctx) { 3720 _ctx = get(parser_state_get(), p_ctx) 3721 return (obj_is_instanceof(_ctx, class)) 3778 function parse_variable_group(_ctx, _groups, _group, _group_name) { 3779 _ctx = parser_state_get_context(NVRAM) 3796 _groups = get(_ctx, p_var_groups) [all …]
|
/freebsd/sys/crypto/openssl/arm/ |
H A D | ossl_aes_gcm.c | 348 int ossl_aes_gcm_setkey(const unsigned char *key, int klen, void *_ctx); 351 ossl_aes_gcm_setkey(const unsigned char *key, int klen, void *_ctx) in ossl_aes_gcm_setkey() argument 355 ctx = _ctx; in ossl_aes_gcm_setkey()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
H A D | ClangASTImporter.h | 243 DeclOrigin(clang::ASTContext *_ctx, clang::Decl *_decl) in DeclOrigin() 244 : ctx(_ctx), decl(_decl) { in DeclOrigin() 246 assert(_decl == nullptr || &_decl->getASTContext() == _ctx); in DeclOrigin()
|
/freebsd/contrib/libcbor/examples/ |
H A D | streaming_parser.c | 33 void find_string(void* UNUSED(_ctx), cbor_data buffer, uint64_t len) { in find_string() argument
|
/freebsd/crypto/openssh/ |
H A D | hostfile.c | 231 record_hostkey(struct hostkey_foreach_line *l, void *_ctx) in record_hostkey() argument 233 struct load_callback_ctx *ctx = (struct load_callback_ctx *)_ctx; in record_hostkey() 551 host_delete(struct hostkey_foreach_line *l, void *_ctx) in host_delete() argument 553 struct host_delete_ctx *ctx = (struct host_delete_ctx *)_ctx; in host_delete()
|
H A D | clientloop.c | 2088 hostkeys_find(struct hostkey_foreach_line *l, void *_ctx) in hostkeys_find() argument 2090 struct hostkeys_update_ctx *ctx = (struct hostkeys_update_ctx *)_ctx; in hostkeys_find() 2170 hostkeys_check_old(struct hostkey_foreach_line *l, void *_ctx) in hostkeys_check_old() argument 2172 struct hostkeys_update_ctx *ctx = (struct hostkeys_update_ctx *)_ctx; in hostkeys_check_old() 2330 u_int32_t seq, void *_ctx) in client_global_hostkeys_prove_confirm() argument 2332 struct hostkeys_update_ctx *ctx = (struct hostkeys_update_ctx *)_ctx; in client_global_hostkeys_prove_confirm()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/ |
H A D | hwasan_interceptors.cpp | 99 HWAsanInterceptorContext _ctx = {#func}; \ 100 ctx = (void *)&_ctx; \
|
/freebsd/sbin/ifconfig/ |
H A D | ifconfig_netlink.c | 447 struct ifconfig_context _ctx = { in list_interfaces_nl() local 452 struct ifconfig_context *ctx = &_ctx; in list_interfaces_nl()
|
/freebsd/crypto/heimdal/lib/gssapi/ntlm/ |
H A D | crypto.c | 258 #define CTX_FLAGS_ISSET(_ctx,_flags) \ argument 259 (((_ctx)->flags & (_flags)) == (_flags))
|
/freebsd/sys/netinet/ |
H A D | in_pcb.h | 673 #define INP_ITERATOR(_ipi, _lock, _match, _ctx) \ argument 679 .ctx = (_ctx), \
|
/freebsd/crypto/openssh/regress/unittests/hostkeys/ |
H A D | test_iterate.c | 52 check(struct hostkey_foreach_line *l, void *_ctx) in check() argument 54 struct cbctx *ctx = (struct cbctx *)_ctx; in check()
|
/freebsd/contrib/libcbor/doc/source/ |
H A D | using.rst | 143 void find_string(void * _ctx, cbor_data buffer, size_t len)
|
/freebsd/sys/dev/mlx4/mlx4_ib/ |
H A D | mlx4_ib_sysfs.c | 162 static int create_sysfs_entry(void *_ctx, struct mlx4_ib_iov_sysfs_attr *_dentry, in create_sysfs_entry() argument 175 vdentry->ctx = _ctx; in create_sysfs_entry()
|