/external/mesa3d/src/intel/compiler/ |
D | brw_eu.h | 448 unsigned msg_control) in brw_dp_desc() argument 456 return (desc | SET_BITS(msg_control, 13, 8) | in brw_dp_desc() 459 return (desc | SET_BITS(msg_control, 13, 8) | in brw_dp_desc() 462 return (desc | SET_BITS(msg_control, 12, 8) | in brw_dp_desc() 503 unsigned msg_control, in brw_dp_read_desc() argument 508 return brw_dp_desc(devinfo, binding_table_index, msg_type, msg_control); in brw_dp_read_desc() 511 SET_BITS(msg_control, 10, 8) | in brw_dp_read_desc() 516 SET_BITS(msg_control, 11, 8) | in brw_dp_read_desc() 551 unsigned msg_control, in brw_dp_write_desc() argument 558 return brw_dp_desc(devinfo, binding_table_index, msg_type, msg_control) | in brw_dp_write_desc() [all …]
|
/external/strace/tests-m32/ |
D | msg_control.c | 118 mh->msg_control = cmsg; in test_scm_rights1() 182 mh->msg_control = cmsg[0]; in test_scm_rights2() 220 mh->msg_control = cmsg; in test_scm_rights3() 246 mh->msg_control = cmsg; in test_scm_timestamp() 266 mh->msg_control = cmsg; in test_scm_timestamp() 291 mh->msg_control = cmsg; in test_scm_timestampns() 311 mh->msg_control = cmsg; in test_scm_timestampns() 341 mh->msg_control = cmsg; in test_scm_timestamping() 366 mh->msg_control = cmsg; in test_scm_timestamping() 415 mh->msg_control = cmsg; in test_scm_security() [all …]
|
D | scm_rights.c | 83 mh->msg_control = cmsg; in main() 99 mh->msg_control = cmsg; in main()
|
/external/strace/tests-mx32/ |
D | msg_control.c | 118 mh->msg_control = cmsg; in test_scm_rights1() 182 mh->msg_control = cmsg[0]; in test_scm_rights2() 220 mh->msg_control = cmsg; in test_scm_rights3() 246 mh->msg_control = cmsg; in test_scm_timestamp() 266 mh->msg_control = cmsg; in test_scm_timestamp() 291 mh->msg_control = cmsg; in test_scm_timestampns() 311 mh->msg_control = cmsg; in test_scm_timestampns() 341 mh->msg_control = cmsg; in test_scm_timestamping() 366 mh->msg_control = cmsg; in test_scm_timestamping() 415 mh->msg_control = cmsg; in test_scm_security() [all …]
|
D | scm_rights.c | 83 mh->msg_control = cmsg; in main() 99 mh->msg_control = cmsg; in main()
|
/external/strace/tests/ |
D | msg_control.c | 118 mh->msg_control = cmsg; in test_scm_rights1() 182 mh->msg_control = cmsg[0]; in test_scm_rights2() 220 mh->msg_control = cmsg; in test_scm_rights3() 246 mh->msg_control = cmsg; in test_scm_timestamp() 266 mh->msg_control = cmsg; in test_scm_timestamp() 291 mh->msg_control = cmsg; in test_scm_timestampns() 311 mh->msg_control = cmsg; in test_scm_timestampns() 341 mh->msg_control = cmsg; in test_scm_timestamping() 366 mh->msg_control = cmsg; in test_scm_timestamping() 415 mh->msg_control = cmsg; in test_scm_security() [all …]
|
D | scm_rights.c | 83 mh->msg_control = cmsg; in main() 99 mh->msg_control = cmsg; in main()
|
/external/crosvm/common/cros_asyncv2/src/unix/io_driver/ |
D | cmsg.rs | 49 if !msg.msg_control.is_null() { in add_fds_to_message() 53 msg.msg_control = cmsg_buffer.as_ptr(); in add_fds_to_message() 146 msg_control: ptr::null_mut(), in test_add_fds_to_message() 159 assert_eq!(msg.msg_control, cmsg_buffer.as_ptr()); in test_add_fds_to_message() 192 msg_control: cmsg.as_mut_ptr() as *mut libc::c_void, in test_take_fds_from_message()
|
/external/musl/src/network/ |
D | sendmsg.c | 21 memcpy(chbuf, h.msg_control, h.msg_controllen); in sendmsg() 22 h.msg_control = chbuf; in sendmsg()
|
/external/strace/ |
D | fetch_struct_msghdr.c | 70 p_native->msg_control = (void *) (unsigned long) in MPERS_PRINTER_DECL() 71 v_compat.msg_control; in MPERS_PRINTER_DECL()
|
D | fetch_struct_mmsghdr.c | 70 p_native->msg_hdr.msg_control = (void *) (unsigned long) in MPERS_PRINTER_DECL() 71 v_compat.msg_hdr.msg_control; in MPERS_PRINTER_DECL()
|
/external/igt-gpu-tools/assembler/ |
D | brw_eu_emit.c | 597 unsigned msg_control, in brw_set_dp_write_message() argument 628 insn->bits3.gen7_dp.msg_control = msg_control | in brw_set_dp_write_message() 633 insn->bits3.gen6_dp.msg_control = msg_control | in brw_set_dp_write_message() 639 insn->bits3.dp_write_gen5.msg_control = msg_control; in brw_set_dp_write_message() 645 insn->bits3.dp_write.msg_control = msg_control; in brw_set_dp_write_message() 656 unsigned msg_control, in brw_set_dp_read_message() argument 683 insn->bits3.gen7_dp.msg_control = msg_control; in brw_set_dp_read_message() 687 insn->bits3.gen6_dp.msg_control = msg_control; in brw_set_dp_read_message() 692 insn->bits3.dp_read_gen5.msg_control = msg_control; in brw_set_dp_read_message() 697 insn->bits3.dp_read_g4x.msg_control = msg_control; /*8:10*/ in brw_set_dp_read_message() [all …]
|
D | brw_structs.h | 1326 unsigned msg_control:4; member 1339 unsigned msg_control:3; member 1352 unsigned msg_control:4; member 1366 unsigned msg_control:3; member 1380 unsigned msg_control:3; member 1399 unsigned msg_control:5; member 1421 unsigned msg_control:5; member 1442 unsigned msg_control:6; member
|
/external/crosvm/base/src/unix/ |
D | sock_ctrl_msg.rs | 66 .wrapping_sub(msghdr.msg_control as usize) as usize in get_next_cmsg() 122 msg_control: null_mut(), in raw_sendmsg() 145 msg.msg_control = cmsg_buffer.as_mut_ptr() as *mut c_void; in raw_sendmsg() 169 msg_control: null_mut(), in raw_recvmsg() 175 msg.msg_control = cmsg_buffer.as_mut_ptr() as *mut c_void; in raw_recvmsg() 191 let mut cmsg_ptr = msg.msg_control as *mut cmsghdr; in raw_recvmsg()
|
/external/crosvm/common/sys_util/src/ |
D | sock_ctrl_msg.rs | 66 .wrapping_sub(msghdr.msg_control as usize) as usize in get_next_cmsg() 122 msg_control: null_mut(), in raw_sendmsg() 145 msg.msg_control = cmsg_buffer.as_mut_ptr() as *mut c_void; in raw_sendmsg() 169 msg_control: null_mut(), in raw_recvmsg() 175 msg.msg_control = cmsg_buffer.as_mut_ptr() as *mut c_void; in raw_recvmsg() 191 let mut cmsg_ptr = msg.msg_control as *mut cmsghdr; in raw_recvmsg()
|
/external/ltp/utils/sctp/func_tests/ |
D | test_1_to_1_events.c | 117 outmessage.msg_control = outcmsg; in main() 152 inmessage.msg_control = incmsg; in main() 173 inmessage.msg_control = incmsg; in main()
|
D | test_assoc_shutdown.c | 126 outmessage.msg_control = outcmsg; in main() 156 inmessage.msg_control = incmsg; in main() 190 outmessage.msg_control = outcmsg; in main()
|
D | test_assoc_abort.c | 126 outmessage.msg_control = outcmsg; in main() 156 inmessage.msg_control = incmsg; in main() 189 outmessage.msg_control = outcmsg; in main()
|
/external/linux-kselftest/tools/testing/selftests/net/ |
D | msg_zerocopy.c | 175 if (!msg->msg_control) in add_zcopy_cookie() 177 cm = (void *)msg->msg_control; in add_zcopy_cookie() 198 memset(&msg->msg_control, 0, sizeof(msg->msg_control)); in do_sendmsg() 200 msg->msg_control = (struct cmsghdr *)ckbuf; in do_sendmsg() 220 msg->msg_control = NULL; in do_sendmsg() 369 msg.msg_control = cmsgbuf; in do_recvmsg_completion() 405 msg.msg_control = control; in do_recv_completion()
|
/external/ltp/utils/sctp/lib/ |
D | sendmsg.c | 49 outmsg.msg_control = outcmsg; in sctp_sendmsg() 92 outmsg.msg_control = outcmsg; in sctp_send()
|
/external/openscreen/platform/impl/ |
D | network_interface_linux.cc | 176 msg.msg_control = nullptr; in GetLinkInfo() 198 msg.msg_control = nullptr, in GetLinkInfo() 280 msg.msg_control = nullptr; in PopulateSubnetsOrClearList() 301 msg.msg_control = nullptr; in PopulateSubnetsOrClearList()
|
/external/wmediumd/wmediumd/lib/ |
D | vhost.c | 171 .msg_control = msghdr->msg_control, in usfstl_vhost_user_read_msg() 207 msghdr->msg_control = NULL; in usfstl_vhost_user_read_msg() 217 msghdr->msg_control = hdr2.msg_control; in usfstl_vhost_user_read_msg() 519 uint8_t msg_control[CMSG_SPACE(sizeof(int) * MAX_REGIONS)] = { 0 }; in usfstl_vhost_user_handle_msg() local 523 .msg_control = msg_control, in usfstl_vhost_user_handle_msg() 524 .msg_controllen = sizeof(msg_control), in usfstl_vhost_user_handle_msg() 687 msghdr.msg_control = NULL; in usfstl_vhost_user_handle_msg()
|
/external/ltp/testcases/kernel/syscalls/recvmsg/ |
D | recvmsg03.c | 75 msg.msg_control = 0; in client() 113 msg.msg_control = 0; in server()
|
/external/libnl/lib/ |
D | nl.c | 398 hdr.msg_control = buf; in nl_send_iovec() 695 msg.msg_control = malloc(msg.msg_controllen); in nl_recv() 696 if (!msg.msg_control) { in nl_recv() 730 tmp = realloc(msg.msg_control, msg.msg_controllen); in nl_recv() 735 msg.msg_control = tmp; in nl_recv() 793 free(msg.msg_control); in nl_recv()
|
/external/wpa_supplicant_8/src/crypto/ |
D | crypto_linux.c | 462 msg.msg_control = buf; in linux_af_alg_skcipher_oper() 564 msg.msg_control = buf; in rc4_skip() 585 msg.msg_control = NULL; in rc4_skip() 637 msg.msg_control = buf; in des_encrypt() 696 msg.msg_control = buf; in aes_128_cbc_oper() 805 msg.msg_control = buf; in aes_unwrap() 905 msg.msg_control = buf; in crypto_cipher_init() 943 msg.msg_control = buf; in crypto_cipher_oper()
|