Home
last modified time | relevance | path

Searched refs:semid_ds (Results 1 - 25 of 38) sorted by relevance

12

/third_party/musl/libc-test/src/functional/
H A Dipc_sem.c32 struct semid_ds semid_ds; in inc() local
35 struct semid_ds *buf; in inc()
57 arg.buf = &semid_ds; in inc()
59 EQ(semid_ds.sem_perm.cuid, geteuid(), "got %d, want %d"); in inc()
60 EQ(semid_ds.sem_perm.uid, geteuid(), "got %d, want %d"); in inc()
61 EQ(semid_ds.sem_perm.cgid, getegid(), "got %d, want %d"); in inc()
62 EQ(semid_ds.sem_perm.gid, getegid(), "got %d, want %d"); in inc()
63 EQ(semid_ds.sem_perm.mode & 0x1ff, 0666, "got %o, want %o"); in inc()
64 EQ(semid_ds in inc()
[all...]
/third_party/musl/src/ipc/
H A Dsemctl.c14 struct semid_ds *buf;
34 struct semid_ds out, *orig; in semctl()
36 out = (struct semid_ds){0}; in semctl()
42 struct semid_ds tmp; in semctl()
/third_party/musl/porting/liteos_a/user/src/ipc/
H A Dsemctl.c15 struct semid_ds *buf;
35 struct semid_ds out, *orig; in semctl()
37 out = (struct semid_ds){0}; in semctl()
43 struct semid_ds tmp; in semctl()
/third_party/musl/arch/i386/bits/
H A Dsem.h1 struct semid_ds { struct
/third_party/musl/arch/m68k/bits/
H A Dsem.h1 struct semid_ds { struct
/third_party/musl/arch/or1k/bits/
H A Dsem.h1 struct semid_ds { struct
/third_party/musl/arch/powerpc/bits/
H A Dsem.h1 struct semid_ds { struct
/third_party/musl/arch/x32/bits/
H A Dsem.h1 struct semid_ds { struct
/third_party/musl/arch/x86_64/bits/
H A Dsem.h1 struct semid_ds { struct
/third_party/musl/arch/generic/bits/
H A Dsem.h1 struct semid_ds { struct
/third_party/ltp/include/lapi/
H A Dsem.h16 struct semid_ds *buf; /* buffer for IPC_STAT, IPC_SET */
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
H A Dsem.h1 struct semid_ds { struct
/third_party/musl/porting/uniproton/kernel/include/bits/
H A Dsem.h1 struct semid_ds { struct
/third_party/musl/porting/liteos_m/kernel/include/bits/
H A Dsem.h1 struct semid_ds { struct
/third_party/musl/arch/arm/bits/
H A Dsem.h1 struct semid_ds { struct
/third_party/musl/arch/microblaze/bits/
H A Dsem.h1 struct semid_ds { struct
/third_party/musl/arch/mips/bits/
H A Dsem.h1 struct semid_ds { struct
/third_party/musl/arch/riscv32/bits/
H A Dsem.h1 struct semid_ds { struct
/third_party/musl/arch/mipsn32/bits/
H A Dsem.h1 struct semid_ds { struct
/third_party/musl/arch/sh/bits/
H A Dsem.h1 struct semid_ds { struct
/third_party/ltp/testcases/kernel/syscalls/ipc/semctl/
H A Dsemctl08.c32 arg.buf = (struct semid_ds *)&buf_ds; in run()
H A Dsemctl02.c23 struct semid_ds sem_ds; in verify_semctl()
H A Dsemctl04.c33 struct semid_ds perm; in do_child()
/third_party/ltp/testcases/kernel/syscalls/ipc/semget/
H A Dsemget01.c24 struct semid_ds semary; in check_functionality()
/third_party/musl/libc-test/src/api/
H A Dsys_sem.c19 struct semid_ds x; in f()

Completed in 4 milliseconds

12