Searched refs:oabi_sembuf (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/arch/arm/include/asm/ |
H A D | syscalls.h | 30 struct oabi_sembuf; 33 struct oabi_sembuf __user *tsops, 36 asmlinkage long sys_oabi_semop(int semid, struct oabi_sembuf __user *tsops,
|
/openbmc/linux/arch/arm/kernel/ |
H A D | sys_oabi-compat.c | 329 struct oabi_sembuf { struct 340 struct oabi_sembuf __user *tsops, in sys_oabi_semtimedop() argument 359 struct oabi_sembuf osb; in sys_oabi_semtimedop() 385 asmlinkage long sys_oabi_semop(int semid, struct oabi_sembuf __user *tsops, in sys_oabi_semop() 397 (struct oabi_sembuf __user *)ptr, in sys_oabi_ipc() 401 (struct oabi_sembuf __user *)ptr, in sys_oabi_ipc() 410 struct oabi_sembuf __user *tsops, in sys_oabi_semtimedop() 417 asmlinkage long sys_oabi_semop(int semid, struct oabi_sembuf __user *tsops, in sys_oabi_semop()
|