Home
last modified time | relevance | path

Searched refs:psx_syscall (Results 1 – 6 of 6) sorted by relevance

/external/libcap/libcap/
DMakefile91 $(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.gitignore1 psx_syscall.h
/external/libcap/psx/
Dpsx_syscall.h45 #define psx_syscall(syscall_nr, ...) \ macro
Dpsx.c276 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/
DMakefile20 psx_syscall.3 psx_syscall3.3 psx_syscall6.3 libpsx.3
/external/libcap/tests/
Dpsx_test.c95 psx_syscall(SYS_prctl, PR_SET_KEEPCAPS, global_kept); in main()