Searched defs:tmp (Results 126 - 150 of 232) sorted by relevance

12345678910

/vbox/src/VBox/Devices/PC/ipxe/src/net/
H A Dfcp.c813 struct fcp_command *tmp; local
821 list_for_each_entry_safe ( fcpcmd, tmp, &fcpdev->fcpcmds, list ) {
H A Dtcp.c317 struct io_buffer *tmp; local
334 list_for_each_entry_safe ( iobuf, tmp, &tcp->rx_queue, list ) {
340 list_for_each_entry_safe ( iobuf, tmp, &tcp->tx_queue, list ) {
432 struct io_buffer *tmp; local
436 list_for_each_entry_safe ( iobuf, tmp, &tcp->tx_queue, list ) {
H A Dfc.c803 struct fc_exchange *tmp; local
820 list_for_each_entry_safe ( xchg, tmp, &port->xchgs, list )
940 struct fc_peer *tmp; local
1019 list_for_each_entry_safe ( peer, tmp, &fc_peers, list ) {
1036 struct fc_peer *tmp; local
1049 list_for_each_entry_safe ( peer, tmp, &fc_peers, list ) {
1298 struct fc_ulp *tmp; local
1327 list_for_each_entry_safe ( ulp, tmp, &peer->ulps, list ) {
1344 struct fc_ulp *tmp; local
1361 list_for_each_entry_safe ( ulp, tmp,
1655 struct fc_ulp_user *tmp; local
1724 struct fc_ulp_user *tmp; local
[all...]
/vbox/src/VBox/Devices/VirtIO/
H A DVirtio.cpp80 uint16_t tmp; local
84 &tmp, sizeof(tmp));
85 return tmp;
90 uint16_t tmp; local
94 &tmp, sizeof(tmp));
95 return tmp;
100 uint16_t tmp; local
104 &tmp, sizeo
174 uint16_t tmp; local
[all...]
H A DVirtio.h293 uint16_t tmp; local
297 &tmp, sizeof(tmp));
298 return tmp;
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/
H A Depic100.c233 unsigned long tmp; local
242 tmp = TC_EARLY_TX_ENABLE | TX_SLOT_TIME;
247 tmp |= TC_LM_FULL_DPX;
249 tmp |= TC_LM_NORMAL;
251 outl(tmp, txcon);
H A Dmyri10ge.c475 uint32 tmp; local
478 pci_read_config_dword ( pci, VS_DATA, &tmp );
479 tmp = ntohl ( tmp );
480 memcpy ( to, &tmp, 4 );
/vbox/src/VBox/RDP/client-1.8.3/
H A Dxkeymap.c94 key_translation_entry tmp; local
99 tmp.next = ptr;
100 prev = &tmp;
120 keymap[hash] = tmp.next;
/vbox/src/VBox/Additions/linux/sharedfolders/
H A Dutils.c430 SHFLSTRING *tmp; local
456 tmp = kmalloc(shflstring_len, GFP_KERNEL);
457 if (!tmp)
462 tmp->u16Length = path_len - 1;
463 tmp->u16Size = path_len;
466 memcpy(&tmp->String.utf8[0], d_name, d_len + 1);
469 memcpy(&tmp->String.utf8[0], p_name, p_len);
470 tmp->String.utf8[p_len] = '/';
471 memcpy(&tmp->String.utf8[p_len + 1], d_name, d_len);
472 tmp
685 struct list_head *list, *pos, *tmp; local
704 struct list_head *list, *pos, *tmp; local
[all...]
/vbox/src/VBox/Additions/common/crOpenGL/
H A Dvboxdri_drv.c626 char *tmp = _mesa_malloc(currentPitch); local
634 _mesa_memcpy(tmp, (char *) backBuffer + offset,
636 _mesa_memcpy((char *) frontBuffer + offset, tmp,
641 _mesa_free(tmp);
/vbox/src/libs/libxml2-2.6.31/
H A Duri.c729 char *segp, *tmp; local
771 tmp = cur;
773 while ((*tmp++ = *segp++) != 0);
1281 const char *host, *tmp; local
1403 tmp = cur;
1404 if (tmp[-1] == '.')
1405 --tmp; /* e.g. http://xml.$Oft/ */
1406 do --tmp; while (tmp >= host && IS_ALPHANUM(*tmp));
1784 const char *tmp = str; local
[all...]
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/windows/
H A Dntmisc.c838 void *tmp; local
845 : "=r" (tmp), "=m"(*tos)
848 if (tmp == (void *) -1)
851 *(void **)stack_elem = tmp;
879 void *tmp; local
886 : "=r" (tmp), "=m"(*tos)
889 if (tmp == (void *) -1)
892 if (tmp != (void *) 0)
894 void *next = *(void **)tmp;
896 *(void **)tmp
[all...]
/vbox/src/libs/xpcom18a4/xpcom/ds/
H A DnsTimelineService.cpp305 PRTime llsecs, llmsecs, tmp; local
308 LL_MOD(tmp, tm, 1000000);
309 LL_DIV(llmsecs, tmp, 1000);
354 PRTime elapsed,tmp; local
360 tmp = Now();
361 LL_SUB(elapsed, tmp, thread->initTime);
/vbox/src/libs/xpcom18a4/xpcom/io/
H A DnsNativeCharsetUtils.cpp665 // via -fshort-wchar). hopefully, sizeof(tmp) is sufficient XP.
666 unsigned int tmp = 0; local
669 incr = (int) mbrtowc((wchar_t *) &tmp, *input, *inputLeft, &ps);
672 incr = (int) mbtowc((wchar_t *) &tmp, *input, *inputLeft);
677 tmp = (unsigned char) **input;
680 **output = (PRUnichar) tmp;
/vbox/src/recompiler/target-i386/
H A Dhelper.c407 } tmp; local
408 tmp.d = env->fpregs[i].d;
410 i, tmp.l.lower, tmp.l.upper);
/vbox/src/VBox/Devices/EFI/Firmware/OptionRomPkg/UndiRuntimeDxe/
H A DE100b.c1886 UINT8 tmp; local
1895 tmp = InByte (AdapterInfo, AdapterInfo->ioaddr + SCBGenCtrl2);
1896 tmp |= GCR2_EEPROM_ACCESS_SEMAPHORE;
1897 OutByte (AdapterInfo, tmp, AdapterInfo->ioaddr + SCBGenCtrl2);
1900 tmp = InByte (AdapterInfo, AdapterInfo->ioaddr + SCBGenCtrl2);
1902 if (tmp & GCR2_EEPROM_ACCESS_SEMAPHORE) {
1931 UINT8 tmp; local
1936 tmp = InByte (AdapterInfo, AdapterInfo->ioaddr + SCBGenCtrl2);
1937 tmp &= ~(GCR2_EEPROM_ACCESS_SEMAPHORE);
1938 OutByte (AdapterInfo, tmp, AdapterInf
[all...]
/vbox/src/VBox/Devices/Graphics/shaderlib/
H A Ddirectx.c1727 /* tmp work around to disable quirk_no_np2 quirk for mesa drivers */
1858 /* tmp work around to disable quirk_no_np2 quirk for not-recognized drivers */
2236 GLint tmp; local
2237 VBOX_CHECK_GL_CALL(glGetIntegerv(GL_MAX_TEXTURE_IMAGE_UNITS_ARB, &tmp));
2238 gl_info->limits.fragment_samplers = min(MAX_FRAGMENT_SAMPLERS, tmp);
2248 GLint tmp; local
2249 VBOX_CHECK_GL_CALL(glGetIntegerv(GL_MAX_VERTEX_TEXTURE_IMAGE_UNITS_ARB, &tmp));
2250 gl_info->limits.vertex_samplers = tmp;
2251 VBOX_CHECK_GL_CALL(glGetIntegerv(GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS_ARB, &tmp));
2252 gl_info->limits.combined_samplers = tmp;
[all...]
/vbox/src/VBox/Devices/PC/ipxe/src/core/
H A Dsettings.c193 struct generic_setting *tmp; local
195 list_for_each_entry_safe ( generic, tmp, &generics->list, list ) {
322 char tmp[ sizeof ( buf ) ]; local
325 memcpy ( tmp, buf, sizeof ( tmp ) );
326 snprintf ( buf, sizeof ( buf ), ".%s%s", settings->name, tmp );
417 struct settings *tmp; local
431 list_for_each_entry ( tmp, &parent->children, siblings ) {
432 tmp_priority = fetch_intz_setting ( tmp, &priority_setting );
436 list_add_tail ( &settings->siblings, &tmp
490 struct settings *tmp; local
865 long tmp; local
891 long tmp; local
1097 char *tmp = ( ( char * ) name ); local
1354 char tmp[ len + 1 /* NUL */ ]; local
1379 char tmp[ raw_len + 1 /* NUL */ ]; local
1770 char *tmp; local
[all...]
/vbox/src/VBox/Devices/PC/ipxe/src/crypto/
H A Dx509.c1369 struct x509_link *tmp; local
1374 list_for_each_entry_safe ( link, tmp, &chain->links, list ) {
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/block/
H A Dscsi.c827 struct scsi_command *tmp; local
838 list_for_each_entry_safe ( scsicmd, tmp, &scsidev->cmds, list ) {
/vbox/src/VBox/Main/src-server/
H A DPerformance.cpp1317 uint64_t tmp = 0; local
1319 tmp += data[i];
1320 return (ULONG)(tmp / length);
1330 ULONG tmp = *data; local
1332 if (data[i] < tmp)
1333 tmp = data[i];
1334 return tmp;
1344 ULONG tmp = *data; local
1346 if (data[i] > tmp)
1347 tmp
[all...]
/vbox/src/VBox/HostServices/SharedOpenGL/crserverlib/
H A Dserver.h201 int8_t tmp; local
202 tmp = *pu8Val1;
204 *pu8Val2 = tmp;
/vbox/src/VBox/Devices/USB/
H A DUSBProxyDevice.cpp224 uint8_t *tmp, *end; local
237 for (tmp = buf + cfg->bLength; ((tmp + 1) < end) && *tmp; tmp += *tmp)
244 type = *(tmp + 1);
248 id = (PVUSBDESCINTERFACE)tmp;
256 ed = (PVUSBDESCENDPOINT)tmp;
280 uint8_t *tmp, *bu local
312 uint8_t *tmp, *end = buf + len; local
[all...]
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/ath/ath9k/
H A Dath9k_ar5008_phy.c272 int tmp, new; local
310 tmp = REG_READ(ah, AR_PHY_TIMING_CTRL4(0));
311 new = tmp | (AR_PHY_TIMING_CTRL4_ENABLE_SPUR_RSSI |
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/tg3/
H A Dtg3_hw.c1494 u32 tmp; local
1500 tmp = tr32(GRC_EEPROM_ADDR) & ~(EEPROM_ADDR_ADDR_MASK |
1504 tmp |
1511 tmp = tr32(GRC_EEPROM_ADDR);
1513 if (tmp & EEPROM_ADDR_COMPLETE)
1517 if (!(tmp & EEPROM_ADDR_COMPLETE))
1520 tmp = tr32(GRC_EEPROM_DATA);
1526 *val = bswap_32(tmp);
2464 u32 tmp; local
2466 tmp
2479 u32 tmp; local
[all...]

Completed in 133 milliseconds

12345678910