/third_party/ltp/include/lapi/ |
H A D | msgbuf.h | 32 long msg_stime; /* last msgsnd time */ member 48 unsigned long msg_stime; /* last msgsnd time */ member 65 unsigned long msg_stime; /* last msgsnd time */ member 97 long msg_stime; /* last msgsnd time */ member 103 unsigned long msg_stime; /* last msgsnd time */ member 131 long msg_stime; /* last msgsnd time */ member 137 unsigned long msg_stime; /* last msgsnd time */ member 167 long msg_stime; /* last msgsnd time */ member 173 unsigned long msg_stime; /* last msgsnd time */ member 202 __kernel_long_t msg_stime; /* las member 232 unsigned long msg_stime; /* last msgsnd time */ global() member 239 unsigned long msg_stime; /* last msgsnd time */ global() member 281 long msg_stime; /* last msgsnd time */ global() member 286 unsigned long msg_stime; /* last msgsnd time */ global() member [all...] |
/third_party/ltp/testcases/kernel/syscalls/ipc/msgsnd/ |
H A D | msgsnd01.c | 53 if (qs_buf.msg_stime >= before_snd && qs_buf.msg_stime <= after_snd) { in verify_msgsnd() 54 tst_res(TPASS, "msg_stime = %lu in [%lu, %lu]", in verify_msgsnd() 55 (unsigned long)qs_buf.msg_stime, in verify_msgsnd() 58 tst_res(TFAIL, "msg_stime = %lu out of [%lu, %lu]", in verify_msgsnd() 59 (unsigned long)qs_buf.msg_stime, in verify_msgsnd()
|
/third_party/musl/libc-test/src/functional/ |
H A D | ipc_msg.c | 64 EQ((long long)qid_ds.msg_stime, 0, "got %lld, want %d"); in snd() 78 if (qid_ds.msg_stime < t) in snd() 79 t_error("msg_stime is %lld want >= %lld\n", (long long)qid_ds.msg_stime, (long long)t); in snd() 80 if (qid_ds.msg_stime > t+5) in snd() 81 t_error("msg_stime is %lld want <= %lld\n", (long long)qid_ds.msg_stime, (long long)t+5); in snd()
|
/third_party/ltp/testcases/kernel/syscalls/ipc/msgctl/ |
H A D | msgctl01.c | 39 if (buf.msg_stime == 0) in verify_msgctl() 40 tst_res(TPASS, "msg_stime = 0"); in verify_msgctl() 42 tst_res(TFAIL, "msg_stime = %lu", (unsigned long)buf.msg_stime); in verify_msgctl()
|
/third_party/toybox/toys/pending/ |
H A D | ipcs.c | 70 buf.msg_stime ? ctime(&buf.msg_stime) : "Not set", in show_msg_id() 392 printf(" %-20.16s", buf.msg_stime in msg_array() 393 ? ctime(&buf.msg_stime) + 4 : "Not set"); in msg_array()
|
/third_party/musl/arch/generic/bits/ |
H A D | msg.h | 3 time_t msg_stime; member
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
H A D | msg.h | 15 time_t msg_stime; member
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
H A D | msg.h | 15 time_t msg_stime; member
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
H A D | msg.h | 15 time_t msg_stime; member
|
/third_party/musl/arch/arm/bits/ |
H A D | msg.h | 15 time_t msg_stime; member
|
/third_party/musl/arch/i386/bits/ |
H A D | msg.h | 15 time_t msg_stime; member
|
/third_party/musl/arch/m68k/bits/ |
H A D | msg.h | 15 time_t msg_stime; member
|
/third_party/musl/arch/microblaze/bits/ |
H A D | msg.h | 15 time_t msg_stime; member
|
/third_party/musl/arch/or1k/bits/ |
H A D | msg.h | 15 time_t msg_stime; member
|
/third_party/musl/arch/powerpc/bits/ |
H A D | msg.h | 15 time_t msg_stime; member
|
/third_party/musl/arch/riscv32/bits/ |
H A D | msg.h | 15 time_t msg_stime; member
|
/third_party/musl/arch/x32/bits/ |
H A D | msg.h | 3 time_t msg_stime; member
|
/third_party/musl/arch/sh/bits/ |
H A D | msg.h | 15 time_t msg_stime; member
|
/third_party/musl/arch/mips/bits/ |
H A D | msg.h | 24 time_t msg_stime; member
|
/third_party/musl/arch/mipsn32/bits/ |
H A D | msg.h | 24 time_t msg_stime; member
|
/third_party/musl/libc-test/src/api/ |
H A D | sys_msg.c | 21 F(time_t, msg_stime) in f()
|
/third_party/musl/porting/liteos_a/user/src/ipc/ |
H A D | msgctl.c | 48 IPC_HILO(buf, msg_stime); in msgctl()
|
/third_party/musl/src/ipc/ |
H A D | msgctl.c | 47 IPC_HILO(buf, msg_stime); in msgctl()
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b64/ |
H A D | mod.rs | 65 pub msg_stime: ::time_t,
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/ |
H A D | mod.rs | 56 pub msg_stime: ::time_t,
|