Searched refs:Owner (Results 1 - 25 of 29) sorted by relevance

12

/vbox/src/VBox/HostDrivers/VBoxUSB/
H A DVBoxUSBFilterMgr.h35 void VBoxUSBFilterRemoveOwner(VBOXUSBFILTER_CONTEXT Owner);
36 int VBoxUSBFilterAdd(PCUSBFILTER pFilter, VBOXUSBFILTER_CONTEXT Owner, uintptr_t *puId);
37 int VBoxUSBFilterRemove(VBOXUSBFILTER_CONTEXT Owner, uintptr_t uId);
H A DVBoxUSBFilterMgr.cpp80 VBOXUSBFILTER_CONTEXT Owner; member in struct:VBOXUSBFILTER
147 pFilter->Owner = VBOXUSBFILTER_CONTEXT_NIL;
187 * @param Owner The filter owner. Must be non-zero.
190 int VBoxUSBFilterAdd(PCUSBFILTER pFilter, VBOXUSBFILTER_CONTEXT Owner, uintptr_t *puId) argument
198 if (!Owner || Owner == VBOXUSBFILTER_CONTEXT_NIL)
210 pNew->Owner = Owner;
244 * @param Owner The filter owner.
248 int VBoxUSBFilterRemove(VBOXUSBFILTER_CONTEXT Owner, uintptr_ argument
347 VBoxUSBFilterRemoveOwner(VBOXUSBFILTER_CONTEXT Owner) argument
444 VBOXUSBFILTER_CONTEXT Owner = pCur->Owner; local
504 VBOXUSBFILTER_CONTEXT Owner = VBoxUSBFilterMatchEx(pDevice, puId, local
[all...]
/vbox/src/VBox/Runtime/r0drv/linux/
H A Dsemfastmutex-r0drv-linux.c59 RTNATIVETHREAD volatile Owner; member in struct:RTSEMFASTMUTEXINTERNAL
80 pThis->Owner = NIL_RTNATIVETHREAD;
120 AssertRelease(pThis->Owner == NIL_RTNATIVETHREAD);
121 ASMAtomicUoWriteSize(&pThis->Owner, RTThreadNativeSelf());
138 AssertRelease(pThis->Owner == RTThreadNativeSelf());
139 ASMAtomicUoWriteSize(&pThis->Owner, NIL_RTNATIVETHREAD);
/vbox/src/VBox/Runtime/r3/linux/
H A Dsemmutex-linux.cpp74 pthread_t volatile Owner; member in struct:RTSEMMUTEXINTERNAL
121 pThis->Owner = (pthread_t)~0;
171 pThis->Owner = (pthread_t)~0;
215 if ( pThis->Owner == Self
341 pThis->Owner = Self;
411 if (RT_UNLIKELY( pThis->Owner != Self
414 AssertMsgFailed(("Not owner of mutex %p!! Self=%08x Owner=%08x cNestings=%d\n",
415 pThis, Self, pThis->Owner, pThis->cNestings));
431 pThis->Owner = (pthread_t)~0;
457 return pThis->Owner !
[all...]
/vbox/src/VBox/Runtime/r3/posix/
H A Dsemmutex-posix.cpp57 volatile pthread_t Owner; member in struct:RTSEMMUTEXINTERNAL
137 pThis->Owner = (pthread_t)-1;
197 pThis->Owner = (pthread_t)-1;
238 if ( pThis->Owner == Self
319 pThis->Owner = Self;
387 if (RT_UNLIKELY( pThis->Owner != Self
390 AssertMsgFailed(("Not owner of mutex %p!! Self=%08x Owner=%08x cNesting=%d\n",
391 pThis, Self, pThis->Owner, pThis->cNesting));
407 pThis->Owner = (pthread_t)-1;
433 return pThis->Owner !
[all...]
/vbox/src/VBox/Runtime/common/zip/
H A Dtarcmd.cpp565 RTFSOBJINFO Owner;
566 rc = RTVfsObjQueryInfo(hVfsObj, &Owner, RTFSOBJATTRADD_UNIX_OWNER);
614 return rtZipTarCmdExtractFile(pOpts, hVfsObj, rcExit, szDst, &UnixInfo, &Owner, &Group);
661 rcExit = rtZipTarQueryExtractOwner(pOpts, &Owner, szDst, rcExit, &uidFile);
717 RTFSOBJINFO Owner; local
718 rc = RTVfsObjQueryInfo(hVfsObj, &Owner, RTFSOBJATTRADD_UNIX_OWNER);
724 RT_ZERO(Owner);
789 if (!Owner.Attr.u.UnixGroup.szName[0])
790 RTStrPrintf(Owner.Attr.u.UnixOwner.szName, sizeof(Owner
[all...]
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/windows/
H A Dntsec.c106 dwLength = GetLengthSid(pTokenOwner->Owner);
109 rv = CopySid(dwLength, _pr_nt_sids.owner, pTokenOwner->Owner);
/vbox/src/VBox/HostDrivers/VBoxUSB/darwin/
H A DVBoxUSB.cpp194 static void scheduleReleaseByOwner(RTPROCESS Owner);
1080 RTPROCESS Owner = VBoxUSBFilterMatch(&Device, &uId); local
1082 if (Owner == NIL_RTPROCESS)
1093 m_Owner = Owner;
1464 * @param Owner The owner process.
1467 org_virtualbox_VBoxUSBDevice::scheduleReleaseByOwner(RTPROCESS Owner) argument
1469 Log2(("VBoxUSBDevice::scheduleReleaseByOwner: Owner=%d\n", Owner));
1470 AssertReturnVoid(Owner && Owner !
[all...]
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dcontrol.idl119 [propput] HRESULT Owner( [in] OAHWND Owner );
120 [propget] HRESULT Owner( [out] OAHWND *Owner );
H A Dwtypes.h110 PSID Owner;
H A Dwtypes.idl139 PSID Owner;
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dcontrol.idl119 [propput] HRESULT Owner( [in] OAHWND Owner );
120 [propget] HRESULT Owner( [out] OAHWND *Owner );
H A Dwtypes.h110 PSID Owner;
H A Dwtypes.idl139 PSID Owner;
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Pi/
H A DPiHob.h293 EFI_GUID Owner; member in struct:__anon11988
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/efi/Pi/
H A DPiHob.h292 EFI_GUID Owner; member in struct:__anon15590
/vbox/src/VBox/Runtime/r0drv/nt/
H A Dsemmutex-r0drv-nt.cpp227 return pThis->Mutex && pThis->Mutex->Owner != NULL;
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Ecc/MetaFileWorkspace/
H A DMetaFileParser.py106 # @param Owner Owner ID (for sub-section parsing)
143 # @param Owner Owner ID (for sub-section parsing)
146 def __init__(self, FilePath, FileType, Table, Owner=-1, From=-1):
156 self._Owner = [Owner]
682 # @param Owner Owner ID (for sub-section parsing)
744 # @param Owner Owner I
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Workspace/
H A DMetaFileParser.py109 # @param Owner Owner ID (for sub-section parsing)
146 # @param Owner Owner ID (for sub-section parsing)
149 def __init__(self, FilePath, FileType, Table, Owner=-1, From=-1):
160 self._Owner = [Owner]
719 # @param Owner Owner ID (for sub-section parsing)
781 # @param Owner Owner I
[all...]
/vbox/src/VBox/Main/src-server/darwin/
H A Diokit.cpp74 #define VBOXUSB_OWNER_KEY "VBoxUSB-Owner"
788 RTPROCESS Owner = NIL_RTPROCESS; local
858 fHaveOwner = darwinDictGetProcess(PropsRef, CFSTR(VBOXUSB_OWNER_KEY), &Owner);
873 if (Owner == RTProcSelf())
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkPkg/Include/Protocol/
H A DLegacyBios.h779 UINT16 Owner : 1; member in struct:__anon10750
791 /// SMM_FUNCTION Owner constants.
/vbox/src/VBox/HostDrivers/VBoxUSB/solaris/
H A DVBoxUSBMon-solaris.c1051 RTPROCESS Owner = VBoxUSBFilterMatch(&Filter, &uId); local
1053 if (Owner == NIL_RTPROCESS)
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/wine/
H A Dstrmbase.h474 HRESULT WINAPI BaseControlWindowImpl_put_Owner(IVideoWindow *iface, OAHWND Owner);
475 HRESULT WINAPI BaseControlWindowImpl_get_Owner(IVideoWindow *iface, OAHWND *Owner);
/vbox/src/VBox/HostDrivers/Support/win/
H A DSUPR3HardenedMain-win.cpp110 } Everyone, Owner, User, Login; member in struct:MYSECURITYCLEANUP
2864 SUPR3HARDENED_ASSERT_NT_SUCCESS(RtlInitializeSid(&pCleanup->Owner.Sid, &SIDAuthCreator, 1));
2865 *RtlSubAuthoritySid(&pCleanup->Owner.Sid, 0) = SECURITY_CREATOR_OWNER_RID;
2868 fDeny, &pCleanup->Owner.Sid));
2870 fAllow, &pCleanup->Owner.Sid));
H A DSUPHardenedVerifyImage-win.cpp483 PSID pOwner = uBuf.Rel.Control & SE_SELF_RELATIVE ? &uBuf.abView[uBuf.Rel.Owner] : uBuf.Abs.Owner;
491 SUP_DPRINTF(("%ls: Owner is administrators group.\n", pwszName));
495 SUP_DPRINTF(("%ls: Owner is not trusted installer (%.*Rhxs)\n",

Completed in 373 milliseconds

12