Home
last modified time | relevance | path

Searched refs:psx (Results 1 – 25 of 25) sorted by relevance

/external/libcap/go/
DMakefile16 PSXGOPACKAGE=$(PKGDIR)/psx.a
21 all: $(PSXGOPACKAGE) $(CAPGOPACKAGE) web setid gowns compare-cap try-launching psx-signals
29 src/$(IMPORTDIR)/psx:
31 ln -s $(topdir)/psx $@
44 $(PSXGOPACKAGE): src/$(IMPORTDIR)/psx ../psx/*.go $(DEPS)
46 …DULE=off CGO_LDFLAGS_ALLOW="$(CGO_LDFLAGS_ALLOW)" GOPATH="$(GOPATH)" $(GO) install $(IMPORTDIR)/psx
79 psx-signals: psx-signals.go $(PSXGOPACKAGE)
89 …_REQUIRED)" CGO_LDFLAGS_ALLOW="$(CGO_LDFLAGS_ALLOW)" GOPATH="$(GOPATH)" $(GO) test $(IMPORTDIR)/psx
92 ./psx-signals
94 ./psx-signals-cgo
[all …]
D.gitignore5 psx-signals
6 psx-signals-cgo
Dpsx-signals.go29 _, _, err := psx.Syscall3(syscall.SYS_PRCTL, prSetKeepCaps, uintptr(i&1), 0)
/external/libcap/libcap/
DMakefile16 PSXFILES=../psx/psx
126 $(MAKE) install-static-psx
131 $(MAKE) install-shared-psx
139 install-psx: install-static-psx
141 $(MAKE) install-shared-psx
155 install-static-psx: install-common-psx $(STAPSXLIBNAME)
158 install-shared-psx: install-common-psx $(MINPSXLIBNAME)
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
/external/rust/crates/quiche/deps/boringssl/src/crypto/x509v3/
Dv3_sxnet.c157 int SXNET_add_id_asc(SXNET **psx, char *zone, char *user, int userlen) in SXNET_add_id_asc() argument
164 return SXNET_add_id_INTEGER(psx, izone, user, userlen); in SXNET_add_id_asc()
169 int SXNET_add_id_ulong(SXNET **psx, unsigned long lzone, char *user, in SXNET_add_id_ulong() argument
178 return SXNET_add_id_INTEGER(psx, izone, user, userlen); in SXNET_add_id_ulong()
187 int SXNET_add_id_INTEGER(SXNET **psx, ASN1_INTEGER *zone, char *user, in SXNET_add_id_INTEGER() argument
192 if (!psx || !zone || !user) { in SXNET_add_id_INTEGER()
202 if (!*psx) { in SXNET_add_id_INTEGER()
207 *psx = sx; in SXNET_add_id_INTEGER()
209 sx = *psx; in SXNET_add_id_INTEGER()
231 *psx = NULL; in SXNET_add_id_INTEGER()
/external/libcap/psx/
DREADME1 Package "psx" provides an API for invoking system calls in a way that
12 APIs. When compiled this way, the "psx" package functions
13 psx.Syscall3() and psx.Syscall6() are aliased to
18 code, [lib]psx, which is distributed with libcap.
24 Like libcap/libpsx itself, the "psx" package is distributed with a
Ddoc.go60 package psx // import "kernel.org/pub/linux/libs/security/libcap/psx" package
Dpsx.go4 package psx // import "kernel.org/pub/linux/libs/security/libcap/psx" package
Dgo.mod1 module kernel.org/pub/linux/libs/security/libcap/psx
Dpsx_cgo_test.go3 package psx package
Dpsx_cgo.go3 package psx // import "kernel.org/pub/linux/libs/security/libcap/psx" package
Dpsx_test.go1 package psx package
DLICENSE2 licensed conditions under which the contents of this libcap/psx release
6 Redistribution and use in source and binary forms of libcap/psx, with
/external/libcap/cap/
Dsyscalls.go14 w3: psx.Syscall3,
15 w6: psx.Syscall6,
Dgo.mod5 require kernel.org/pub/linux/libs/security/libcap/psx v0.2.48
/external/libcap/goapps/setid/
Dsetid.go60 if _, _, err := psx.Syscall3(syscall.SYS_SETGID, uintptr(setGID), 0, 0); err != 0 {
68 …if _, _, err := psx.Syscall3(syscall.SYS_SETGROUPS, uintptr(unsafe.Pointer(&gids32[0])), 0, 0); er…
72 if _, _, err := psx.Syscall3(syscall.SYS_SETUID, uintptr(setUID), 0, 0); err != 0 {
Dgo.mod7 kernel.org/pub/linux/libs/security/libcap/psx v0.2.48
/external/libcap/contrib/seccomp/
Dgo.mod5 require kernel.org/pub/linux/libs/security/libcap/psx v0.2.48
Dexplore.go168 _, _, e = psx.Syscall6(syscall.SYS_PRCTL, option, arg1, arg2, arg3, arg4, arg5)
/external/libcap/
DMakefile85 …git tag -u D41A6DF2 -s psx/v$(GOMAJOR).$(VERSION).$(MINOR) -m "This is the version tag for the 'ps…
/external/mesa3d/src/intel/blorp/
Dblorp_genX_exec.h899 blorp_emit(batch, GENX(3DSTATE_PS_EXTRA), psx) { in blorp_emit_ps_config()
901 psx.PixelShaderValid = true; in blorp_emit_ps_config()
902 psx.AttributeEnable = prog_data->num_varying_inputs > 0; in blorp_emit_ps_config()
903 psx.PixelShaderIsPerSample = prog_data->persample_dispatch; in blorp_emit_ps_config()
904 psx.PixelShaderComputedDepthMode = prog_data->computed_depth_mode; in blorp_emit_ps_config()
906 psx.PixelShaderComputesStencil = prog_data->computed_stencil; in blorp_emit_ps_config()
911 psx.PixelShaderKillsPixel = true; in blorp_emit_ps_config()
/external/rust/crates/quiche/deps/boringssl/src/include/openssl/
Dx509v3.h523 int SXNET_add_id_asc(SXNET **psx, char *zone, char *user, int userlen);
524 int SXNET_add_id_ulong(SXNET **psx, unsigned long lzone, char *user, int userlen);
525 int SXNET_add_id_INTEGER(SXNET **psx, ASN1_INTEGER *izone, char *user, int userlen);
/external/mesa3d/src/mesa/drivers/dri/i965/
DgenX_state_upload.c4669 brw_batch_emit(brw, GENX(3DSTATE_PS_EXTRA), psx) {
4670 psx.PixelShaderValid = true;
4671 psx.PixelShaderComputedDepthMode = prog_data->computed_depth_mode;
4672 psx.PixelShaderKillsPixel = prog_data->uses_kill;
4673 psx.AttributeEnable = prog_data->num_varying_inputs != 0;
4674 psx.PixelShaderUsesSourceDepth = prog_data->uses_src_depth;
4675 psx.PixelShaderUsesSourceW = prog_data->uses_src_w;
4676 psx.PixelShaderIsPerSample = prog_data->persample_dispatch;
4682 psx.InputCoverageMaskState = ICMS_DEPTH_COVERAGE;
4684 psx.InputCoverageMaskState = ICMS_INNER_CONSERVATIVE;
[all …]
/external/mesa3d/src/gallium/drivers/iris/
Diris_state.c4481 iris_pack_command(GENX(3DSTATE_PS_EXTRA), psx_state, psx) { in iris_store_fs_state()
4482 psx.PixelShaderValid = true; in iris_store_fs_state()
4483 psx.PixelShaderComputedDepthMode = wm_prog_data->computed_depth_mode; in iris_store_fs_state()
4484 psx.PixelShaderKillsPixel = wm_prog_data->uses_kill; in iris_store_fs_state()
4485 psx.AttributeEnable = wm_prog_data->num_varying_inputs != 0; in iris_store_fs_state()
4486 psx.PixelShaderUsesSourceDepth = wm_prog_data->uses_src_depth; in iris_store_fs_state()
4487 psx.PixelShaderUsesSourceW = wm_prog_data->uses_src_w; in iris_store_fs_state()
4488 psx.PixelShaderIsPerSample = wm_prog_data->persample_dispatch; in iris_store_fs_state()
4489 psx.oMaskPresenttoRenderTarget = wm_prog_data->uses_omask; in iris_store_fs_state()
4492 psx.PixelShaderPullsBary = wm_prog_data->pulls_bary; in iris_store_fs_state()
[all …]
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/X86/
DX86GenAsmMatcher.inc7796 "2psx\013vcvtuqq2psy\nvcvtusi2sd\013vcvtusi2sdl\013vcvtusi2sdq\nvcvtusi2"