Home
last modified time | relevance | path

Searched refs:msg (Results 1 – 25 of 25) sorted by relevance

/Documentation/connector/
Dcn_test.c38 static void cn_test_callback(struct cn_msg *msg, struct netlink_skb_parms *nsp) in cn_test_callback() argument
41 __func__, jiffies, msg->id.idx, msg->id.val, in cn_test_callback()
42 msg->seq, msg->ack, msg->len, in cn_test_callback()
43 msg->len ? (char *)msg->data : ""); in cn_test_callback()
56 struct cn_msg *msg = NULL;
62 size0 = sizeof(*msg) + sizeof(*ctl) + 3 * sizeof(*req);
78 msg = nlmsg_data(nlh);
80 memset(msg, 0, size0);
82 msg->id.idx = -1;
83 msg->id.val = -1;
[all …]
Ducon.c60 static int netlink_send(int s, struct cn_msg *msg) in netlink_send() argument
68 size = NLMSG_SPACE(sizeof(struct cn_msg) + msg->len); in netlink_send()
80 __func__, msg->id.idx, msg->id.val, msg->len, msg->seq, msg->ack); in netlink_send()
82 memcpy(m, msg, sizeof(*m) + msg->len); in netlink_send()
Dconnector.txt27 void cn_netlink_send(struct cn_msg *msg, u32 __group, int gfp_mask);
74 int cn_netlink_send(struct cn_msg *msg, u32 __groups, int gfp_mask);
85 created for user with the same ID as in msg.
100 msg->seq and msg->ack are used to determine message genealogy. When
/Documentation/accounting/
Dgetdelays.c127 struct msgtemplate msg; in send_cmd() local
129 msg.n.nlmsg_len = NLMSG_LENGTH(GENL_HDRLEN); in send_cmd()
130 msg.n.nlmsg_type = nlmsg_type; in send_cmd()
131 msg.n.nlmsg_flags = NLM_F_REQUEST; in send_cmd()
132 msg.n.nlmsg_seq = 0; in send_cmd()
133 msg.n.nlmsg_pid = nlmsg_pid; in send_cmd()
134 msg.g.cmd = genl_cmd; in send_cmd()
135 msg.g.version = 0x1; in send_cmd()
136 na = (struct nlattr *) GENLMSG_DATA(&msg); in send_cmd()
140 msg.n.nlmsg_len += NLMSG_ALIGN(na->nla_len); in send_cmd()
[all …]
/Documentation/networking/timestamping/
Dtimestamping.c154 static void printpacket(struct msghdr *msg, int res, in printpacket() argument
159 struct sockaddr_in *from_addr = (struct sockaddr_in *)msg->msg_name; in printpacket()
172 msg->msg_controllen); in printpacket()
173 for (cmsg = CMSG_FIRSTHDR(msg); in printpacket()
175 cmsg = CMSG_NXTHDR(msg, cmsg)) { in printpacket()
285 struct msghdr msg; in recvpacket() local
294 memset(&msg, 0, sizeof(msg)); in recvpacket()
295 msg.msg_iov = &entry; in recvpacket()
296 msg.msg_iovlen = 1; in recvpacket()
299 msg.msg_name = (caddr_t)&from_addr; in recvpacket()
[all …]
/Documentation/devicetree/bindings/powerpc/fsl/
Dsrio-rmu.txt5 node is composed of three types of sub-nodes ("fsl-srio-msg-unit",
33 (msg-unit, doorbell, port-write).
44 Definition: Must include "fsl,srio-msg-unit-vX.Y", "fsl,srio-msg-unit".
138 compatible = "fsl,srio-msg-unit";
145 compatible = "fsl,srio-msg-unit";
/Documentation/
Dcoccinelle.txt182 msg="ERR_CAST can be used with %s" % (x)
183 coccilib.report.print_report(p[0], msg)
299 msg="ERR_CAST can be used with %s" % (x)
300 msg_safe=msg.replace("[","@(").replace("]",")")
DIPMI.txt212 struct ipmi_msg msg;
216 void (*done)(struct ipmi_recv_msg *msg);
271 must supply a pointer to a block of data in the msg.data field, and
272 you must fill in the msg.data_len field with the size of the data.
/Documentation/serial/
Dmoxa-smartio487 Error msg: More than 4 Moxa Smartio/Industio family boards found. Fifth board
493 Error msg: Request_irq fail, IRQ(?) may be conflict with another device.
499 Error msg: Board #: C1xx Series(CAP=xxx) interrupt number invalid.
504 Error msg: No interrupt vector be set for Moxa ISA board(CAP=xxx).
509 Error msg: Couldn't install MOXA Smartio/Industio family driver!
515 Error msg: Couldn't install MOXA Smartio/Industio family callout driver!
/Documentation/filesystems/
Dsysfs-tagging.txt5 commit msg)
Dproc.txt560 sysvipc Info of SysVIPC Resources (msg, sem, shm) (2.4)
/Documentation/isdn/
DINTERFACE.CAPI308 unsigned capi_cmsg2message(_cmsg *cmsg, u8 *msg)
310 result in *msg.
312 unsigned capi_message2cmsg(_cmsg *cmsg, u8 *msg)
313 Disassembles the CAPI 2.0 message in *msg, storing the parameters in
DINTERFACE.fax107 ISDN_TTY_FAX_PTS signals a msg-confirmation (page sent successful),
/Documentation/networking/
Dphonet.txt106 sendto(fd, msg, msglen, 0, (struct sockaddr *)&addr, sizeof(addr));
154 write(cfd, msg, msglen);
Drxrpc.txt734 int rxrpc_kernel_send_data(struct rxrpc_call *call, struct msghdr *msg,
738 reply part of a server call. msg.msg_iovlen and msg.msg_iov specify the
740 exclusively to in-kernel virtual addresses. msg.msg_flags may be given
743 The msg must not specify a destination address, control data or any flags
D00-INDEX133 netif-msg.txt
Drds.txt118 the msg.msg_control buffer of struct msghdr. The format of the
Dcan.txt586 When using recvmsg() call, the msg->msg_flags may contain following flags:
/Documentation/power/
Dcharger-manager.txt185 cm_notify_event(psy, type, msg) to notify the corresponding Charger Manager.
188 is the same as irq's type (enum cm_event_types). The event message "msg" is
/Documentation/target/
Dtcm_mod_builder.py22 def tcm_mod_err(msg): argument
23 print msg
/Documentation/dvb/
Dci.txt173 unsigned char msg[256];
/Documentation/i2c/
Dwriting-clients334 less than 64k since msg.len is u16.) Returned is the actual number of bytes
337 int i2c_transfer(struct i2c_adapter *adap, struct i2c_msg *msg,
/Documentation/trace/
Dftrace.txt711 noprintk-msg-only
818 printk-msg-only - When set, trace_printk()s will only show the format
/Documentation/s390/
DDebugging390.txt1240 TR I PSWA 0001f4e0 cmd msg * do_signal
1246 entering the msg's by hand ),however, the trick might be useful for a single object file.
/Documentation/scsi/
DChangeLog.lpfc1300 * Remove some unused code (1600 msg's related)