Searched defs:own (Results 1 - 2 of 2) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/ds/
H A DnsHashtable.cpp537 nsCStringKey::nsCStringKey(const char* str, PRInt32 strLen, Ownership own) argument
538 : mStr((char*)str), mStrLen(strLen), mOwnership(own)
664 nsStringKey::nsStringKey(const PRUnichar* str, PRInt32 strLen, Ownership own) argument
665 : mStr((PRUnichar*)str), mStrLen(strLen), mOwnership(own)
829 if (value) // pass own the ownership to the caller
/vbox/src/VBox/Devices/Network/
H A DDevPCNet.cpp536 uint32_t own:1; /**< 0=owned by guest driver, 1=owned by controller */ member in struct:TMD::__anon14869
580 uint32_t own:1; /**< 0=owned by guest driver, 1=owned by controller */ member in struct:RMD::__anon14873
610 (T)->tmd1.own, (T)->tmd1.err, (T)->tmd1.nofcs, \
625 (R)->rmd1.own, (R)->rmd1.err, (R)->rmd1.fram, \
650 * Make sure we read the own flag first.
654 * @param fRetIfNotOwn return immediately after reading the own flag if we don't own the descriptor
655 * @return true if we own the descriptor, false otherwise
694 /* Double check the own bit; guest drivers might be buggy and lock prefixes in the recompiler are ignored by other threads. */
696 if (tmd->tmd1.own
[all...]

Completed in 77 milliseconds