Home
last modified time | relevance | path

Searched defs:rmsg (Results 1 – 8 of 8) sorted by relevance

/external/llvm-project/compiler-rt/test/msan/Linux/
Dsendmsg.cpp102 struct msghdr rmsg; in main() local
122 struct msghdr rmsg; in main() local
/external/adhd/cras/src/server/
Daudio_thread.c587 struct audio_thread_add_rm_stream_msg *rmsg; in handle_audio_thread_message() local
596 struct audio_thread_open_device_msg *rmsg; in handle_audio_thread_message() local
603 struct audio_thread_rm_device_msg *rmsg; in handle_audio_thread_message() local
610 struct audio_thread_open_device_msg *rmsg; in handle_audio_thread_message() local
669 struct audio_thread_add_rm_stream_msg *rmsg; in handle_audio_thread_message() local
676 struct audio_thread_rm_callback_msg *rmsg; in handle_audio_thread_message() local
683 struct audio_thread_config_global_remix *rmsg; in handle_audio_thread_message() local
696 struct audio_thread_dev_start_ramp_msg *rmsg; in handle_audio_thread_message() local
704 struct audio_thread_aec_dump_msg *rmsg; in handle_audio_thread_message() local
/external/ltp/testcases/kernel/syscalls/mq_timedreceive/
Dmq_timedreceive01.c140 char rmsg[len]; in do_test() local
/external/ltp/testcases/kernel/syscalls/mq_timedsend/
Dmq_timedsend01.c145 char rmsg[len]; in do_test() local
/external/libnl/src/
Dnl-route-get.c64 struct rtmsg rmsg = { in main() local
/external/ltp/testcases/kernel/syscalls/utils/
Dmq.h61 char rmsg[MAX_MSGSIZE]; in cleanup_queue() local
/external/wpa_supplicant_8/src/eap_peer/
Deap_peap.c958 struct wpabuf *rmsg, buf; in eap_peap_decrypt() local
/external/vm_tools/p9/src/server/
Dmod.rs407 let rmsg = match msg { in handle_message() localVariable