Searched refs:ownerID (Results 1 - 6 of 6) sorted by relevance

/vbox/src/libs/xpcom18a4/ipc/ipcd/extensions/transmngr/module/
H A DtmTransactionManager.cpp72 PRUint32 ownerID = aTrans->GetOwnerID(); local
95 queue->AttachClient(ownerID);
103 queue->FlushQueue(ownerID);
106 if (queue->DetachClient(ownerID) == TM_SUCCESS_DELETE_QUEUE) {
H A DtmQueue.cpp180 PRUint32 ownerID = aTrans->GetOwnerID(); local
186 if (IsAttached(ownerID) && aTrans->GetQueueID() == mID)
195 if (ownerID != id)
201 if (NS_SUCCEEDED(trans.Init(ownerID,
208 mTM->SendTransaction(ownerID, &trans);
/vbox/src/libs/xpcom18a4/ipc/ipcd/extensions/lock/src/module/
H A DipcLockModule.cpp80 ipcLockContext(PRUint32 ownerID) argument
81 : mOwnerID(ownerID)
/vbox/src/libs/xpcom18a4/xpcom/MoreFiles/
H A DMoreFilesX.h1357 SInt32 *ownerID, /* can be NULL */
1366 ownerID <** An optional pointer to a SInt32.
1389 SInt32 ownerID,
1399 ownerID --> The directory's owner ID.
H A DMoreFilesX.c2164 SInt32 *ownerID, /* can be NULL */
2184 if ( NULL != ownerID )
2186 *ownerID = pb.accessParam.ioACOwnerID;
2208 SInt32 ownerID,
2233 pb.accessParam.ioACOwnerID = ownerID;
2162 FSGetDirAccess( const FSRef *ref, SInt32 *ownerID, SInt32 *groupID, SInt32 *accessRights) argument
2206 FSSetDirAccess( const FSRef *ref, SInt32 ownerID, SInt32 groupID, SInt32 accessRights) argument
/vbox/include/iprt/formats/
H A Dhfs.h349 uint32_t ownerID; member in struct:HFSPlusBSDInfo

Completed in 83 milliseconds