/external/ltp/testcases/kernel/syscalls/ipc/msgctl/ |
D | msgctl02.c | 31 static int msg_id = -1; variable 40 TEST(msgctl(msg_id, IPC_SET, &buf)); in verify_msgctl() 50 SAFE_MSGCTL(msg_id, IPC_STAT, &buf); in verify_msgctl() 61 SAFE_MSGCTL(msg_id, IPC_SET, &orig_buf); in verify_msgctl() 68 msg_id = SAFE_MSGGET(msgkey, IPC_CREAT | IPC_EXCL | MSG_RW | 0660); in setup() 70 SAFE_MSGCTL(msg_id, IPC_STAT, &orig_buf); in setup() 75 if (msg_id >= 0) in cleanup() 76 SAFE_MSGCTL(msg_id, IPC_RMID, NULL); in cleanup()
|
D | msgctl01.c | 31 static int msg_id = -1; variable 43 TEST(msgctl(msg_id, IPC_STAT, &buf)); in verify_msgctl() 137 msg_id = SAFE_MSGGET(msgkey, IPC_CREAT | IPC_EXCL | MSG_RW | mode); in setup() 146 if (msg_id >= 0) in cleanup() 147 SAFE_MSGCTL(msg_id, IPC_RMID, NULL); in cleanup()
|
D | msgctl04.c | 40 int *msg_id; member 63 TEST(msgctl(*(tc[i].msg_id), tc[i].cmd, tc[i].buf)); in verify_msgctl() 72 *tc[i].msg_id, tc[i].cmd, tc[i].buf); in verify_msgctl() 77 *tc[i].msg_id, tc[i].cmd, tc[i].buf, tst_strerrno(tc[i].error)); in verify_msgctl()
|
D | msgctl12.c | 34 int *msg_id; member 46 TEST(msgctl(*tc[i].msg_id, tc[i].cmd, tc[i].buf)); in verify_msgctl()
|
/external/perfetto/src/traced/probes/ftrace/test/data/android_walleye_OPM5.171019.017.A1_4.4.88/events/rpm_smd/rpm_smd_ack_recvd/ |
D | format | 10 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/ |
D | format | 9 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/ |
D | format | 9 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/ |
D | format | 9 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/openssh/ |
D | sftp-client.c | 83 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/grpc-grpc/third_party/nanopb/tests/message_sizes/ |
D | messages1.proto | 9 required fixed32 msg_id = 1; field 16 required fixed32 msg_id = 3; field
|
/external/nanopb-c/tests/message_sizes/ |
D | messages1.proto | 9 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/ |
D | format | 10 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/ |
D | format | 11 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/mesa3d/src/mesa/drivers/dri/i915/ |
D | intel_context.h | 301 static GLuint msg_id = 0; \ 305 _mesa_gl_debug(&intel->ctx, &msg_id, \ 315 static GLuint msg_id = 0; \ 321 _mesa_gl_debug(ctx, &msg_id, \
|
/external/mesa3d/src/mesa/main/ |
D | errors.h | 92 static GLuint msg_id = 0; \ 94 _mesa_gl_debug(ctx, &msg_id, \
|
/external/wpa_supplicant_8/src/eap_peer/ |
D | eap_proxy_qmi_oc.c | 113 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/webrtc/webrtc/examples/peerconnection/client/ |
D | main_wnd.h | 32 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/perfetto/src/traced/probes/ftrace/test/data/android_seed_N2F62_3.10.49/events/rpm_smd/rpm_send_message/ |
D | format | 13 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/perfetto/src/traced/probes/ftrace/test/data/android_hammerhead_MRA59G_3.4.0/events/rpm_smd/rpm_send_message/ |
D | format | 14 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/linux/ |
D | main_wnd.cc | 101 : 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()
|
/external/scapy/scapy/contrib/ |
D | coap.uts | 21 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/kernel-headers/original/uapi/linux/ |
D | n_r3964.h | 90 int msg_id; member
|
/external/adhd/cras/src/server/ |
D | cras_rclient.c | 306 enum CRAS_CLIENT_MESSAGE_ID msg_id, in register_for_notification() argument 314 switch (msg_id) { in register_for_notification() 357 "Invalid client notification message ID: %u", msg_id); in register_for_notification() 655 client, (enum CRAS_CLIENT_MESSAGE_ID)m->msg_id, in cras_rclient_message_from_client()
|
/external/blktrace/ |
D | blkiomon.c | 94 static long msg_id = -1; variable 231 dstat->msg.mtype = msg_id; in blkiomon_output_msg_q() 564 if (!msg_q_id || msg_id <= 0) in blkiomon_open_msg_q() 715 msg_id = atoi(optarg); in main()
|
/external/adhd/cras/src/tests/ |
D | rclient_unittest.cc | 168 void RegisterNotification(enum CRAS_CLIENT_MESSAGE_ID msg_id, 369 enum CRAS_CLIENT_MESSAGE_ID msg_id, in RegisterNotification() argument 377 cras_fill_register_notification_message(&msg, msg_id, do_register); in RegisterNotification() 381 EXPECT_EQ(msg.msg_id, msg_id); in RegisterNotification()
|