Home
last modified time | relevance | path

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

1234

/Documentation/networking/
Dtls.rst73 const char *msg = "hello world\n";
74 send(sock, msg, strlen(msg));
138 struct msghdr msg = {0};
144 msg.msg_control = buf;
145 msg.msg_controllen = sizeof(buf);
146 cmsg = CMSG_FIRSTHDR(&msg);
151 msg.msg_controllen = cmsg->cmsg_len;
155 msg.msg_iov = &msg_iov;
156 msg.msg_iovlen = 1;
158 return sendmsg(sock, &msg, 0);
[all …]
/Documentation/devicetree/bindings/usb/
Dqcom,pmic-typec.yaml75 - const: msg-tx
76 - const: msg-rx
77 - const: msg-tx-failed
78 - const: msg-tx-discarded
79 - const: msg-rx-discarded
170 "msg-tx",
171 "msg-rx",
172 "msg-tx-failed",
173 "msg-tx-discarded",
174 "msg-rx-discarded",
/Documentation/devicetree/bindings/soc/qcom/
Dqcom,rpm-master-stats.yaml33 qcom,rpm-msg-ram:
35 description: Phandle to an RPM MSG RAM slice containing the master stats
44 The name of the RPM Master which owns the MSG RAM slice where this
51 - qcom,rpm-msg-ram
60 qcom,rpm-msg-ram = <&apss_master_stats>,
Dqcom,smem.yaml32 qcom,rpm-msg-ram:
82 qcom,rpm-msg-ram = <&rpm_msg_ram>;
93 compatible = "qcom,rpm-msg-ram";
/Documentation/translations/zh_CN/maintainer/
Dconfigure-git.rst54 $ cat >.git/hooks/applypatch-msg <<'EOF'
58 test -x "$GIT_DIR/hooks/commit-msg" &&
59 exec "$GIT_DIR/hooks/commit-msg" ${1+"$@"}
62 $ chmod a+x .git/hooks/applypatch-msg
/Documentation/devicetree/bindings/interrupt-controller/
Dqcom,mpm.yaml31 Specifies the base address and size of vMPM registers in RPM MSG RAM.
34 qcom,rpm-msg-ram:
82 - qcom,rpm-msg-ram
97 qcom,rpm-msg-ram = <&rpm_msg_ram>;
103 qcom,rpm-msg-ram = <&apss_mpm>;
Dmarvell,icu.txt7 requests on input wires to MSG memory mapped transactions to the GIC.
40 that allows to trigger interrupts using MSG memory mapped
/Documentation/maintainer/
Dconfigure-git.rst50 $ cat >.git/hooks/applypatch-msg <<'EOF'
54 test -x "$GIT_DIR/hooks/commit-msg" &&
55 exec "$GIT_DIR/hooks/commit-msg" ${1+"$@"}
58 $ chmod a+x .git/hooks/applypatch-msg
/Documentation/devicetree/bindings/remoteproc/
Dqcom,glink-rpm-edge.yaml38 qcom,rpm-msg-ram:
41 RPM message memory resource (compatible: qcom,rpm-msg-ram).
78 - qcom,rpm-msg-ram
90 qcom,rpm-msg-ram = <&rpm_msg_ram>;
/Documentation/userspace-api/
Dvduse.rst54 struct nl_msg *msg;
68 msg = nlmsg_alloc();
69 if (!msg)
72 if (!genlmsg_put(msg, NL_AUTO_PORT, NL_AUTO_SEQ, famid, 0, 0, cmd, 0))
75 NLA_PUT_STRING(msg, VDPA_ATTR_DEV_NAME, name);
77 NLA_PUT_STRING(msg, VDPA_ATTR_MGMTDEV_DEV_NAME, "vduse");
79 if (nl_send_sync(nlsock, msg))
87 nlmsg_free(msg);
/Documentation/userspace-api/media/dvb/
Dca_function_calls.rst18 ca-get-msg
19 ca-send-msg
Dca-get-msg.rst20 ``int ioctl(fd, CA_GET_MSG, struct ca_msg *msg)``
28 ``msg``
Dca-send-msg.rst20 ``int ioctl(fd, CA_SEND_MSG, struct ca_msg *msg)``
28 ``msg``
Dca-set-descr.rst28 ``msg``
/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/bpf/
Dmap_sockmap.rst68 handles a different case where a BPF program cannot reach a verdict on a msg
75 sk_msg_buff *msg``.
87 long bpf_msg_redirect_map(struct sk_msg_buff *msg, struct bpf_map *map, u32 key, u64 flags)
90 the message ``msg`` is allowed to pass (i.e., if the verdict BPF program
167 long bpf_msg_redirect_hash(struct sk_msg_buff *msg, struct bpf_map *map, void *key, u64 flags)
170 the message ``msg`` is allowed to pass (i.e., if the verdict BPF program returns
199 long bpf_msg_apply_bytes(struct sk_msg_buff *msg, u32 bytes)
202 of ``bytes``) of message ``msg``. For example, this helper can be used in the
208 - A BPF program only cares to read the first ``bytes`` of a ``msg``. If the
219 long bpf_msg_cork_bytes(struct sk_msg_buff *msg, u32 bytes)
[all …]
/Documentation/userspace-api/media/cec/
Dcec-ioc-g-mode.rst209 * .. _`CEC-MSG-GET-CEC-VERSION`:
217 * .. _`CEC-MSG-GIVE-DEVICE-VENDOR-ID`:
225 * .. _`CEC-MSG-ABORT`:
232 * .. _`CEC-MSG-GIVE-PHYSICAL-ADDR`:
238 * .. _`CEC-MSG-GIVE-OSD-NAME`:
246 * .. _`CEC-MSG-GIVE-FEATURES`:
255 * .. _`CEC-MSG-USER-CONTROL-PRESSED`:
262 * .. _`CEC-MSG-USER-CONTROL-RELEASED`:
269 * .. _`CEC-MSG-REPORT-PHYSICAL-ADDR`:
Dcec-ioc-receive.rst137 - Flags. See :ref:`cec-msg-flags` for a list of available flags.
139 - ``msg[16]``
204 .. _cec-msg-flags:
211 * .. _`CEC-MSG-FL-REPLY-TO-FOLLOWERS`:
223 * .. _`CEC-MSG-FL-RAW`:
235 * .. _`CEC-MSG-FL-REPLY-VENDOR-ID`:
/Documentation/usb/
Dmass-storage.rst2 Mass Storage Gadget (MSG)
8 Mass Storage Gadget (or MSG) acts as a USB Mass Storage device,
218 that MSG is a composite gadget (ie. uses the composite framework)
221 kernel hacker's point of view, this means that (i) MSG does not
230 for all logical units whereas in MSG they accept a list of y/n
236 parameters are handled in MSG by the composite layer's parameters
240 3. MSG does not support FSG's test mode, thus “transport”,
242 supported. MSG always uses SCSI protocol with bulk only
/Documentation/userspace-api/netlink/
Dnetlink-raw.rst104 sub-message: linkinfo-data-msg
107 Then we look for a sub-message definition called ``linkinfo-data-msg`` and use
114 name: linkinfo-data-msg
131 ``tc-options-msg`` sub-message defines message formats that use a mixture of
138 name: tc-options-msg
/Documentation/i2c/
Ddma-considerations.rst46 dma_buf = i2c_get_dma_safe_msg_buf(msg, threshold_in_byte);
48 If a buffer is returned, it is either msg->buf for the I2C_M_DMA_SAFE case or a
56 i2c_put_dma_safe_msg_buf(dma_buf, msg, xferred);
/Documentation/netlink/specs/
Dhandshake.yaml22 name: msg-type
54 enum: msg-type
/Documentation/driver-api/
Dconnector.rst29 void cn_netlink_send_mult(struct cn_msg *msg, u16 len, u32 portid, u32 __group, int gfp_mask);
30 void cn_netlink_send(struct cn_msg *msg, u32 portid, u32 __group, int gfp_mask);
71 msg->seq and msg->ack are used to determine message genealogy. When
/Documentation/devicetree/bindings/mailbox/
Dxlnx,zynqmp-ipi-mailbox.yaml139 - const: msg
177 - const: msg
229 reg-names = "ctrl", "msg";
238 reg-names = "ctrl", "msg";
/Documentation/driver-api/media/
Dcec-core.rst114 u32 signal_free_time, struct cec_msg *msg);
116 const struct cec_msg *msg);
195 u32 signal_free_time, struct cec_msg *msg);
213 const struct cec_msg *msg);
216 non-blocking transmit with sequence number msg->sequence. This is
306 void cec_received_msg(struct cec_adapter *adap, struct cec_msg *msg);
402 int (*received)(struct cec_adapter *adap, struct cec_msg *msg);
417 int (*received)(struct cec_adapter *adap, struct cec_msg *msg);
431 int cec_transmit_msg(struct cec_adapter *adap, struct cec_msg *msg, \

1234