Searched refs:sendmsg (Results 1 - 8 of 8) sorted by relevance
| /xsrc/external/mit/libxcb/dist/ |
| H A D | configure.ac | 98 AC_SEARCH_LIBS(sendmsg, socket, [have_sendmsg="yes"], [have_sendmsg="no"]) 136 AC_DEFINE([HAVE_SENDMSG],1,[Define if your platform supports sendmsg]) 308 echo " sendmsg fd passing..: ${have_sendmsg}"
|
| H A D | configure | 21410 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for library containing sendmsg" >&5 21411 printf %s "checking for library containing sendmsg... " >&6; } 21429 char sendmsg (void); 21433 return sendmsg (); 24828 echo " sendmsg fd passing..: ${have_sendmsg}"
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xquartz/mach-startup/ |
| H A D | stub.c | 171 if(sendmsg(connected_fd, &msg, 0) < 0) {
|
| /xsrc/external/mit/xorg-server/dist/hw/xquartz/mach-startup/ |
| H A D | stub.c | 160 if (sendmsg(connected_fd, &msg, 0) < 0) {
|
| /xsrc/external/mit/libxcb/dist/src/ |
| H A D | xcb_conn.c | 287 n = sendmsg(c->fd, &msg, 0);
|
| /xsrc/external/mit/MesaLib/dist/src/amd/compiler/ |
| H A D | aco_statistics.cpp | 136 case instr_class::sendmsg: return {0, WAIT_USE(branch_sendmsg, 1)};
|
| H A D | aco_ir.h | 124 sendmsg = 14, enumerator in enum:aco::instr_class
|
| /xsrc/external/mit/xtrans/dist/ |
| H A D | Xtranssock.c | 2233 i = sendmsg(ciptr->fd, &msg, 0);
|
Completed in 132 milliseconds