Searched defs:msgctl (Results 1 – 7 of 7) sorted by relevance
/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/musl/src/ipc/ |
D | msgctl.c | 10 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 | 1855 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 | 4095 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 | 3963 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 | 3922 pub fn msgctl(msqid: ::c_int, cmd: ::c_int, buf: *mut msqid_ds) -> ::c_int; in msgctl() function
|