/third_party/mesa3d/src/intel/compiler/ |
D | brw_eu.h | 464 unsigned msg_control) in brw_dp_desc() argument 472 return (desc | SET_BITS(msg_control, 13, 8) | in brw_dp_desc() 475 return (desc | SET_BITS(msg_control, 13, 8) | in brw_dp_desc() 478 return (desc | SET_BITS(msg_control, 12, 8) | in brw_dp_desc() 519 unsigned msg_control, in brw_dp_read_desc() argument 524 return brw_dp_desc(devinfo, binding_table_index, msg_type, msg_control); in brw_dp_read_desc() 527 SET_BITS(msg_control, 10, 8) | in brw_dp_read_desc() 532 SET_BITS(msg_control, 11, 8) | in brw_dp_read_desc() 568 unsigned msg_control, in brw_dp_write_desc() argument 574 return brw_dp_desc(devinfo, binding_table_index, msg_type, msg_control) | in brw_dp_write_desc() [all …]
|
/third_party/musl/src/network/ |
D | sendmsg.c | 21 memcpy(chbuf, h.msg_control, h.msg_controllen); in sendmsg() 22 h.msg_control = chbuf; in sendmsg()
|
/third_party/gstreamer/gstplugins_bad/ext/avtp/ |
D | gstavtpsink.c | 295 msg->msg_control = g_malloc0 (msg->msg_controllen); in gst_avtp_sink_init_msghdr() 326 g_free (avtpsink->msg->msg_control); in gst_avtp_sink_stop() 373 uint8_t msg_control[CMSG_SPACE (sizeof (struct sock_extended_err))]; in gst_avtp_sink_process_error_queue() local 385 .msg_control = msg_control, in gst_avtp_sink_process_error_queue() 386 .msg_controllen = sizeof (msg_control) in gst_avtp_sink_process_error_queue()
|
/third_party/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_abort.c | 126 outmessage.msg_control = outcmsg; in main() 156 inmessage.msg_control = incmsg; in main() 189 outmessage.msg_control = outcmsg; 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_1_to_1_threads.c | 82 inmessage.msg_control = incmsg; in t_recv() 103 outmessage.msg_control = outcmsg; in t_send()
|
D | test_1_to_1_nonblock.c | 166 outmessage.msg_control = outcmsg; in main() 188 inmessage.msg_control = incmsg; in main()
|
D | test_1_to_1_sendmsg.c | 135 outmessage.msg_control = outcmsg; in main() 293 outmessage.msg_control = outcmsg; in main() 315 inmessage.msg_control = incmsg; in main()
|
/third_party/alsa-lib/src/ |
D | socket.c | 64 msghdr.msg_control = cmsg; in snd_send_fd() 97 msghdr.msg_control = cmsg; in snd_receive_fd()
|
/third_party/ltp/utils/sctp/lib/ |
D | sendmsg.c | 49 outmsg.msg_control = outcmsg; in sctp_sendmsg() 92 outmsg.msg_control = outcmsg; in sctp_send()
|
/third_party/ltp/testcases/kernel/syscalls/recvmsg/ |
D | recvmsg03.c | 75 msg.msg_control = 0; in client() 113 msg.msg_control = 0; in server()
|
/third_party/musl/libc-test/src/functionalext/supplement/network/ |
D | recvmsg.c | 92 msg_send.msg_control = 0; in send_message() 131 msg_recv.msg_control = control; in recv_message()
|
/third_party/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()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/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()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/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()
|
/third_party/musl/ndk_musl_include/sys/ |
D | socket.h | 37 void *msg_control; member 356 #define __MHDR_END(mhdr) ((unsigned char *)(mhdr)->msg_control + (mhdr)->msg_controllen) 362 …msg_controllen >= sizeof (struct cmsghdr) ? (struct cmsghdr *) (mhdr)->msg_control : (struct cmsgh…
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
D | socket.h | 33 void *msg_control; member 352 #define __MHDR_END(mhdr) ((unsigned char *)(mhdr)->msg_control + (mhdr)->msg_controllen) 358 …msg_controllen >= sizeof (struct cmsghdr) ? (struct cmsghdr *) (mhdr)->msg_control : (struct cmsgh…
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/ |
D | socket.h | 22 void *msg_control; member 341 #define __MHDR_END(mhdr) ((unsigned char *)(mhdr)->msg_control + (mhdr)->msg_controllen) 347 …msg_controllen >= sizeof (struct cmsghdr) ? (struct cmsghdr *) (mhdr)->msg_control : (struct cmsgh…
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
D | socket.h | 33 void *msg_control; member 352 #define __MHDR_END(mhdr) ((unsigned char *)(mhdr)->msg_control + (mhdr)->msg_controllen) 358 …msg_controllen >= sizeof (struct cmsghdr) ? (struct cmsghdr *) (mhdr)->msg_control : (struct cmsgh…
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
D | socket.h | 33 void *msg_control; member 352 #define __MHDR_END(mhdr) ((unsigned char *)(mhdr)->msg_control + (mhdr)->msg_controllen) 358 …msg_controllen >= sizeof (struct cmsghdr) ? (struct cmsghdr *) (mhdr)->msg_control : (struct cmsgh…
|
/third_party/musl/porting/linux/user/include/sys/ |
D | socket.h | 37 void *msg_control; member 356 #define __MHDR_END(mhdr) ((unsigned char *)(mhdr)->msg_control + (mhdr)->msg_controllen) 362 …msg_controllen >= sizeof (struct cmsghdr) ? (struct cmsghdr *) (mhdr)->msg_control : (struct cmsgh…
|
/third_party/musl/include/sys/ |
D | socket.h | 33 void *msg_control; member 352 #define __MHDR_END(mhdr) ((unsigned char *)(mhdr)->msg_control + (mhdr)->msg_controllen) 358 …msg_controllen >= sizeof (struct cmsghdr) ? (struct cmsghdr *) (mhdr)->msg_control : (struct cmsgh…
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
D | socket.h | 33 void *msg_control; member 352 #define __MHDR_END(mhdr) ((unsigned char *)(mhdr)->msg_control + (mhdr)->msg_controllen) 358 …msg_controllen >= sizeof (struct cmsghdr) ? (struct cmsghdr *) (mhdr)->msg_control : (struct cmsgh…
|
/third_party/pulseaudio/src/modules/rtp/ |
D | sap.c | 123 m.msg_control = NULL; in pa_sap_send() 169 m.msg_control = NULL; in pa_sap_recv()
|