Home
last modified time | relevance | path

Searched defs:con (Results 351 - 374 of 374) sorted by relevance

1...<<1112131415

/kernel/linux/linux-6.6/drivers/media/pci/ddbridge/
H A Dddbridge-core.c381 static void calc_con(struct ddb_output *output, u32 *con, u32 *con2, u32 flags) in calc_con() argument
451 u32 con in ddb_output_start() local
[all...]
/kernel/linux/linux-6.6/sound/soc/
H A Dsoc-dapm.c1197 int con = 0; in is_connected_ep() local
/kernel/linux/linux-6.6/net/ceph/
H A Dmessenger_v2.c109 static int ceph_tcp_recv(struct ceph_connection *con) in ceph_tcp_recv() argument
196 ceph_tcp_send(struct ceph_connection *con) ceph_tcp_send() argument
211 add_in_kvec(struct ceph_connection *con, void *buf, int len) add_in_kvec() argument
224 reset_in_kvecs(struct ceph_connection *con) reset_in_kvecs() argument
232 set_in_bvec(struct ceph_connection *con, const struct bio_vec *bv) set_in_bvec() argument
240 set_in_skip(struct ceph_connection *con, int len) set_in_skip() argument
248 add_out_kvec(struct ceph_connection *con, void *buf, int len) add_out_kvec() argument
262 reset_out_kvecs(struct ceph_connection *con) reset_out_kvecs() argument
273 set_out_bvec(struct ceph_connection *con, const struct bio_vec *bv, bool zerocopy) set_out_bvec() argument
285 set_out_bvec_zero(struct ceph_connection *con) set_out_bvec_zero() argument
297 out_zero_add(struct ceph_connection *con, int len) out_zero_add() argument
303 alloc_conn_buf(struct ceph_connection *con, int len) alloc_conn_buf() argument
320 free_conn_bufs(struct ceph_connection *con) free_conn_bufs() argument
326 add_in_sign_kvec(struct ceph_connection *con, void *buf, int len) add_in_sign_kvec() argument
335 clear_in_sign_kvecs(struct ceph_connection *con) clear_in_sign_kvecs() argument
340 add_out_sign_kvec(struct ceph_connection *con, void *buf, int len) add_out_sign_kvec() argument
349 clear_out_sign_kvecs(struct ceph_connection *con) clear_out_sign_kvecs() argument
354 con_secure(struct ceph_connection *con) con_secure() argument
565 encode_epilogue_plain(struct ceph_connection *con, bool aborted) encode_epilogue_plain() argument
574 encode_epilogue_secure(struct ceph_connection *con, bool aborted) encode_epilogue_secure() argument
639 verify_control_crc(struct ceph_connection *con) verify_control_crc() argument
658 verify_epilogue_crcs(struct ceph_connection *con, u32 front_crc, u32 middle_crc, u32 data_crc) verify_epilogue_crcs() argument
703 setup_crypto(struct ceph_connection *con, const u8 *session_key, int session_key_len, const u8 *con_secret, int con_secret_len) setup_crypto() argument
798 hmac_sha256(struct ceph_connection *con, const struct kvec *kvecs, int kvec_cnt, u8 *hmac) hmac_sha256() argument
842 gcm_crypt(struct ceph_connection *con, bool encrypt, struct scatterlist *src, struct scatterlist *dst, int src_len) gcm_crypt() argument
1064 decrypt_preamble(struct ceph_connection *con) decrypt_preamble() argument
1072 decrypt_control_remainder(struct ceph_connection *con) decrypt_control_remainder() argument
1091 process_v2_sparse_read(struct ceph_connection *con, struct page **pages, int spos) process_v2_sparse_read() argument
1130 decrypt_tail(struct ceph_connection *con) decrypt_tail() argument
1182 prepare_banner(struct ceph_connection *con) prepare_banner() argument
1221 prepare_head_plain(struct ceph_connection *con, void *base, int ctrl_len, void *extdata, int extdata_len, bool to_be_signed) prepare_head_plain() argument
1251 prepare_head_secure_small(struct ceph_connection *con, void *base, int ctrl_len) prepare_head_secure_small() argument
1292 prepare_head_secure_big(struct ceph_connection *con, void *base, int ctrl_len) prepare_head_secure_big() argument
1324 __prepare_control(struct ceph_connection *con, int tag, void *base, int ctrl_len, void *extdata, int extdata_len, bool to_be_signed) __prepare_control() argument
1363 prepare_control(struct ceph_connection *con, int tag, void *base, int ctrl_len) prepare_control() argument
1369 prepare_hello(struct ceph_connection *con) prepare_hello() argument
1391 prepare_auth_request(struct ceph_connection *con) prepare_auth_request() argument
1427 prepare_auth_request_more(struct ceph_connection *con, void *reply, int reply_len) prepare_auth_request_more() argument
1459 prepare_auth_signature(struct ceph_connection *con) prepare_auth_signature() argument
1478 prepare_client_ident(struct ceph_connection *con) prepare_client_ident() argument
1530 prepare_session_reconnect(struct ceph_connection *con) prepare_session_reconnect() argument
1565 prepare_keepalive2(struct ceph_connection *con) prepare_keepalive2() argument
1581 prepare_ack(struct ceph_connection *con) prepare_ack() argument
1596 prepare_epilogue_plain(struct ceph_connection *con, bool aborted) prepare_epilogue_plain() argument
1610 prepare_message_plain(struct ceph_connection *con) prepare_message_plain() argument
1666 prepare_message_secure(struct ceph_connection *con) prepare_message_secure() argument
1730 prepare_message(struct ceph_connection *con) prepare_message() argument
1768 prepare_read_banner_prefix(struct ceph_connection *con) prepare_read_banner_prefix() argument
1783 prepare_read_banner_payload(struct ceph_connection *con, int payload_len) prepare_read_banner_payload() argument
1799 prepare_read_preamble(struct ceph_connection *con) prepare_read_preamble() argument
1808 prepare_read_control(struct ceph_connection *con) prepare_read_control() argument
1844 prepare_read_control_remainder(struct ceph_connection *con) prepare_read_control_remainder() argument
1864 prepare_read_data(struct ceph_connection *con) prepare_read_data() argument
1890 prepare_read_data_cont(struct ceph_connection *con) prepare_read_data_cont() argument
1930 prepare_sparse_read_cont(struct ceph_connection *con) prepare_sparse_read_cont() argument
2029 prepare_sparse_read_data(struct ceph_connection *con) prepare_sparse_read_data() argument
2047 prepare_read_tail_plain(struct ceph_connection *con) prepare_read_tail_plain() argument
2078 prepare_read_enc_page(struct ceph_connection *con) prepare_read_enc_page() argument
2106 prepare_read_tail_secure(struct ceph_connection *con) prepare_read_tail_secure() argument
2130 __finish_skip(struct ceph_connection *con) __finish_skip() argument
2136 prepare_skip_message(struct ceph_connection *con) prepare_skip_message() argument
2154 process_banner_prefix(struct ceph_connection *con) process_banner_prefix() argument
2177 process_banner_payload(struct ceph_connection *con) process_banner_payload() argument
2222 process_hello(struct ceph_connection *con, void *p, void *end) process_hello() argument
2289 process_auth_bad_method(struct ceph_connection *con, void *p, void *end) process_auth_bad_method() argument
2351 process_auth_reply_more(struct ceph_connection *con, void *p, void *end) process_auth_reply_more() argument
2388 process_auth_done(struct ceph_connection *con, void *p, void *end) process_auth_done() argument
2453 process_auth_signature(struct ceph_connection *con, void *p, void *end) process_auth_signature() argument
2503 process_server_ident(struct ceph_connection *con, void *p, void *end) process_server_ident() argument
2587 process_ident_missing_features(struct ceph_connection *con, void *p, void *end) process_ident_missing_features() argument
2609 process_session_reconnect_ok(struct ceph_connection *con, void *p, void *end) process_session_reconnect_ok() argument
2638 process_session_retry(struct ceph_connection *con, void *p, void *end) process_session_retry() argument
2671 process_session_retry_global(struct ceph_connection *con, void *p, void *end) process_session_retry_global() argument
2704 process_session_reset(struct ceph_connection *con, void *p, void *end) process_session_reset() argument
2752 process_keepalive2_ack(struct ceph_connection *con, void *p, void *end) process_keepalive2_ack() argument
2773 process_ack(struct ceph_connection *con, void *p, void *end) process_ack() argument
2793 process_control(struct ceph_connection *con, void *p, void *end) process_control() argument
2860 process_message_header(struct ceph_connection *con, void *p, void *end) process_message_header() argument
2902 process_message(struct ceph_connection *con) process_message() argument
2920 __handle_control(struct ceph_connection *con, void *p) __handle_control() argument
2960 handle_preamble(struct ceph_connection *con) handle_preamble() argument
2996 handle_control(struct ceph_connection *con) handle_control() argument
3022 handle_control_remainder(struct ceph_connection *con) handle_control_remainder() argument
3039 handle_epilogue(struct ceph_connection *con) handle_epilogue() argument
3077 finish_skip(struct ceph_connection *con) finish_skip() argument
3087 populate_in_iter(struct ceph_connection *con) populate_in_iter() argument
3156 ceph_con_v2_try_read(struct ceph_connection *con) ceph_con_v2_try_read() argument
3188 queue_data(struct ceph_connection *con) queue_data() argument
3201 queue_data_cont(struct ceph_connection *con) queue_data_cont() argument
3226 queue_enc_page(struct ceph_connection *con) queue_enc_page() argument
3254 queue_zeros(struct ceph_connection *con) queue_zeros() argument
3275 finish_message(struct ceph_connection *con) finish_message() argument
3296 populate_out_iter(struct ceph_connection *con) populate_out_iter() argument
3374 ceph_con_v2_try_write(struct ceph_connection *con) ceph_con_v2_try_write() argument
3457 prepare_zero_front(struct ceph_connection *con, int resid) prepare_zero_front() argument
3478 prepare_zero_middle(struct ceph_connection *con, int resid) prepare_zero_middle() argument
3499 prepare_zero_data(struct ceph_connection *con) prepare_zero_data() argument
3506 revoke_at_queue_data(struct ceph_connection *con) revoke_at_queue_data() argument
3549 revoke_at_queue_data_cont(struct ceph_connection *con) revoke_at_queue_data_cont() argument
3575 revoke_at_finish_message(struct ceph_connection *con) revoke_at_finish_message() argument
3633 ceph_con_v2_revoke(struct ceph_connection *con) ceph_con_v2_revoke() argument
3660 revoke_at_prepare_read_data(struct ceph_connection *con) revoke_at_prepare_read_data() argument
3679 revoke_at_prepare_read_data_cont(struct ceph_connection *con) revoke_at_prepare_read_data_cont() argument
3704 revoke_at_prepare_read_enc_page(struct ceph_connection *con) revoke_at_prepare_read_enc_page() argument
3720 revoke_at_prepare_sparse_data(struct ceph_connection *con) revoke_at_prepare_sparse_data() argument
3737 revoke_at_handle_epilogue(struct ceph_connection *con) revoke_at_handle_epilogue() argument
3750 ceph_con_v2_revoke_incoming(struct ceph_connection *con) ceph_con_v2_revoke_incoming() argument
3775 ceph_con_v2_opened(struct ceph_connection *con) ceph_con_v2_opened() argument
3780 ceph_con_v2_reset_session(struct ceph_connection *con) ceph_con_v2_reset_session() argument
3789 ceph_con_v2_reset_protocol(struct ceph_connection *con) ceph_con_v2_reset_protocol() argument
[all...]
H A Dosd_client.c4294 static void osd_fault(struct ceph_connection *con) in osd_fault() argument
5407 static void osd_dispatch(struct ceph_connection *con, struct ceph_msg *msg) in osd_dispatch() argument
5458 static struct ceph_msg *get_reply(struct ceph_connection *con, in get_reply() argument
5551 static struct ceph_msg *osd_alloc_msg(struct ceph_connection *con, in osd_alloc_msg() argument
5577 osd_get_con(struct ceph_connection *con) osd_get_con() argument
5585 osd_put_con(struct ceph_connection *con) osd_put_con() argument
5600 osd_get_authorizer(struct ceph_connection *con, int *proto, int force_new) osd_get_authorizer() argument
5616 osd_add_authorizer_challenge(struct ceph_connection *con, void *challenge_buf, int challenge_buf_len) osd_add_authorizer_challenge() argument
5627 osd_verify_authorizer_reply(struct ceph_connection *con) osd_verify_authorizer_reply() argument
5639 osd_invalidate_authorizer(struct ceph_connection *con) osd_invalidate_authorizer() argument
5649 osd_get_auth_request(struct ceph_connection *con, void *buf, int *buf_len, void **authorizer, int *authorizer_len) osd_get_auth_request() argument
5668 osd_handle_auth_reply_more(struct ceph_connection *con, void *reply, int reply_len, void *buf, int *buf_len, void **authorizer, int *authorizer_len) osd_handle_auth_reply_more() argument
5688 osd_handle_auth_done(struct ceph_connection *con, u64 global_id, void *reply, int reply_len, u8 *session_key, int *session_key_len, u8 *con_secret, int *con_secret_len) osd_handle_auth_done() argument
5702 osd_handle_auth_bad_method(struct ceph_connection *con, int used_proto, int result, const int *allowed_protos, int proto_cnt, const int *allowed_modes, int mode_cnt) osd_handle_auth_bad_method() argument
5764 prep_next_sparse_read(struct ceph_connection *con, struct ceph_msg_data_cursor *cursor) prep_next_sparse_read() argument
5852 osd_sparse_read(struct ceph_connection *con, struct ceph_msg_data_cursor *cursor, char **pbuf) osd_sparse_read() argument
[all...]
/kernel/linux/linux-5.10/drivers/scsi/qla2xxx/
H A Dqla_target.c1072 struct qlt_plogi_ack_t *con = in qlt_free_session_done() local
/kernel/linux/linux-5.10/drivers/tty/serial/
H A Dfsl_lpuart.c2515 static void lpuart_early_write(struct console *con, const char *s, unsigned n) in lpuart_early_write() argument
2522 static void lpuart32_early_write(struct console *con, const char *s, unsigned n) in lpuart32_early_write() argument
/kernel/linux/linux-5.10/drivers/tty/vt/
H A Dvt.c118 const struct consw *con; member
3821 static int vt_bind(struct con_driver *con) in vt_bind() argument
3832 struct con_driver *con = &registered_con_driver[i]; vt_bind() local
3871 vt_unbind(struct con_driver *con) vt_unbind() argument
3913 vt_bind(struct con_driver *con) vt_bind() argument
3917 vt_unbind(struct con_driver *con) vt_unbind() argument
3926 struct con_driver *con = dev_get_drvdata(dev); store_bind() local
3944 struct con_driver *con = dev_get_drvdata(dev); show_bind() local
3957 struct con_driver *con = dev_get_drvdata(dev); show_name() local
3976 vtconsole_init_device(struct con_driver *con) vtconsole_init_device() argument
3982 vtconsole_deinit_device(struct con_driver *con) vtconsole_deinit_device() argument
4314 struct con_driver *con = &registered_con_driver[i]; vtconsole_class_init() local
[all...]
/kernel/linux/linux-5.10/drivers/video/fbdev/sis/
H A Dsis_main.c1869 sisfb_get_fix(struct fb_fix_screeninfo *fix, int con, struct fb_info *info) in sisfb_get_fix() argument
/kernel/linux/linux-5.10/fs/ceph/
H A Dmds_client.c5078 static struct ceph_connection *con_get(struct ceph_connection *con) in con_get() argument
5087 static void con_put(struct ceph_connection *con) in con_put() argument
5098 static void peer_reset(struct ceph_connection *con) in peer_reset() argument
5107 static void dispatch(struct ceph_connection *con, struct ceph_msg *msg) in dispatch() argument
5165 static struct ceph_auth_handshake *get_authorizer(struct ceph_connection *con, in get_authorizer() argument
5193 add_authorizer_challenge(struct ceph_connection *con, void *challenge_buf, int challenge_buf_len) add_authorizer_challenge() argument
5204 verify_authorizer_reply(struct ceph_connection *con) verify_authorizer_reply() argument
5213 invalidate_authorizer(struct ceph_connection *con) invalidate_authorizer() argument
5224 mds_alloc_msg(struct ceph_connection *con, struct ceph_msg_header *hdr, int *skip) mds_alloc_msg() argument
[all...]
/kernel/linux/linux-6.6/drivers/base/
H A Dcore.c65 static int __fwnode_link_add(struct fwnode_handle *con, in __fwnode_link_add() argument
94 fwnode_link_add(struct fwnode_handle *con, struct fwnode_handle *sup) fwnode_link_add() argument
552 struct device *con = link->consumer; devlink_add_symlinks() local
600 struct device *con = link->consumer; devlink_remove_symlinks() local
1923 __fw_devlink_relax_cycles(struct device *con, struct fwnode_handle *sup_handle) __fw_devlink_relax_cycles() argument
2028 fw_devlink_create_devlink(struct device *con, struct fwnode_handle *sup_handle, struct fwnode_link *link) fw_devlink_create_devlink() argument
[all...]
/kernel/linux/linux-6.6/fs/ceph/
H A Dmds_client.c5700 static struct ceph_connection *mds_get_con(struct ceph_connection *con) in mds_get_con() argument
5709 static void mds_put_con(struct ceph_connection *con) in mds_put_con() argument
5720 static void mds_peer_reset(struct ceph_connection *con) in mds_peer_reset() argument
5730 static void mds_dispatch(struct ceph_connection *con, struct ceph_msg *msg) in mds_dispatch() argument
5789 mds_get_authorizer(struct ceph_connection *con, in argument
5805 mds_add_authorizer_challenge(struct ceph_connection *con, void *challenge_buf, int challenge_buf_len) mds_add_authorizer_challenge() argument
5816 mds_verify_authorizer_reply(struct ceph_connection *con) mds_verify_authorizer_reply() argument
5828 mds_invalidate_authorizer(struct ceph_connection *con) mds_invalidate_authorizer() argument
5839 mds_get_auth_request(struct ceph_connection *con, void *buf, int *buf_len, void **authorizer, int *authorizer_len) mds_get_auth_request() argument
5858 mds_handle_auth_reply_more(struct ceph_connection *con, void *reply, int reply_len, void *buf, int *buf_len, void **authorizer, int *authorizer_len) mds_handle_auth_reply_more() argument
5878 mds_handle_auth_done(struct ceph_connection *con, u64 global_id, void *reply, int reply_len, u8 *session_key, int *session_key_len, u8 *con_secret, int *con_secret_len) mds_handle_auth_done() argument
5892 mds_handle_auth_bad_method(struct ceph_connection *con, int used_proto, int result, const int *allowed_protos, int proto_cnt, const int *allowed_modes, int mode_cnt) mds_handle_auth_bad_method() argument
5913 mds_alloc_msg(struct ceph_connection *con, struct ceph_msg_header *hdr, int *skip) mds_alloc_msg() argument
[all...]
/kernel/linux/linux-6.6/drivers/tty/vt/
H A Dvt.c118 const struct consw *con; member
3752 static int vt_bind(struct con_driver *con) in vt_bind() argument
3763 struct con_driver *con = &registered_con_driver[i]; vt_bind() local
3802 vt_unbind(struct con_driver *con) vt_unbind() argument
3844 vt_bind(struct con_driver *con) vt_bind() argument
3848 vt_unbind(struct con_driver *con) vt_unbind() argument
3857 struct con_driver *con = dev_get_drvdata(dev); store_bind() local
3875 struct con_driver *con = dev_get_drvdata(dev); show_bind() local
3888 struct con_driver *con = dev_get_drvdata(dev); show_name() local
3907 vtconsole_init_device(struct con_driver *con) vtconsole_init_device() argument
3913 vtconsole_deinit_device(struct con_driver *con) vtconsole_deinit_device() argument
4246 struct con_driver *con = &registered_con_driver[i]; vtconsole_class_init() local
[all...]
/kernel/linux/linux-6.6/drivers/video/fbdev/sis/
H A Dsis_main.c1872 sisfb_get_fix(struct fb_fix_screeninfo *fix, int con, struct fb_info *info) in sisfb_get_fix() argument
/kernel/linux/linux-6.6/kernel/printk/
H A Dprintk.c2398 static bool __pr_flush(struct console *con, int timeout_ms, bool reset_on_progress) { return true; } in __pr_flush() argument
2583 struct console *con; in suspend_console() local
2606 struct console *con; in resume_console() local
2720 console_is_usable(struct console *con) console_is_usable() argument
2893 console_emit_next_record(struct console *con, bool *handover, int cookie) console_emit_next_record() argument
2977 struct console *con; console_flush_all() local
3380 struct console *con; console_init_seq() local
3465 struct console *con; register_console() local
3651 console_force_preferred_locked(struct console *con) console_force_preferred_locked() argument
3734 struct console *con; printk_late_init() local
3773 __pr_flush(struct console *con, int timeout_ms, bool reset_on_progress) __pr_flush() argument
[all...]
/kernel/linux/linux-6.6/kernel/trace/
H A Dbpf_trace.c3125 uprobe_multi_link_filter(struct uprobe_consumer *con, enum uprobe_filter_ctx ctx, in uprobe_multi_link_filter() argument
3135 uprobe_multi_link_handler(struct uprobe_consumer *con, struct pt_regs *regs) in uprobe_multi_link_handler() argument
3144 uprobe_multi_link_ret_handler(struct uprobe_consumer *con, unsigned long func, struct pt_regs *regs) in uprobe_multi_link_ret_handler() argument
/third_party/node/deps/openssl/openssl/apps/
H A Ds_server.c2338 SSL *con = NULL; in sv_body() local
2835 is_retryable(SSL *con, int i) is_retryable() argument
2845 init_ssl_connection(SSL *con) init_ssl_connection() argument
2948 print_connection_info(SSL *con) print_connection_info() argument
3043 SSL *con; www_body() local
3499 SSL *con; rev_body() local
[all...]
H A Ds_client.c371 static int tlsa_import_rr(SSL *con, const char *rrdata) in tlsa_import_rr() argument
417 static int tlsa_import_rrset(SSL *con, STACK_OF(OPENSSL_STRING) *rrset) in tlsa_import_rrset() argument
786 SSL *con = NULL; in s_client_main() local
[all...]
/third_party/openssl/apps/
H A Ds_server.c2333 SSL *con = NULL; in sv_body() local
2830 is_retryable(SSL *con, int i) is_retryable() argument
2840 init_ssl_connection(SSL *con) init_ssl_connection() argument
2943 print_connection_info(SSL *con) print_connection_info() argument
3038 SSL *con; www_body() local
3494 SSL *con; rev_body() local
[all...]
H A Ds_client.c371 static int tlsa_import_rr(SSL *con, const char *rrdata) in tlsa_import_rr() argument
417 static int tlsa_import_rrset(SSL *con, STACK_OF(OPENSSL_STRING) *rrset) in tlsa_import_rrset() argument
786 SSL *con = NULL; in s_client_main() local
[all...]
/third_party/selinux/libsepol/src/
H A Dmodule_to_cil.c2510 static int context_to_cil(struct policydb *pdb, struct context_struct *con) in context_to_cil() argument
/kernel/linux/linux-5.10/net/ceph/
H A Dosd_client.c4204 static void osd_fault(struct ceph_connection *con) in osd_fault() argument
5357 static void dispatch(struct ceph_connection *con, struct ceph_msg *msg) in dispatch() argument
5390 static struct ceph_msg *get_reply(struct ceph_connection *con, in get_reply() argument
5479 static struct ceph_msg *alloc_msg(struct ceph_connection *con, in alloc_msg() argument
5505 get_osd_con(struct ceph_connection *con) get_osd_con() argument
5513 put_osd_con(struct ceph_connection *con) put_osd_con() argument
5526 get_authorizer(struct ceph_connection *con, int *proto, int force_new) get_authorizer() argument
5554 add_authorizer_challenge(struct ceph_connection *con, void *challenge_buf, int challenge_buf_len) add_authorizer_challenge() argument
5565 verify_authorizer_reply(struct ceph_connection *con) verify_authorizer_reply() argument
5574 invalidate_authorizer(struct ceph_connection *con) invalidate_authorizer() argument
[all...]
/kernel/linux/linux-6.6/drivers/tty/serial/
H A Dfsl_lpuart.c2687 static void lpuart_early_write(struct console *con, const char *s, unsigned n) in lpuart_early_write() argument
2694 static void lpuart32_early_write(struct console *con, const char *s, unsigned n) in lpuart32_early_write() argument
/third_party/openssl/test/
H A Dsslapitest.c6947 SSL *con = NULL; in test_max_fragment_len_ext() local
/third_party/python/Python/
H A Dcompile.c8028 struct _PyCodeConstructor con = { in makecode() local

Completed in 147 milliseconds

1...<<1112131415