Searched defs:msg (Results 26 - 44 of 44) sorted by last modified time

12

/system/core/libnl_2/
H A Dattr.c21 #include "netlink/msg.h"
75 struct nlattr *nla_nest_start(struct nl_msg *msg, int attrtype) argument
77 struct nlattr *start = (struct nlattr *)nlmsg_tail(msg->nm_nlh);
80 rc = nla_put(msg, attrtype, 0, NULL);
88 int nla_nest_end(struct nl_msg *msg, struct nlattr *start) argument
91 start->nla_len = (unsigned char *)nlmsg_tail(nlmsg_hdr(msg)) -
151 int nla_put(struct nl_msg *msg, int attrtype, int datalen, const void *data) argument
156 nla = nla_reserve(msg, attrtype, datalen);
166 int nla_put_u8(struct nl_msg *msg, int attrtype, uint8_t value) argument
168 return nla_put(msg, attrtyp
172 nla_put_u16(struct nl_msg *msg, int attrtype, uint16_t value) argument
178 nla_put_u32(struct nl_msg *msg, int attrtype, uint32_t value) argument
184 nla_put_u64(struct nl_msg *msg, int attrtype, uint64_t value) argument
193 nla_put_nested(struct nl_msg *msg, int attrtype, struct nl_msg *nested) argument
211 nla_reserve(struct nl_msg *msg, int attrtype, int data_len) argument
[all...]
H A Dnetlink.c29 int nl_send_auto_complete(struct nl_sock *sk, struct nl_msg *msg) argument
31 struct nlmsghdr *nlh = msg->nm_nlh;
48 return nl_send(sk, msg);
65 struct msghdr msg; local
78 msg.msg_name = (void *) &sk->s_peer;
79 msg.msg_namelen = sizeof(sk->s_peer);
80 msg.msg_iov = &recvmsg_iov;
81 msg.msg_iovlen = 1;
82 msg.msg_control = NULL;
83 msg
117 struct nl_msg *msg; local
204 nl_send(struct nl_sock *sk, struct nl_msg *msg) argument
217 nl_send_iovec(struct nl_sock *sk, struct nl_msg *msg, struct iovec *iov, unsigned iovlen) argument
242 nl_sendmsg(struct nl_sock *sk, struct nl_msg *msg, struct msghdr *hdr) argument
[all...]
/system/core/libnl_2/genl/
H A Dgenl.c49 void *genlmsg_put(struct nl_msg *msg, uint32_t pid, uint32_t seq, int family, argument
59 if ((sizeof(struct nl_msg) + new_size) > msg->nm_size)
63 nlh = msg->nm_nlh;
101 struct msghdr msg; local
131 msg.msg_name = (void *) &sock->s_peer;
132 msg.msg_namelen = sizeof(sock->s_peer);
133 msg.msg_iov = &sendmsg_iov;
134 msg.msg_iovlen = 1; /* Only sending one iov */
135 msg.msg_control = NULL;
136 msg
[all...]
/system/core/libpixelflinger/codeflinger/
H A DCodeCache.cpp60 static void heap_error(const char* msg, const char* function, void* p);
68 static void heap_error(const char* msg, const char* function, void* p) { argument
70 msg, function, p);
/system/core/libsysutils/src/
H A DFrameworkClient.cpp16 int FrameworkClient::sendMsg(const char *msg) { argument
24 ret = TEMP_FAILURE_RETRY(write(mSocket, msg, strlen(msg) +1));
26 SLOGW("Unable to send msg '%s' (%s)", msg, strerror(errno));
32 int FrameworkClient::sendMsg(const char *msg, const char *data) { argument
33 size_t bufflen = strlen(msg) + strlen(data) + 1;
39 snprintf(buffer, bufflen, "%s%s", msg, data);
H A DSocketClient.cpp53 int SocketClient::sendMsg(int code, const char *msg, bool addErrno) { argument
54 return sendMsg(code, msg, addErrno, mUseCmdNum);
57 int SocketClient::sendMsg(int code, const char *msg, bool addErrno, bool useCmdNum) { argument
63 ret = asprintf(&buf, "%d %d %s (%s)", code, getCmdNum(), msg, strerror(errno));
65 ret = asprintf(&buf, "%d %s (%s)", code, msg, strerror(errno));
69 ret = asprintf(&buf, "%d %d %s", code, getCmdNum(), msg);
71 ret = asprintf(&buf, "%d %s", code, msg);
133 int SocketClient::sendMsg(const char *msg) { argument
135 if (sendData(msg, strlen(msg)
[all...]
H A DSocketListener.cpp246 void SocketListener::sendBroadcast(int code, const char *msg, bool addErrno) { argument
252 if ((*i)->sendMsg(code, msg, addErrno, false)) {
/system/core/logwrapper/
H A Dlogwrapper.c30 void fatal(const char *msg) { argument
31 fprintf(stderr, "%s", msg);
32 ALOG(LOG_ERROR, "logwrapper", "%s", msg);
/system/core/sh/
H A Derror.c125 exvwarning(int sv_errno, const char *msg, va_list ap) argument
137 if (msg != NULL) {
138 doformat(&errout, msg, ap);
154 exverror(int cond, const char *msg, va_list ap) argument
160 if (msg) {
162 TRACEV((msg, ap));
167 if (msg)
168 exvwarning(-1, msg, ap);
177 error(const char *msg, ...) argument
181 va_start(ap, msg);
189 exerror(int cond, const char *msg, ...) argument
286 const char *msg; /* text describing the error */ member in struct:errname
[all...]
H A Dparser.c1600 char msg[64]; local
1603 fmtstr(msg, 64, "%s unexpected (expecting %s)",
1606 fmtstr(msg, 64, "%s unexpected", tokname[lasttoken]);
1608 synerror(msg);
1614 synerror(const char *msg) argument
1618 outfmt(&errout, "Syntax error: %s\n", msg);
/system/core/toolbox/
H A Dlsof.c144 char msg[BUF_MAX]; local
145 snprintf(msg, sizeof(msg), "%s (opendir: %s)", info->path, strerror(errno));
148 "", "", "", "", msg);
H A Dnewfs_msdos.c101 #define argto1(arg, lo, msg) argtou(arg, lo, 0xff, msg)
102 #define argto2(arg, lo, msg) argtou(arg, lo, 0xffff, msg)
103 #define argto4(arg, lo, msg) argtou(arg, lo, 0xffffffff, msg)
104 #define argtox(arg, lo, msg) argtou(arg, lo, UINT_MAX, msg)
938 ckgeom(const char *fname, u_int val, const char *msg) argument
941 errx(1, "%s: no default %s", fname, msg);
951 argtou(const char *arg, u_int lo, u_int hi, const char *msg) argument
967 argtooff(const char *arg, const char *msg) argument
[all...]
/system/extras/fatblock/
H A Dutils.c33 void warn(char *msg) argument
35 fprintf(stderr, "%s", msg);
38 void die(char *msg) argument
40 fprintf(stderr, "%s", msg);
/system/extras/tests/sdcard/
H A Dsysutil.cpp65 void printErrno(const char *msg, const char *filename) argument
67 fprintf(stderr, "# %s %s %d %s\n", msg, filename, errno, strerror(errno));
/system/netd/
H A DBandwidthController.cpp1030 char *msg; local
1031 asprintf(&msg, "%s %s %lld %lld %lld %lld", ifaceIn.c_str(), ifaceOut.c_str(),
1033 return msg;
H A DCommandListener.cpp258 char *msg; local
259 asprintf(&msg, "%lu", rx);
260 cli->sendMsg(ResponseCode::InterfaceRxCounterResult, msg, false);
261 free(msg);
276 char *msg = NULL; local
277 asprintf(&msg, "%lu", tx);
278 cli->sendMsg(ResponseCode::InterfaceTxCounterResult, msg, false);
279 free(msg);
300 char *msg = NULL; local
301 asprintf(&msg, "
429 char *msg = NULL; local
984 char *msg; local
1044 char *msg; local
1063 char *msg; local
1089 char *msg; local
1111 char *msg; local
1263 char *msg = tetherStats.getStatsLine(); local
[all...]
H A DDnsProxyListener.cpp116 char* msg = NULL; local
117 asprintf( &msg, "Invalid number of arguments to getaddrinfo: %i", argc);
118 ALOGW("%s", msg);
119 cli->sendMsg(ResponseCode::CommandParameterError, msg, false);
120 free(msg);
182 char* msg = NULL; local
183 asprintf(&msg, "Invalid number of arguments to gethostbyaddr: %i", argc);
184 ALOGW("%s", msg);
185 cli->sendMsg(ResponseCode::CommandParameterError, msg, false);
186 free(msg);
198 char* msg = NULL; local
[all...]
H A DMDnsSdListener.cpp100 char *msg; local
104 asprintf(&msg, "%d %d", refNumber, errorCode);
105 context->mListener->sendBroadcast(ResponseCode::ServiceDiscoveryFailed, msg, false);
123 asprintf(&msg, "%d %s %s %s", refNumber, quotedServiceName, regType, replyDomain);
125 context->mListener->sendBroadcast(respCode, msg, false);
127 free(msg);
132 char *msg; local
133 asprintf(&msg, "Invalid number of arguments to %s", str);
134 cli->sendMsg(ResponseCode::CommandParameterError, msg, false);
135 free(msg);
148 char *msg; local
193 char *msg; local
247 char *msg; local
305 char *msg; local
312 char *msg; local
359 char *msg; local
395 char* msg = NULL; local
[all...]
H A DNetlinkHandler.cpp97 char msg[255]; local
98 snprintf(msg, sizeof(msg), "Iface added %s", name);
101 msg, false);
105 char msg[255]; local
106 snprintf(msg, sizeof(msg), "Iface removed %s", name);
109 msg, false);
113 char msg[255]; local
114 snprintf(msg, sizeo
122 char msg[255]; local
131 char msg[255]; local
140 char msg[255]; local
[all...]

Completed in 4417 milliseconds

12