Searched refs:mtype (Results 1 - 25 of 39) sorted by relevance

12

/external/strace/tests/
H A Dipc_msgbuf.c50 const long mtype = 0xdefaced; local
52 kernel_long_t mtype; member in struct:__anon17941
55 .mtype = mtype,
64 if (msgrcv(msqid, &msg, msgsz, mtype, 0) != msgsz)
/external/strace/tests-m32/
H A Dipc_msgbuf.c50 const long mtype = 0xdefaced; local
52 kernel_long_t mtype; member in struct:__anon18009
55 .mtype = mtype,
64 if (msgrcv(msqid, &msg, msgsz, mtype, 0) != msgsz)
/external/strace/tests-mx32/
H A Dipc_msgbuf.c50 const long mtype = 0xdefaced; local
52 kernel_long_t mtype; member in struct:__anon18077
55 .mtype = mtype,
64 if (msgrcv(msqid, &msg, msgsz, mtype, 0) != msgsz)
/external/ltp/testcases/kernel/syscalls/ipc/msgrcv/
H A Dmsgrcv08.c52 long mtype; /* message type, must be > 0 */ member in struct:msgbuf
61 long mtype = 121; local
64 msbs.mtype = mtype;
69 sret = msgrcv(msqid, &msbr, sizeof(msbr.mtext), -mtype, IPC_NOWAIT | MSG_NOERROR);
76 if (msbr.mtype != mtype)
78 "found mtype %ld, expected %ld\n", msbr.mtype, mtype);
[all...]
H A Dmsgrcv07.c75 MSGBUF snd_buf1 = {.mtype = MSGTYPE1, .mtext = MSG1};
76 MSGBUF snd_buf2 = {.mtype = MSGTYPE2, .mtext = MSG2};
103 rcv_buf.mtype == MSGTYPE1)
117 MSGBUF snd_buf1 = {.mtype = MSGTYPE1, .mtext = MSG1};
141 rcv_buf.mtype == MSGTYPE1)
/external/strace/mpers-m32/
H A Dmsgbuf_t.h5 int32_t mtype; member in struct:__anon17593
/external/strace/mpers-mx32/
H A Dmsgbuf_t.h5 int64_t mtype; member in struct:__anon17742
/external/strace/
H A Dprint_msgbuf.c47 tprintf("{%" PRI_kld ", ", (kernel_long_t) msg.mtype);
48 printstrn(tcp, addr + sizeof(msg.mtype), count);
/external/ltp/testcases/kernel/syscalls/ipc/msgsnd/
H A Dmsgsnd03.c71 long mtype; member in struct:test_case_t
111 msg_buf.mtype = TC[i].mtype;
163 msg_buf.mtype = MSGTYPE;
H A Dmsgsnd04.c140 msg_buf.mtype += 1;
H A Dmsgsnd02.c160 msg_buf.mtype = MSGTYPE;
H A Dmsgsnd06.c112 msg_buf.mtype += 1;
/external/kernel-headers/original/uapi/scsi/
H A Dscsi_netlink.h113 #define INIT_SCSI_NL_HDR(hdr, t, mtype, mlen) \
118 (hdr)->msgtype = mtype; \
/external/skia/src/core/
H A DSkTextMapStateProc.h23 unsigned mtype = fMatrix.getType(); local
24 if (mtype & (SkMatrix::kAffine_Mask | SkMatrix::kPerspective_Mask)) {
32 if (mtype & SkMatrix::kScale_Mask) {
/external/mesa3d/src/mesa/math/
H A Dm_debug_norm.c196 static int test_norm_function( normal_func func, int mtype, long *cycles ) argument
216 scale = 1.0F + rnd () * norm_scale_types[mtype];
220 switch ( norm_templates[mtype][i * 4 + j] ) {
277 if ( norm_normalize_types[mtype] == 0 ) {
311 if ( norm_normalize_types[mtype] != 0 ) {
336 int mtype; local
357 for ( mtype = 0 ; mtype < 8 ; mtype++ ) {
358 normal_func func = _mesa_normal_tab[norm_types[mtype]];
[all...]
H A Dm_debug_xform.c169 int mtype, unsigned long *cycles )
187 mat->type = mtypes[mtype];
196 switch ( templates[mtype][i * 4 + j] ) {
282 int psize, mtype; local
311 for ( mtype = 0 ; mtype < 7 ; mtype++ ) {
313 transform_func func = _mesa_transform_tab[psize][mtypes[mtype]];
314 unsigned long *cycles = &(benchmark_tab[psize-1][mtype]);
316 if ( test_transform_function( func, psize, mtype, cycle
168 test_transform_function( transform_func func, int psize, int mtype, unsigned long *cycles ) argument
[all...]
/external/linux-kselftest/tools/testing/selftests/ipc/
H A Dmsgque.c14 long mtype; member in struct:msg1
65 if (msgsnd(msgque->msq_id, &msgque->messages[i].mtype,
86 ret = msgrcv(msgque->msq_id, &message.mtype, MAX_MSG_SIZE,
101 if (message.mtype != msgque->messages[cnt].mtype) {
160 ret = msgrcv(msgque->msq_id, &msgque->messages[i].mtype,
175 msgbuf.mtype = MSG_TYPE;
177 if (msgsnd(msgque->msq_id, &msgbuf.mtype, sizeof(TEST_STRING),
183 msgbuf.mtype = ANOTHER_MSG_TYPE;
185 if (msgsnd(msgque->msq_id, &msgbuf.mtype, sizeo
[all...]
/external/ltp/testcases/kernel/syscalls/ipc/lib/
H A Dipcmsg.h49 long mtype; member in struct:mbuf
H A Dlibipc.c115 m_buf->mtype = 1;
117 m_buf->mtype = type;
/external/ltp/testcases/kernel/containers/sysvipc/
H A Dmesgq_nstest.c47 long int mtype; /* type of received/sent message */ member in struct:msg_buf
62 n, msg.mtype, n, msg.mtext);
135 msg.mtype = 5;
H A Dmsg_comm.c48 long mtype; member in struct:sysv_msg
77 m.mtype = 1;
96 /* if mtype #2 was found in the message queue, it is fail */
119 m.mtype = 2;
/external/kernel-headers/original/uapi/linux/
H A Dmsg.h37 __kernel_long_t mtype; /* type of message */ member in struct:msgbuf
/external/ltp/testcases/kernel/ipc/ipc_stress/
H A Dmessage_queue_test_02_snd.c136 buf->mtype = 1L;
148 buf->mtype = 1L;
/external/tcpdump/
H A Dprint-tipc.c165 u_int mtype; local
181 mtype = TIPC_MTYPE(w1);
192 tok2str(tipcmtype_values, "Unknown", mtype)));
205 tok2str(tipcmtype_values, "Unknown", mtype)));
230 u_int mtype; local
251 mtype = TIPC_MTYPE(w1);
260 tok2str(tipcmtype_values, "Unknown", mtype), w1));
298 u_int mtype; local
311 mtype = TIPC_MTYPE(w1);
321 tok2str(tipc_linkconf_mtype_values, "Unknown", mtype)));
[all...]
/external/ltp/testcases/kernel/syscalls/ipc/msgget/
H A Dmsgget01.c134 snd_buf.mtype = MSGTYPE;

Completed in 531 milliseconds

12