/third_party/ltp/include/lapi/ |
D | ipc.h | 10 #ifndef IPC_INFO 11 # define IPC_INFO 3 macro
|
/third_party/ltp/testcases/kernel/syscalls/ipc/msgctl/ |
D | msgctl12.c | 29 {&msg_q, IPC_INFO, "IPC_INFO", &msginfo_buf}, 50 index_q = SAFE_MSGCTL(msg_q, IPC_INFO, (struct msqid_ds*)&msginfo_buf); in setup()
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/ |
D | ipc.h | 27 #define IPC_INFO 3 macro
|
/third_party/ltp/testcases/kernel/syscalls/ipc/semctl/ |
D | semctl01.c | 257 {&sem_id, 0, IPC_INFO, func_iinfo, SEMUN_CAST & ipc_buf, NULL}, 290 case IPC_INFO: in verify_semctl()
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
D | ipc.h | 33 #define IPC_INFO 3 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
D | ipc.h | 33 #define IPC_INFO 3 macro
|
/third_party/musl/include/sys/ |
D | ipc.h | 33 #define IPC_INFO 3 macro
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
D | ipc.h | 33 #define IPC_INFO 3 macro
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
D | ipc.h | 33 #define IPC_INFO 3 macro
|
/third_party/ltp/testcases/kernel/syscalls/ipc/shmctl/ |
D | shmctl03.c | 22 TEST(shmctl(0, IPC_INFO, (struct shmid_ds *)&info)); in verify_ipcinfo()
|
/third_party/musl/porting/liteos_a/user/src/ipc/ |
D | semctl.c | 26 case IPC_INFO: case SEM_INFO: in semctl()
|
/third_party/musl/src/ipc/ |
D | semctl.c | 25 case IPC_INFO: case SEM_INFO: in semctl()
|
/third_party/ltp/testcases/kernel/syscalls/ipc/semop/ |
D | semop02.c | 101 if (semctl(valid_sem_id, 0, IPC_INFO, arr) == -1) in setup()
|
/third_party/ltp/lib/ |
D | tst_safe_sysv_ipc.c | 245 case IPC_INFO: in safe_semctl()
|
/third_party/rust/crates/libc/libc-test/semver/ |
D | fuchsia.txt | 346 IPC_INFO
|
D | freebsd.txt | 418 IPC_INFO
|
D | linux.txt | 932 IPC_INFO
|
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/ |
D | mod.rs | 947 pub const IPC_INFO: ::c_int = 3; constant
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/ |
D | mod.rs | 1825 pub const IPC_INFO: ::c_int = 3; constant
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/ |
D | mod.rs | 2951 pub const IPC_INFO: ::c_int = 3; constant
|
/third_party/rust/crates/libc/src/fuchsia/ |
D | mod.rs | 2424 pub const IPC_INFO: ::c_int = 3; constant
|