Home
last modified time | relevance | path

Searched defs:msgbuf (Results 1 – 6 of 6) sorted by relevance

/aosp12/bionic/libc/kernel/uapi/linux/
H A Dmsg.h44 struct msgbuf { struct
45 __kernel_long_t mtype;
46 char mtext[1];
/aosp12/system/libbase/
H A Derrors_windows.cpp37 WCHAR msgbuf[kErrorMessageBufferSize]; in SystemErrorCodeToString() local
/aosp12/system/bt/btif/src/
H A Dbtif_sock_util.cc87 char msgbuf[CMSG_SPACE(1)]; in sock_send_fd() local
/aosp12/system/gatekeeper/tests/
H A Dgatekeeper_messages_test.cpp248 uint8_t msgbuf[] = { variable
/aosp12/system/keymaster/tests/
H A Dandroid_keymaster_messages_test.cpp863 uint8_t msgbuf[] = { variable
/aosp12/packages/modules/adb/
H A Dsysdeps_win32.cpp850 WSABUF* msgbuf = reinterpret_cast<WSABUF*>(msg->msg_iov); in to_WSAMSG() local