Home
last modified time | relevance | path

Searched refs:IPC_INFO (Results 1 – 21 of 21) sorted by relevance

/third_party/ltp/include/lapi/
Dipc.h10 #ifndef IPC_INFO
11 # define IPC_INFO 3 macro
/third_party/ltp/testcases/kernel/syscalls/ipc/msgctl/
Dmsgctl12.c29 {&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/
Dipc.h27 #define IPC_INFO 3 macro
/third_party/ltp/testcases/kernel/syscalls/ipc/semctl/
Dsemctl01.c257 {&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/
Dipc.h33 #define IPC_INFO 3 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dipc.h33 #define IPC_INFO 3 macro
/third_party/musl/include/sys/
Dipc.h33 #define IPC_INFO 3 macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dipc.h33 #define IPC_INFO 3 macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
Dipc.h33 #define IPC_INFO 3 macro
/third_party/ltp/testcases/kernel/syscalls/ipc/shmctl/
Dshmctl03.c22 TEST(shmctl(0, IPC_INFO, (struct shmid_ds *)&info)); in verify_ipcinfo()
/third_party/musl/porting/liteos_a/user/src/ipc/
Dsemctl.c26 case IPC_INFO: case SEM_INFO: in semctl()
/third_party/musl/src/ipc/
Dsemctl.c25 case IPC_INFO: case SEM_INFO: in semctl()
/third_party/ltp/testcases/kernel/syscalls/ipc/semop/
Dsemop02.c101 if (semctl(valid_sem_id, 0, IPC_INFO, arr) == -1) in setup()
/third_party/ltp/lib/
Dtst_safe_sysv_ipc.c245 case IPC_INFO: in safe_semctl()
/third_party/rust/crates/libc/libc-test/semver/
Dfuchsia.txt346 IPC_INFO
Dfreebsd.txt418 IPC_INFO
Dlinux.txt932 IPC_INFO
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/
Dmod.rs947 pub const IPC_INFO: ::c_int = 3; constant
/third_party/rust/crates/libc/src/unix/linux_like/linux/
Dmod.rs1825 pub const IPC_INFO: ::c_int = 3; constant
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/
Dmod.rs2951 pub const IPC_INFO: ::c_int = 3; constant
/third_party/rust/crates/libc/src/fuchsia/
Dmod.rs2424 pub const IPC_INFO: ::c_int = 3; constant