Home
last modified time | relevance | path

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

123

/external/ltp/testcases/kernel/syscalls/ipc/msgctl/
Dmsgctl02.c18 static int msg_id = -1; variable
27 TEST(msgctl(msg_id, IPC_SET, &buf)); in verify_msgctl()
37 SAFE_MSGCTL(msg_id, IPC_STAT, &buf); in verify_msgctl()
48 SAFE_MSGCTL(msg_id, IPC_SET, &orig_buf); in verify_msgctl()
55 msg_id = SAFE_MSGGET(msgkey, IPC_CREAT | IPC_EXCL | MSG_RW | 0660); in setup()
57 SAFE_MSGCTL(msg_id, IPC_STAT, &orig_buf); in setup()
62 if (msg_id >= 0) in cleanup()
63 SAFE_MSGCTL(msg_id, IPC_RMID, NULL); in cleanup()
Dmsgctl01.c18 static int msg_id = -1; variable
30 TEST(msgctl(msg_id, IPC_STAT, &buf)); in verify_msgctl()
124 msg_id = SAFE_MSGGET(msgkey, IPC_CREAT | IPC_EXCL | MSG_RW | mode); in setup()
133 if (msg_id >= 0) in cleanup()
134 SAFE_MSGCTL(msg_id, IPC_RMID, NULL); in cleanup()
Dmsgctl04.c27 int *msg_id; member
50 TEST(msgctl(*(tc[i].msg_id), tc[i].cmd, tc[i].buf)); in verify_msgctl()
59 *tc[i].msg_id, tc[i].cmd, tc[i].buf); in verify_msgctl()
64 *tc[i].msg_id, tc[i].cmd, tc[i].buf, tst_strerrno(tc[i].error)); in verify_msgctl()
Dmsgctl12.c24 int *msg_id; member
36 TEST(msgctl(*tc[i].msg_id, tc[i].cmd, tc[i].buf)); in verify_msgctl()
/external/arm-trusted-firmware/plat/marvell/a8k/common/mss/
Dmss_pm_ipc.c38 int mss_pm_ipc_msg_send(unsigned int channel_id, unsigned int msg_id, in mss_pm_ipc_msg_send() argument
43 mv_pm_ipc_msg_tx(channel_id, msg_id, in mss_pm_ipc_msg_send()
47 mv_pm_ipc_msg_tx(channel_id, msg_id, 0); in mss_pm_ipc_msg_send()
/external/perfetto/src/traced/probes/ftrace/test/data/android_walleye_OPM5.171019.017.A1_4.4.88/events/rpm_smd/rpm_smd_ack_recvd/
Dformat10 field:int msg_id; offset:12; size:4; signed:1;
13 print fmt: "ctx:%s msg_id:%d errno:%08x", REC->irq ? "noslp" : "sleep", REC->msg_id, REC->errno
/external/perfetto/src/traced/probes/ftrace/test/data/android_walleye_OPM5.171019.017.A1_4.4.88/events/rpm_smd/rpm_smd_sleep_set/
Dformat9 field:u32 msg_id; offset:8; size:4; signed:0;
14 print fmt: "msg_id:%d, rsc_type:0x%08x(%s), rsc_id:0x%08x", REC->msg_id, REC->rsc_type, REC->name, …
/external/perfetto/src/traced/probes/ftrace/test/data/android_walleye_OPM5.171019.017.A1_4.4.88/events/rpm_smd/rpm_smd_send_active_set/
Dformat9 field:u32 msg_id; offset:8; size:4; signed:0;
14 print fmt: "msg_id:%d, rsc_type:0x%08x(%s), rsc_id:0x%08x", REC->msg_id, REC->rsc_type, REC->name, …
/external/perfetto/src/traced/probes/ftrace/test/data/android_walleye_OPM5.171019.017.A1_4.4.88/events/rpm_smd/rpm_smd_send_sleep_set/
Dformat9 field:u32 msg_id; offset:8; size:4; signed:0;
14 print fmt: "msg_id:%d, rsc_type:0x%08x(%s), rsc_id:0x%08x", REC->msg_id, REC->rsc_type, REC->name, …
/external/grpc-grpc/third_party/nanopb/tests/message_sizes/
Dmessages1.proto9 required fixed32 msg_id = 1; field
16 required fixed32 msg_id = 3; field
/external/nanopb-c/tests/message_sizes/
Dmessages1.proto9 required fixed32 msg_id = 1; field
16 required fixed32 msg_id = 3; field
/external/openssh/
Dsftp-client.c83 u_int msg_id; member
392 ret->msg_id = 1; in do_init()
500 id = conn->msg_id++; in do_close()
532 id = conn->msg_id++; in do_lsreaddir()
556 id = expected_id = conn->msg_id++; in do_lsreaddir()
692 id = conn->msg_id++; in do_rm()
705 id = conn->msg_id++; in do_mkdir()
721 id = conn->msg_id++; in do_rmdir()
737 id = conn->msg_id++; in do_stat()
759 id = conn->msg_id++; in do_lstat()
[all …]
/external/perfetto/src/traced/probes/ftrace/test/data/android_seed_N2F62_3.10.49/events/rpm_smd/rpm_ack_recd/
Dformat10 field:int msg_id; offset:12; size:4; signed:1;
12 print fmt: "ctx:%s id:%d", REC->irq ? "noslp" : "sleep", REC->msg_id
/external/perfetto/src/traced/probes/ftrace/test/data/android_hammerhead_MRA59G_3.4.0/events/rpm_smd/rpm_ack_recd/
Dformat11 field:int msg_id; offset:16; size:4; signed:1;
13 print fmt: "ctx:%s id:%d", REC->irq ? "noslp" : "sleep", REC->msg_id
/external/arm-trusted-firmware/plat/marvell/common/mss/
Dmss_ipc_drv.h74 unsigned int msg_id; /* Message Id */ member
117 int mv_pm_ipc_msg_tx(unsigned int channel_id, unsigned int msg_id,
Dmss_ipc_drv.c90 int mv_pm_ipc_msg_tx(unsigned int channel_id, unsigned int msg_id, in mv_pm_ipc_msg_tx() argument
102 mmio_write_32(addr + IPC_MSG_ID_LOC, msg_id); in mv_pm_ipc_msg_tx()
/external/mesa3d/src/mesa/main/
Derrors.h102 static GLuint msg_id = 0; \
104 _mesa_gl_debugf(ctx, &msg_id, \
/external/perfetto/src/traced/probes/ftrace/test/data/android_seed_N2F62_3.10.49/events/rpm_smd/rpm_send_message/
Dformat13 field:u32 msg_id; offset:24; size:4; signed:0;
16 …q ? "noslp" : "sleep", REC->set ? "slp" : "act", REC->rsc_type, REC->name, REC->rsc_id, REC->msg_id
/external/mesa3d/src/mesa/drivers/dri/i915/
Dintel_context.h303 static GLuint msg_id = 0; \
307 _mesa_gl_debugf(&intel->ctx, &msg_id, \
317 static GLuint msg_id = 0; \
323 _mesa_gl_debugf(ctx, &msg_id, \
/external/perfetto/src/traced/probes/ftrace/test/data/android_hammerhead_MRA59G_3.4.0/events/rpm_smd/rpm_send_message/
Dformat14 field:u32 msg_id; offset:28; size:4; signed:0;
17 …q ? "noslp" : "sleep", REC->set ? "slp" : "act", REC->rsc_type, REC->name, REC->rsc_id, REC->msg_id
/external/webrtc/webrtc/examples/peerconnection/client/
Dmain_wnd.h32 virtual void UIThreadCallback(int msg_id, void* data) = 0;
67 virtual void QueueUIThreadCallback(int msg_id, void* data) = 0;
101 virtual void QueueUIThreadCallback(int msg_id, void* data);
/external/wpa_supplicant_8/src/eap_peer/
Deap_proxy_qmi_oc.c113 unsigned int msg_id,
128 unsigned long msg_id,
164 unsigned long msg_id, in wpa_qmi_client_indication_cb() argument
178 wpa_printf(MSG_DEBUG, "eap_proxy: %s: msg_id=0x%lx", __func__, msg_id); in wpa_qmi_client_indication_cb()
196 QMI_IDL_INDICATION, msg_id, in wpa_qmi_client_indication_cb()
211 QMI_IDL_INDICATION, msg_id, in wpa_qmi_client_indication_cb()
216 switch (msg_id) { in wpa_qmi_client_indication_cb()
233 wpa_printf(MSG_DEBUG, "eap_proxy: Unknown QMI Indicaiton %lu", msg_id); in wpa_qmi_client_indication_cb()
1013 unsigned int msg_id, in handle_qmi_eap_ind() argument
1027 wpa_printf(MSG_ERROR, "eap_proxy: Handle_qmi_eap_ind msgId =%d sm=%p\n", msg_id,sm); in handle_qmi_eap_ind()
[all …]
/external/perfetto/src/trace_processor/importers/proto/
Dandroid_probes_parser.cc145 StringId msg_id = context_->storage->InternString( in ParseAndroidLogEvent() local
177 PERFETTO_DCHECK(msg_id.is_null()); in ParseAndroidLogEvent()
179 msg_id = context_->storage->InternString(&arg_msg[1]); in ParseAndroidLogEvent()
190 {opt_trace_time.value(), utid, prio, tag_id, msg_id}); in ParseAndroidLogEvent()
/external/scapy/scapy/contrib/
Dcoap.uts21 assert(p.msg_id == 55777)
52 p = CoAP(ver = 1, type = 0, code = 0x42, msg_id = 0xface, options=[("Content-Format", b"\x00")], pa…
61 assert(p.msg_id == 0xface)
/external/webrtc/webrtc/examples/peerconnection/client/linux/
Dmain_wnd.cc101 : callback(cb), msg_id(id), data(d) {} in UIThreadCallbackData()
103 int msg_id; member
109 cb_data->callback->UIThreadCallback(cb_data->msg_id, cb_data->data); in HandleUIThreadCallback()
187 void GtkMainWnd::QueueUIThreadCallback(int msg_id, void* data) { in QueueUIThreadCallback() argument
189 new UIThreadCallbackData(callback_, msg_id, data)); in QueueUIThreadCallback()

123