Searched refs:own (Results 1 - 10 of 10) sorted by relevance

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/common/funcs/
H A Derr.chillbadarg.ksh16 * fields enclosed by brackets "[]" replaced with your own identifying
H A Derr.copyoutbadaddr.ksh16 * fields enclosed by brackets "[]" replaced with your own identifying
H A Derr.copyoutstrbadaddr.ksh16 * fields enclosed by brackets "[]" replaced with your own identifying
/vbox/src/VBox/Installer/linux/install_service/
H A Dinit_template.sh27 # code with a tool of our own written in C, which we could always use
126 normal location, or use our own versions if <script> is an empty string.
209 # We prefer our own implementations of pidofproc and killproc over falling back
/vbox/src/libs/xpcom18a4/xpcom/ds/
H A DnsHashtable.h392 OWN // to be free'd in key dtor. Clones make their own copy.
396 nsCStringKey(const char* str, PRInt32 strLen = -1, Ownership own = OWN_CLONE);
426 OWN // to be free'd in key dtor. Clones make their own copy.
430 nsStringKey(const PRUnichar* str, PRInt32 strLen = -1, Ownership own = OWN_CLONE);
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/EFI/Firmware/UefiCpuPkg/ResetVector/Vtf0/Ia32/
H A DFlat32ToFlat64.asm81 ; Produce our own page table that does not reside in ROM, since the PGM
/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...]
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/os2/
H A Dos2vacpp.asm139 cmp (ramsem PTR [ecx]).ramsem_ulTIDPID, ebx ; If we own the sem, just
/vbox/src/VBox/VMM/VMMRC/
H A DTRPMRCHandlersA.asm1138 ; This is a special trap handler executes in separate task with own TSS, with

Completed in 698 milliseconds