Home
last modified time | relevance | path

Searched refs:msg_id (Results 1 – 25 of 59) 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()
Dmsgctl06.c33 static int msg_id = -1; variable
146 msg_id = SAFE_MSGGET(IPC_PRIVATE, IPC_CREAT | MSG_RW); in setup()
147 SAFE_MSGSND(msg_id, "abcd", 4, 0); in setup()
149 TEST(msgctl(msg_id, MSG_STAT_ANY, &temp_buf)); in setup()
161 if (msg_id >= 0) in cleanup()
162 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/perfetto/src/protozero/filtering/
Dfilter_bytecode_parser.cc79 auto add_directly_indexed_field = [&](uint32_t field_id, uint32_t msg_id) { in LoadInternal() argument
83 direct_indexed_fields[field_id] = kAllowed | msg_id; in LoadInternal()
86 auto add_range = [&](uint32_t id_start, uint32_t id_end, uint32_t msg_id) { in LoadInternal() argument
91 ranges.emplace_back(kAllowed | msg_id); in LoadInternal()
112 uint32_t msg_id; in LoadInternal() local
114 msg_id = kSimpleField; in LoadInternal()
122 msg_id = words[++i]; in LoadInternal()
123 max_msg_index = std::max(max_msg_index, msg_id); in LoadInternal()
127 add_directly_indexed_field(field_id, msg_id); in LoadInternal()
132 add_range(field_id, field_id + 1, msg_id); in LoadInternal()
/external/webrtc/pc/test/
Dfake_rtc_certificate_generator.h151 uint32_t msg_id; in GenerateCertificateAsync() local
154 msg_id = MSG_FAILURE; in GenerateCertificateAsync()
158 msg_id = MSG_SUCCESS_RSA; in GenerateCertificateAsync()
162 msg_id = MSG_SUCCESS_ECDSA; in GenerateCertificateAsync()
164 rtc::Thread::Current()->Post(RTC_FROM_HERE, this, msg_id, msg); in GenerateCertificateAsync()
/external/arm-trusted-firmware/plat/marvell/armada/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/perfetto/src/traced/probes/ftrace/test/data/android_raven_AOSP.MASTER_5.10.43/events/scmi/scmi_xfer_end/
Dformat10 field:u8 msg_id; offset:12; size:1; signed:0;
15 print fmt: "transfer_id=%d msg_id=%u protocol_id=%u seq=%u status=%d", REC->transfer_id, REC->msg_i…
/external/perfetto/src/traced/probes/ftrace/test/data/android_raven_AOSP.MASTER_5.10.43/events/scmi/scmi_xfer_begin/
Dformat10 field:u8 msg_id; offset:12; size:1; signed:0;
15 print fmt: "transfer_id=%d msg_id=%u protocol_id=%u seq=%u poll=%u", REC->transfer_id, REC->msg_id,…
/external/perfetto/src/traced/probes/ftrace/test/data/android_raven_AOSP.MASTER_5.10.43/events/scmi/scmi_rx_done/
Dformat10 field:u8 msg_id; offset:12; size:1; signed:0;
15 print fmt: "transfer_id=%d msg_id=%u protocol_id=%u seq=%u msg_type=%u", REC->transfer_id, REC->msg…
/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/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/armada/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/perfetto/src/traced/probes/ftrace/test/data/android_raven_AOSP.MASTER_5.10.43/events/mcps802154_region_fira/region_fira_tx_message_type/
Dformat10 field:enum fira_message_id msg_id; offset:12; size:4; signed:0;
12 print fmt: "session_id=%d message_type=%s", REC->session_id, __print_symbolic(REC->msg_id, { FIRA_M…
/external/musl/src/locale/
Dcatgets.c16 char *catgets (nl_catd catd, int set_id, int msg_id, const char *s) in catgets() argument
24 uint32_t msg_id_be = htobe32(msg_id); in catgets()
/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_raven_AOSP.MASTER_5.10.43/events/mcps802154_region_fira/region_fira_rx_message_type/
Dformat10 field:enum fira_message_id msg_id; offset:12; size:4; signed:0;
13 print fmt: "session_id=%d message_type=%s status=%s", REC->session_id, __print_symbolic(REC->msg_id

123