Home
last modified time | relevance | path

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

123456

/dports/www/chromium-legacy/chromium-88.0.4324.182/native_client_sdk/src/libraries/nacl_io/
H A Dkernel_object.cc28 KernelObject::KernelObject() : umask_(0) { in KernelObject() function in nacl_io::KernelObject
32 KernelObject::~KernelObject() {}; in ~KernelObject()
48 Error KernelObject::DetachFsAtPath(const std::string& path, in DetachFsAtPath()
125 std::string KernelObject::GetCWD() { in GetCWD()
131 Error KernelObject::SetCWD(const std::string& path) { in SetCWD()
149 mode_t KernelObject::GetUmask() { in GetUmask()
153 mode_t KernelObject::SetUmask(mode_t newmask) { in SetUmask()
169 Error KernelObject::SetFDFlags(int fd, int flags) { in SetFDFlags()
197 Error KernelObject::AcquireHandleAndPath(int fd, in AcquireHandleAndPath()
238 void KernelObject::FreeAndReassignFD(int fd, in FreeAndReassignFD()
[all …]
H A Dkernel_object.h31 class KernelObject {
46 KernelObject();
47 virtual ~KernelObject();
123 DISALLOW_COPY_AND_ASSIGN(KernelObject);
/dports/math/gap/gap-4.11.0/pkg/CAP-2019.06.07/examples/testfiles/
H A DVectorSpacesKernelTest.gi25 k := KernelObject( alpha );
61 k := KernelObject( alpha );
93 k := KernelObject( alpha );
114 IsIdenticalObj( Source( k_emb ), KernelObject( beta ) );
/dports/emulators/ppsspp/ppsspp-1.12.3/Core/HLE/
H A DsceIo.h23 class KernelObject; variable
36 KernelObject *__KernelFileNodeObject();
37 KernelObject *__KernelDirListingObject();
H A DsceKernelMemory.h38 KernelObject *__KernelMemoryFPLObject();
39 KernelObject *__KernelMemoryVPLObject();
40 KernelObject *__KernelMemoryPMBObject();
41 KernelObject *__KernelTlsplObject();
H A DsceKernel.h410 class KernelObject
415 virtual ~KernelObject() {} in ~KernelObject()
438 SceUID Create(KernelObject *obj, int rangeBottom = initialNextID, int rangeTop = 0x7fffffff);
441 static KernelObject *CreateByIDType(int type);
524 KernelObject *t = pool[handle - handleOffset]; in GetIDType()
539 KernelObject *pool[maxCount];
H A DsceKernelMutex.h46 KernelObject *__KernelMutexObject();
47 KernelObject *__KernelLwMutexObject();
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/Core/HLE/
H A DsceIo.h23 class KernelObject; variable
36 KernelObject *__KernelFileNodeObject();
37 KernelObject *__KernelDirListingObject();
H A DsceKernelMemory.h38 KernelObject *__KernelMemoryFPLObject();
39 KernelObject *__KernelMemoryVPLObject();
40 KernelObject *__KernelMemoryPMBObject();
41 KernelObject *__KernelTlsplObject();
H A DsceKernel.h410 class KernelObject
415 virtual ~KernelObject() {} in ~KernelObject()
438 SceUID Create(KernelObject *obj, int rangeBottom = initialNextID, int rangeTop = 0x7fffffff);
441 static KernelObject *CreateByIDType(int type);
524 KernelObject *t = pool[handle - handleOffset]; in GetIDType()
539 KernelObject *pool[maxCount];
H A DsceKernelMutex.h46 KernelObject *__KernelMutexObject();
47 KernelObject *__KernelLwMutexObject();
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/Core/HLE/
H A DsceIo.h23 class KernelObject; variable
36 KernelObject *__KernelFileNodeObject();
37 KernelObject *__KernelDirListingObject();
H A DsceKernelMemory.h38 KernelObject *__KernelMemoryFPLObject();
39 KernelObject *__KernelMemoryVPLObject();
40 KernelObject *__KernelMemoryPMBObject();
41 KernelObject *__KernelTlsplObject();
H A DsceKernel.h410 class KernelObject
415 virtual ~KernelObject() {} in ~KernelObject()
438 SceUID Create(KernelObject *obj, int rangeBottom = initialNextID, int rangeTop = 0x7fffffff);
441 static KernelObject *CreateByIDType(int type);
524 KernelObject *t = pool[handle - handleOffset]; in GetIDType()
539 KernelObject *pool[maxCount];
H A DsceKernelMutex.h46 KernelObject *__KernelMutexObject();
47 KernelObject *__KernelLwMutexObject();
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/System.Security.AccessControl/
H A DSemaphoreSecurity.cs41 : base (false, ResourceType.KernelObject) in SemaphoreSecurity()
46 : base (false, ResourceType.KernelObject, name, includeSections) in SemaphoreSecurity()
51 : base (false, ResourceType.KernelObject, handle, includeSections) in SemaphoreSecurity()
/dports/lang/mono/mono-5.10.1.57/mcs/class/corlib/System.Security.AccessControl/
H A DMutexSecurity.cs41 : base (false, ResourceType.KernelObject) in MutexSecurity()
47 : base (false, ResourceType.KernelObject, name, includeSections, in MutexSecurity()
54 : base (false, ResourceType.KernelObject, handle, includeSections, in MutexSecurity()
H A DEventWaitHandleSecurity.cs40 : base (false, ResourceType.KernelObject) in EventWaitHandleSecurity()
46 : base (false, ResourceType.KernelObject, handle, includeSections) in EventWaitHandleSecurity()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Core/System/IO/MemoryMappedFiles/
H A DMemoryMappedFileSecurity.cs56 : base(false, ResourceType.KernelObject) in MemoryMappedFileSecurity()
61 : base(false, ResourceType.KernelObject, safeHandle, includeSections) in MemoryMappedFileSecurity()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/mscorlib/system/security/accesscontrol/
H A Dmutexsecurity.cs117 : base(true, ResourceType.KernelObject) in MutexSecurity()
123 : base(true, ResourceType.KernelObject, name, includeSections, _HandleErrorCode, null) in MutexSecurity()
130 : base(true, ResourceType.KernelObject, handle, includeSections, _HandleErrorCode, null) in MutexSecurity()
H A Deventwaithandlesecurity.cs117 : base(true, ResourceType.KernelObject) in EventWaitHandleSecurity()
123 : base(true, ResourceType.KernelObject, name, includeSections, _HandleErrorCode, null) in EventWaitHandleSecurity()
130 : base(true, ResourceType.KernelObject, handle, includeSections, _HandleErrorCode, null) in EventWaitHandleSecurity()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Threading.AccessControl/src/System/Security/AccessControl/
H A DSemaphoreSecurity.cs102 : base(true, ResourceType.KernelObject) in SemaphoreSecurity()
107 : base(true, ResourceType.KernelObject, name, includeSections, HandleErrorCode, null) in SemaphoreSecurity()
113 : base(true, ResourceType.KernelObject, handle, includeSections, HandleErrorCode, null) in SemaphoreSecurity()
H A DEventWaitHandleSecurity.cs114 : base(true, ResourceType.KernelObject) in EventWaitHandleSecurity()
119 : base(true, ResourceType.KernelObject, name, includeSections, HandleErrorCode, null) in EventWaitHandleSecurity()
125 : base(true, ResourceType.KernelObject, handle, includeSections, HandleErrorCode, null) in EventWaitHandleSecurity()
H A DMutexSecurity.cs108 : base(true, ResourceType.KernelObject) in MutexSecurity()
113 : base(true, ResourceType.KernelObject, name, includeSections, HandleErrorCode, null) in MutexSecurity()
119 : base(true, ResourceType.KernelObject, handle, includeSections, HandleErrorCode, null) in MutexSecurity()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/sys/system/security/accesscontrol/
H A Dsemaphoresecurity.cs115 : base(true, ResourceType.KernelObject) in SemaphoreSecurity()
120 : base(true, ResourceType.KernelObject, name, includeSections, _HandleErrorCode, null) in SemaphoreSecurity()
126 : base(true, ResourceType.KernelObject, handle, includeSections, _HandleErrorCode, null) in SemaphoreSecurity()

123456