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 D | err.chillbadarg.ksh | 16 * fields enclosed by brackets "[]" replaced with your own identifying
|
H A D | err.copyoutbadaddr.ksh | 16 * fields enclosed by brackets "[]" replaced with your own identifying
|
H A D | err.copyoutstrbadaddr.ksh | 16 * fields enclosed by brackets "[]" replaced with your own identifying
|
/vbox/src/VBox/Installer/linux/install_service/ |
H A D | init_template.sh | 27 # 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 D | nsHashtable.h | 392 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 D | nsHashtable.cpp | 537 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 D | Flat32ToFlat64.asm | 81 ; Produce our own page table that does not reside in ROM, since the PGM
|
/vbox/src/VBox/Devices/Network/ |
H A D | DevPCNet.cpp | 536 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 D | os2vacpp.asm | 139 cmp (ramsem PTR [ecx]).ramsem_ulTIDPID, ebx ; If we own the sem, just
|
/vbox/src/VBox/VMM/VMMRC/ |
H A D | TRPMRCHandlersA.asm | 1138 ; This is a special trap handler executes in separate task with own TSS, with
|
Completed in 698 milliseconds