/external/valgrind/memcheck/tests/ |
sendmsg.vgtest | 1 prog: sendmsg
|
sendmsg.stderr.exp | 1 Syscall param sendmsg(msg) points to uninitialised byte(s) 2 at 0x........: sendmsg (in /...libc...) 3 by 0x........: main (sendmsg.c:45) 5 in frame #1, created by main (sendmsg.c:12) 7 sendmsg: 6
|
sendmsg.c | 45 size_t s = sendmsg (fd, &msg, 0); 48 // The msg_flags field is ignored by sendmsg. 64 s = sendmsg (fd, &msg, 0); 67 perror ("sendmsg ()"); 71 fprintf (stderr, "sendmsg: %d\n", (int) s);
|
/bionic/libc/arch-arm64/syscalls/ |
sendmsg.S | 5 ENTRY(sendmsg) function 14 END(sendmsg)
|
/bionic/libc/arch-arm/syscalls/ |
sendmsg.S | 5 ENTRY(sendmsg) function 14 END(sendmsg)
|
/bionic/libc/arch-mips/syscalls/ |
sendmsg.S | 5 ENTRY(sendmsg) function 19 END(sendmsg)
|
/bionic/libc/arch-x86_64/syscalls/ |
sendmsg.S | 5 ENTRY(sendmsg) function 15 END(sendmsg)
|
/system/core/include/sysutils/ |
FrameworkClient.h | 16 int sendMsg(const char *msg); 17 int sendMsg(const char *msg, const char *data);
|
SocketClient.h | 48 int sendMsg(int code, const char *msg, bool addErrno); 49 int sendMsg(int code, const char *msg, bool addErrno, bool useCmdNum); 50 int sendMsg(const char *msg);
|
/external/llvm/test/CodeGen/R600/ |
llvm.SI.sendmsg.ll | 12 call void @llvm.SI.sendmsg(i32 34, i32 0); 13 call void @llvm.SI.sendmsg(i32 274, i32 0); 14 call void @llvm.SI.sendmsg(i32 562, i32 0); 15 call void @llvm.SI.sendmsg(i32 3, i32 0); 20 declare void @llvm.SI.sendmsg(i32, i32) #0
|
llvm.SI.sendmsg-m0.ll | 12 call void @llvm.SI.sendmsg(i32 3, i32 %a) 17 declare void @llvm.SI.sendmsg(i32, i32) #1
|
/bionic/libc/arch-mips64/syscalls/ |
sendmsg.S | 5 ENTRY(sendmsg) function 25 END(sendmsg)
|
/system/vold/ |
CryptCommandListener.cpp | 87 return cli->sendMsg(ResponseCode::CommandOkay, "Command succeeded", false); 89 return cli->sendMsg(ResponseCode::OperationFailed, "Command failed", false); 115 cli->sendMsg(ResponseCode::CommandNoPermission, "No permission to run cryptfs commands", false); 120 cli->sendMsg(ResponseCode::CommandSyntaxError, "Missing Argument", false); 128 cli->sendMsg(ResponseCode::CommandSyntaxError, "Usage: cryptfs checkpw <passwd>", false); 135 cli->sendMsg(ResponseCode::CommandSyntaxError, "Usage: cryptfs restart", false); 142 cli->sendMsg(ResponseCode::CommandSyntaxError, "Usage: cryptfs cryptocomplete", false); 152 cli->sendMsg(ResponseCode::CommandSyntaxError, syntax, false); 161 cli->sendMsg(ResponseCode::CommandSyntaxError, syntax, 180 cli->sendMsg(ResponseCode::CommandSyntaxError, syntax, false) [all...] |
CommandListener.cpp | 97 return cli->sendMsg(ResponseCode::CommandOkay, "Command succeeded", false); 99 return cli->sendMsg(ResponseCode::OperationFailed, "Command failed", false); 109 cli->sendMsg(0, "Dumping loop status", false); 111 cli->sendMsg(ResponseCode::CommandOkay, "Loop dump failed", true); 113 cli->sendMsg(0, "Dumping DM status", false); 115 cli->sendMsg(ResponseCode::CommandOkay, "Devmapper dump failed", true); 117 cli->sendMsg(0, "Dumping mounted filesystems", false); 123 cli->sendMsg(0, line, false);; 128 cli->sendMsg(ResponseCode::CommandOkay, "dump complete", false); 141 cli->sendMsg(ResponseCode::CommandSyntaxError, "Missing Argument", false) [all...] |
/hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/ |
LocEngAdapter.cpp | 44 sendMsg(new LocEngPositionMode(mLocEngAdapter, posMode)); 47 sendMsg(new LocEngStartFix(mLocEngAdapter)); 50 sendMsg(new LocEngStopFix(mLocEngAdapter)); 66 sendMsg(new LocSetUlpProxy(mLocEngAdapter, ulp)); 107 sendMsg(new LocEngReportPosition(mLocEngAdapter, 138 sendMsg(new LocEngReportSv(mLocEngAdapter, svStatus, 158 sendMsg(new LocEngReportStatus(mOwner, status)); 164 sendMsg(new LocEngReportNmea(mOwner, nmea, length)); 174 sendMsg(new LocEngReportXtraServer(mOwner, url1, 184 sendMsg(new LocEngRequestATL(mOwner [all...] |
/system/core/libsysutils/src/ |
FrameworkClient.cpp | 16 int FrameworkClient::sendMsg(const char *msg) { 32 int FrameworkClient::sendMsg(const char *msg, const char *data) { 40 return sendMsg(buffer);
|
/bionic/libc/arch-x86/syscalls/ |
sendmsg.S | 5 ENTRY(sendmsg) function 27 END(sendmsg)
|
/hardware/qcom/gps/loc_api/libloc_api_50001/ |
LocEngAdapter.cpp | 44 sendMsg(new LocEngPositionMode(mLocEngAdapter, posMode)); 47 sendMsg(new LocEngStartFix(mLocEngAdapter)); 50 sendMsg(new LocEngStopFix(mLocEngAdapter)); 53 sendMsg(new LocEngGetZpp(mLocEngAdapter)); 57 sendMsg(new LocEngShutdown(mLocEngAdapter)); 103 sendMsg(new LocSetUlpProxy(mLocEngAdapter, ulp)); 153 sendMsg(new LocEngAdapterGpsLock(this, lockMask)); 178 sendMsg(new LocEngReportPosition(mLocEngAdapter, 209 sendMsg(new LocEngReportSv(mLocEngAdapter, svStatus, 237 sendMsg(new LocEngReportStatus(mLocEngAdapter, status)) [all...] |
/hardware/qcom/gps/msm8084/loc_api/libloc_api_50001/ |
LocEngAdapter.cpp | 44 sendMsg(new LocEngPositionMode(mLocEngAdapter, posMode)); 47 sendMsg(new LocEngStartFix(mLocEngAdapter)); 50 sendMsg(new LocEngStopFix(mLocEngAdapter)); 53 sendMsg(new LocEngGetZpp(mLocEngAdapter)); 57 sendMsg(new LocEngShutdown(mLocEngAdapter)); 101 sendMsg(new LocSetUlpProxy(mLocEngAdapter, ulp)); 151 sendMsg(new LocEngAdapterGpsLock(this, lockMask)); 176 sendMsg(new LocEngReportPosition(mLocEngAdapter, 207 sendMsg(new LocEngReportSv(mLocEngAdapter, svStatus, 235 sendMsg(new LocEngReportStatus(mLocEngAdapter, status)) [all...] |
/hardware/qcom/gps/msm8974/loc_api/libloc_api_50001/ |
LocEngAdapter.cpp | 44 sendMsg(new LocEngPositionMode(mLocEngAdapter, posMode)); 47 sendMsg(new LocEngStartFix(mLocEngAdapter)); 50 sendMsg(new LocEngStopFix(mLocEngAdapter)); 53 sendMsg(new LocEngGetZpp(mLocEngAdapter)); 57 sendMsg(new LocEngShutdown(mLocEngAdapter)); 101 sendMsg(new LocSetUlpProxy(mLocEngAdapter, ulp)); 151 sendMsg(new LocEngAdapterGpsLock(this, lockMask)); 176 sendMsg(new LocEngReportPosition(mLocEngAdapter, 207 sendMsg(new LocEngReportSv(mLocEngAdapter, svStatus, 235 sendMsg(new LocEngReportStatus(mLocEngAdapter, status)) [all...] |
/system/core/logd/ |
CommandListener.cpp | 88 cli->sendMsg("Missing Argument"); 94 cli->sendMsg("Range Error"); 99 cli->sendMsg("success"); 112 cli->sendMsg("Missing Argument"); 118 cli->sendMsg("Range Error"); 125 cli->sendMsg(buf); 138 cli->sendMsg("Permission Denied"); 143 cli->sendMsg("Missing Argument"); 149 cli->sendMsg("Range Error"); 155 cli->sendMsg("Range Error") [all...] |
/system/netd/server/ |
CommandListener.cpp | 267 cli->sendMsg(ResponseCode::CommandSyntaxError, "Missing argument", false); 276 cli->sendMsg(ResponseCode::OperationFailed, "Failed to open sysfs dir", true); 283 cli->sendMsg(ResponseCode::InterfaceListResult, de->d_name, false); 286 cli->sendMsg(ResponseCode::CommandOkay, "Interface list completed", false); 293 cli->sendMsg(ResponseCode::CommandSyntaxError, "Missing argument", false); 307 cli->sendMsg(ResponseCode::OperationFailed, "Interface not found", true); 335 cli->sendMsg(ResponseCode::InterfaceGetCfgResult, msg, false); 346 cli->sendMsg(ResponseCode::CommandSyntaxError, "Missing argument", false); 361 cli->sendMsg(ResponseCode::OperationFailed, "Failed to set address", true); 368 cli->sendMsg(ResponseCode::OperationFailed, "Failed to set prefixLength", true) [all...] |
MDnsSdListener.cpp | 73 cli->sendMsg(ResponseCode::CommandParameterError, 86 cli->sendMsg(ResponseCode::CommandParameterError, 92 cli->sendMsg(ResponseCode::CommandOkay, "Discover operation started", false); 134 cli->sendMsg(ResponseCode::CommandParameterError, msg, false); 142 cli->sendMsg(ResponseCode::CommandParameterError, "Unknown requestId", false); 150 cli->sendMsg(ResponseCode::CommandOkay, msg, false); 166 cli->sendMsg(ResponseCode::CommandParameterError, 179 cli->sendMsg(ResponseCode::CommandParameterError, 185 cli->sendMsg(ResponseCode::CommandOkay, "serviceRegister started", false); 221 cli->sendMsg(ResponseCode::CommandParameterError [all...] |
/system/extras/tests/net_test/ |
csocket.py | 86 A string, a binary blob usable as the control data for a sendmsg call. 122 def Sendmsg(s, to, data, control, flags): 123 """Python wrapper for sendmsg. 133 If sendmsg succeeds, returns the number of bytes written as an integer. 136 socket.error: If sendmsg fails. 176 # Call sendmsg. 177 ret = libc.sendmsg(s.fileno(), msghdr, 0)
|
/developers/build/prebuilts/gradle/MessagingService/Application/src/main/java/com/example/android/messagingservice/ |
MessagingFragment.java | 112 sendMsg(1, 1); 114 sendMsg(2, 1); 116 sendMsg(1, 3); 152 private void sendMsg(int howManyConversations, int messagesPerConversation) {
|