Searched refs:psx_syscall (Results 1 – 6 of 6) sorted by relevance
/external/libcap/libcap/ |
D | Makefile | 91 $(STAPSXLIBNAME): $(PSXOBJS) include/sys/psx_syscall.h 101 $(PSXLIBNAME) $(MAJPSXLIBNAME) $(MINPSXLIBNAME): $(PSXOBJS) include/sys/psx_syscall.h 170 include/sys/psx_syscall.h: ../psx/psx_syscall.h 172 ln -s ../../../psx/psx_syscall.h $@ 174 install-common-psx: install-common libpsx.pc include/sys/psx_syscall.h 175 install -m 0644 include/sys/psx_syscall.h $(FAKEROOT)$(INCDIR)/sys 188 rm -f include/sys/psx_syscall.h
|
/external/libcap/libcap/include/sys/ |
D | .gitignore | 1 psx_syscall.h
|
/external/libcap/psx/ |
D | psx_syscall.h | 45 #define psx_syscall(syscall_nr, ...) \ macro
|
D | psx.c | 276 return psx_syscall(syscall_nr, arg1, arg2, arg3); in psx_syscall3() 282 return psx_syscall(syscall_nr, arg1, arg2, arg3, arg4, arg5, arg6); in psx_syscall6()
|
/external/libcap/doc/ |
D | Makefile | 20 psx_syscall.3 psx_syscall3.3 psx_syscall6.3 libpsx.3
|
/external/libcap/tests/ |
D | psx_test.c | 95 psx_syscall(SYS_prctl, PR_SET_KEEPCAPS, global_kept); in main()
|