Searched defs:generation (Results 1 - 4 of 4) 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/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

Completed in 116 milliseconds