| /freebsd-14.2/contrib/ofed/librdmacm/examples/ |
| H A D | rdma_xclient.c | 48 static uint8_t send_msg[16]; variable 57 sge.addr = (uint64_t) (uintptr_t) send_msg; in post_send() 58 sge.length = (uint32_t) sizeof send_msg; in post_send() 100 mr = rdma_reg_msgs(id, send_msg, sizeof send_msg); in test()
|
| H A D | rdma_client.c | 45 static uint8_t send_msg[16]; variable 89 send_mr = rdma_reg_msgs(id, send_msg, 16); in run() 109 ret = rdma_post_send(id, NULL, send_msg, 16, send_mr, send_flags); in run()
|
| H A D | rdma_server.c | 44 static uint8_t send_msg[16]; variable 108 send_mr = rdma_reg_msgs(id, send_msg, 16); in run() 134 ret = rdma_post_send(id, NULL, send_msg, 16, send_mr, send_flags); in run()
|
| H A D | riostream.c | 146 static int send_msg(int size) in send_msg() function 253 ret = dst_addr ? send_msg(16) : recv_msg(16); in sync_test() 257 return dst_addr ? recv_msg(16) : send_msg(16); in sync_test()
|
| /freebsd-14.2/crypto/openssh/ |
| H A D | ssh-pkcs11-helper.c | 110 send_msg(struct sshbuf *m) in send_msg() function 158 send_msg(msg); in process_add() 180 send_msg(msg); in process_del() 249 send_msg(msg); in process_sign()
|
| H A D | sftp-client.c | 245 send_msg(conn, msg); in send_string_request() 264 send_msg(conn, msg); in send_string_attrs_request() 481 send_msg(ret, msg); in sftp_init() 641 send_msg(conn, msg); in sftp_get_limits() 689 send_msg(conn, msg); in sftp_close() 724 send_msg(conn, msg); in sftp_lsreaddir() 1153 send_msg(conn, msg); in sftp_copy() 1174 send_msg(conn, msg); in sftp_copy() 1198 send_msg(conn, msg); in sftp_copy() 1248 send_msg(conn, msg); in sftp_rename() [all …]
|
| H A D | ssh-pkcs11-client.c | 184 send_msg(int fd, struct sshbuf *m) in send_msg() function 286 send_msg(helper->fd, msg); in rsa_encrypt() 369 send_msg(helper->fd, msg); in ecdsa_do_sign() 607 send_msg(helper->fd, msg); in pkcs11_add_provider()
|
| H A D | sftp-server.c | 521 send_msg(struct sshbuf *m) in send_msg() function 570 send_msg(msg); in send_status_errmsg() 592 send_msg(msg); in send_data_or_handle() 634 send_msg(msg); in send_names() 651 send_msg(msg); in send_attrib() 681 send_msg(msg); in send_statvfs() 737 send_msg(msg); in process_init() 1546 send_msg(msg); in process_extended_limits() 1768 send_msg(msg); in process_extended_get_users_groups_by_id()
|
| /freebsd-14.2/contrib/wpa/src/wps/ |
| H A D | wps_upnp_web.c | 1227 goto send_msg; in web_connection_parse_unsubscribe() 1260 goto send_msg; in web_connection_parse_unsubscribe() 1267 goto send_msg; in web_connection_parse_unsubscribe() 1277 goto send_msg; in web_connection_parse_unsubscribe() 1284 goto send_msg; in web_connection_parse_unsubscribe() 1309 goto send_msg; in web_connection_parse_unsubscribe() 1315 goto send_msg; in web_connection_parse_unsubscribe() 1320 send_msg: in web_connection_parse_unsubscribe()
|
| /freebsd-14.2/usr.bin/msgs/ |
| H A D | msgs.c | 140 static bool send_msg = false; variable 228 send_msg = true; in main() 250 if (!send_msg) { in main() 326 if (!send_msg) { in main() 336 if (send_msg) { in main()
|
| /freebsd-14.2/sys/dev/qat/qat_common/ |
| H A D | adf_gen4_pfvf.c | 128 pfvf_ops->send_msg = adf_gen4_vf2pf_send; in adf_gen4_init_vf_pfvf_ops()
|
| H A D | adf_pfvf_vf_proto.c | 36 int ret = pfvf_ops->send_msg(accel_dev, in adf_send_vf2pf_msg()
|
| /freebsd-14.2/lib/libtacplus/ |
| H A D | taclib.c | 78 static int send_msg(struct tac_handle *); 614 send_msg(struct tac_handle *h) in send_msg() function 1036 if (send_msg(h) == -1 || recv_msg(h) == -1) in tac_send_authen() 1095 if (send_msg(h) == -1 || recv_msg(h) == -1) in tac_send_author() 1155 if (send_msg(h) == -1 || recv_msg(h) == -1) in tac_send_acct()
|
| /freebsd-14.2/contrib/wpa/src/eap_peer/ |
| H A D | eap_wsc.c | 516 goto send_msg; in eap_wsc_process() 563 send_msg: in eap_wsc_process()
|
| /freebsd-14.2/sys/dev/qat/include/common/ |
| H A D | adf_accel_devices.h | 317 int (*send_msg)(struct adf_accel_dev *accel_dev, member
|