Searched refs:sendmsg (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/libxcb/dist/
H A Dconfigure.ac98 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 Dconfigure21410 { 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 Dstub.c171 if(sendmsg(connected_fd, &msg, 0) < 0) {
/xsrc/external/mit/xorg-server/dist/hw/xquartz/mach-startup/
H A Dstub.c160 if (sendmsg(connected_fd, &msg, 0) < 0) {
/xsrc/external/mit/libxcb/dist/src/
H A Dxcb_conn.c287 n = sendmsg(c->fd, &msg, 0);
/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A Daco_statistics.cpp136 case instr_class::sendmsg: return {0, WAIT_USE(branch_sendmsg, 1)};
H A Daco_ir.h124 sendmsg = 14, enumerator in enum:aco::instr_class
/xsrc/external/mit/xtrans/dist/
H A DXtranssock.c2233 i = sendmsg(ciptr->fd, &msg, 0);

Completed in 132 milliseconds