Searched defs:msgctl (Results 1 – 8 of 8) sorted by relevance
| /third_party/musl/src/ipc/ |
| D | msgctl.c | 11 int msgctl(int q, int cmd, struct msqid_ds *buf) in msgctl() function
|
| /third_party/musl/porting/liteos_a/user/src/ipc/ |
| D | msgctl.c | 12 int msgctl(int q, int cmd, struct msqid_ds *buf) in msgctl() function
|
| /third_party/ltp/testcases/kernel/syscalls/ipc/msgctl/ |
| D | msgctl04.c | 60 int (*msgctl)(int msqid, int cmd, void *buf); member
|
| /third_party/rust/crates/libc/src/unix/haiku/ |
| D | mod.rs | 1876 pub fn msgctl(msqid: ::c_int, cmd: ::c_int, buf: *mut msqid_ds) -> ::c_int; in msgctl() function
|
| /third_party/rust/crates/libc/src/unix/aix/ |
| D | mod.rs | 3020 pub fn msgctl(msqid: ::c_int, cmd: ::c_int, buf: *mut msqid_ds) -> ::c_int; in msgctl() function
|
| /third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/ |
| D | mod.rs | 5098 pub fn msgctl(msqid: ::c_int, cmd: ::c_int, buf: *mut ::msqid_ds) -> ::c_int; in msgctl() function
|
| /third_party/rust/crates/libc/src/fuchsia/ |
| D | mod.rs | 4056 pub fn msgctl(msqid: ::c_int, cmd: ::c_int, buf: *mut msqid_ds) -> ::c_int; in msgctl() function
|
| /third_party/rust/crates/libc/src/unix/linux_like/linux/ |
| D | mod.rs | 5024 pub fn msgctl(msqid: ::c_int, cmd: ::c_int, buf: *mut msqid_ds) -> ::c_int; in msgctl() function
|