Searched refs:generation (Results 1 - 12 of 12) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/
H A Dvmxnet3.c68 unsigned int generation; local
72 generation = ( ( vmxnet->count.tx_prod & VMXNET3_NUM_TX_DESC ) ?
89 tx_desc->flags[0] = ( generation | cpu_to_le32 ( iob_len ( iobuf ) ) );
111 unsigned int generation; local
117 generation = ( ( vmxnet->count.tx_cons & VMXNET3_NUM_TX_COMP ) ?
120 if ( generation != ( tx_comp->flags &
178 unsigned int generation; local
185 generation = ( ( vmxnet->count.rx_prod & VMXNET3_NUM_RX_DESC ) ?
207 rx_desc->flags = ( generation | cpu_to_le32 ( VMXNET3_MTU ) );
230 unsigned int generation; local
[all...]
/vbox/src/VBox/NetworkServices/NAT/
H A Dpxdns.c86 size_t generation; member in struct:pxdns
117 * pxdns::generation used for this request
119 size_t generation; member in struct:request
257 pxdns->generation = 0;
388 ++pxdns->generation;
652 req->generation = pxdns->generation;
692 LWIP_ASSERT1(req->generation == pxdns->generation);
740 if (/* __predict_false */ req->generation !
[all...]
/vbox/src/VBox/Installer/linux/testcase/
H A DtstInstaller.sh20 echo Testing udev rule generation
/vbox/src/libs/xpcom18a4/xpcom/ds/
H A Dpldhash.c247 table->generation = 0;
465 #ifdef VBOX /* HACK ALERT! generation == PR_UINT32_MAX during enumeration. */
466 PR_ASSERT(table->generation != PR_UINT32_MAX);
467 if (table->generation == PR_UINT32_MAX)
488 table->generation++;
489 #ifdef VBOX /* HACK ALERT! generation == PR_UINT32_MAX during enumeration. */
490 if (table->generation == PR_UINT32_MAX)
491 table->generation++;
603 #ifdef VBOX /* HACK ALERT! generation == PR_UINT32_MAX during enumeration. */
605 table->generation !
651 PRUint32 generation; local
[all...]
H A Dpldhash.h207 * ADD or REMOVE operation, unless you sample table->generation before adding
209 * only if table->generation has not changed.
224 PRUint32 generation; /* entry storage generation number */ member in struct:PLDHashTable
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dmscoree.idl60 HRESULT SuspensionEnding(DWORD generation);
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dmscoree.idl72 HRESULT SuspensionEnding(DWORD generation);
/vbox/src/libs/xpcom18a4/xpcom/io/
H A DnsFastLoadFile.cpp1375 // Save mDocumentMap table generation and mCurrentDocumentMapEntry key in
1377 PRUint32 saveGeneration = mDocumentMap.generation;
1389 // If the generation number changed, refresh mCurrentDocumentMapEntry.
1390 if (mCurrentDocumentMapEntry && mDocumentMap.generation != saveGeneration) {
1399 saveGeneration = mDocumentMap.generation;
1461 // addition caused that table to grow. We save the mDocumentMap generation
1462 // in each uriMapEntry and compare it to the current generation, rehashing
1466 if (uriMapEntry->mGeneration != mDocumentMap.generation) {
1474 uriMapEntry->mGeneration = mDocumentMap.generation;
/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v4_0.h6366 nsresult (*GetGeneration)(IReusableEvent *pThis, PRUint32 *generation);
H A DVBoxCAPI_v4_1.h6764 nsresult (*GetGeneration)(IReusableEvent *pThis, PRUint32 *generation);
H A DVBoxCAPI_v4_2.h7728 nsresult (*GetGeneration)(IReusableEvent *pThis, PRUint32 *generation);
H A DVBoxCAPI_v4_3.h16115 nsresult (*GetGeneration)(IReusableEvent *pThis, PRUint32 *generation);
16140 nsresult (*GetGeneration)(IReusableEvent *pThis, PRUint32 *generation);
18022 nsresult (*GetGeneration)(IGuestMouseEvent *pThis, PRUint32 *generation);

Completed in 318 milliseconds