Home
last modified time | relevance | path

Searched refs:semop_args (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/kern/
H A Dsysv_sem.c107 struct semop_args;
108 int semop(struct thread *td, struct semop_args *uap);
1092 struct semop_args { struct
1099 sys_semop(struct thread *td, struct semop_args *uap) in sys_semop() argument
H A Dinit_sysent.c280 …{ .sy_narg = AS(semop_args), .sy_call = (sy_call_t *)lkmressys, .sy_auevent = AUE_NULL, .sy_flags …
H A Dsystrace_args.c1088 struct semop_args *p = params; in systrace_args()
/f-stack/freebsd/sys/
H A Dsysproto.h594 struct semop_args { struct
1976 int sys_semop(struct thread *, struct semop_args *);