| /vbox/src/VBox/Frontends/VirtualBox/src/platform/x11/ |
| H A D | UIDesktopServices_x11.cpp | 38 QFile link(strDstPath + QDir::separator() + strName + ".desktop"); 39 if (link.open(QFile::WriteOnly | QFile::Truncate)) 41 QTextStream out(&link); 43 /* Create a link which starts VirtualBox with the machine uuid. */ 52 /* This would be a real file link entry, but then we could also simply 53 * use a soft link (on most UNIX fs): 61 link.setPermissions(link.permissions() | QFile::ExeOwner);
|
| /vbox/src/VBox/Devices/PC/ipxe/src/usr/ |
| H A D | fcmgmt.c | 44 if ( fc_link_ok ( &port->link ) ) { 54 printf ( " down: %s]\n", strerror ( port->link.rc ) ); 69 if ( fc_link_ok ( &peer->link ) ) { 73 printf ( " down: %s]\n", strerror ( peer->link.rc ) ); 77 printf ( " [Type %02x link:", ulp->type ); 78 if ( fc_link_ok ( &ulp->link ) ) { 86 printf ( " down: %s", strerror ( ulp->link.rc ) );
|
| /vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/ |
| H A D | x509.h | 207 /** A link in an X.509 certificate chain */ 253 struct x509_link *link; local 255 link = list_first_entry ( &chain->links, struct x509_link, list ); 256 return ( link ? link->cert : NULL ); 267 struct x509_link *link; local 269 link = list_last_entry ( &chain->links, struct x509_link, list ); 270 return ( link ? link->cert : NULL ); 367 struct x509_link *link; local [all...] |
| H A D | fc.h | 80 * Fibre Channel link state 85 /** Delay between failed link-up attempts */ 88 /** A Fibre Channel link state nonitor */ 94 /** Examine link state 96 * @v link Fibre Channel link state monitor 98 void ( * examine ) ( struct fc_link_state *link ); 102 * Check Fibre Channel link state 104 * @v link Fibre Channel link stat 272 struct fc_link_state link; member in struct:fc_port 350 struct fc_link_state link; member in struct:fc_peer 427 struct fc_link_state link; member in struct:fc_ulp [all...] |
| /vbox/src/libs/xpcom18a4/nsprpub/pr/src/cplus/tests/ |
| H A D | switch.cpp | 67 Home(Home *link, RCLock* ml); 77 Home::Home(Home *link, RCLock* lock): RCCondition(lock) argument 80 next = link; 87 Shared(RCThread::Scope scope, Home* link, RCLock* ml); 94 Shared::Shared(RCThread::Scope scope, Home* link, RCLock* lock): argument 95 Home(link, lock), RCThread(scope, RCThread::joinable) { } 191 Home* link = &home; local 197 shared = new Shared(thread_scope, link, &lock); 199 link = (Home*)shared; 231 link [all...] |
| /vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/DataHubDxe/ |
| H A D | DataHub.h | 91 #define DATA_ENTRY_FROM_LINK(link) CR (link, EFI_DATA_ENTRY, Link, EFI_DATA_ENTRY_SIGNATURE) 127 #define FILTER_ENTRY_FROM_LINK(link) CR (link, DATA_HUB_FILTER_DRIVER, Link, EFI_DATA_HUB_FILTER_DRIVER_SIGNATURE)
|
| /vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/SmbiosDxe/ |
| H A D | SmbiosDxe.h | 94 #define SMBIOS_ENTRY_FROM_LINK(link) CR (link, EFI_SMBIOS_ENTRY, Link, EFI_SMBIOS_ENTRY_SIGNATURE) 111 #define SMBIOS_HANDLE_ENTRY_FROM_LINK(link) CR (link, SMBIOS_HANDLE_ENTRY, Link, SMBIOS_HANDLE_ENTRY_SIGNATURE)
|
| /vbox/src/VBox/Devices/PC/ipxe/src/net/ |
| H A D | fc.c | 175 * Fibre Channel link state 180 /** Default link status code */ 186 * Mark Fibre Channel link as up 188 * @v link Fibre Channel link state monitor 190 static void fc_link_up ( struct fc_link_state *link ) { 193 stop_timer ( &link->timer ); 195 /* Record link state */ 196 link->rc = 0; 200 * Mark Fibre Channel link a 205 fc_link_err( struct fc_link_state *link, int rc ) argument 230 struct fc_link_state *link = local 247 fc_link_init( struct fc_link_state *link, void ( * examine ) ( struct fc_link_state *link ), struct refcnt *refcnt ) argument [all...] |
| /vbox/src/VBox/ValidationKit/testmanager/htdocs/css/ |
| H A D | tooltip.css | 87 .tmvcstimeline dt, .tmvcstimeline :link, .tmvcstimeline :link:visited, .tmvcstimeline :link:hover { 92 .tmvcstimeline :link:hover {
|
| /vbox/src/libs/xpcom18a4/nsprpub/pr/tests/ |
| H A D | switch.c | 120 Shared *shared, *link; local 174 link = &home; 189 shared->next = link; 190 link = shared; 230 link = shared; 233 if (&home == link) break; 234 status = PR_Interrupt(link->thread); 241 link = link->next; 246 link [all...] |
| /vbox/src/libs/xpcom18a4/nsprpub/pr/src/misc/ |
| H A D | prcountr.c | 86 PRCList link; member in struct:QName 96 PRCList link; member in struct:RName 142 ** link 'em up 179 qnp = (QName *)PR_NEXT_LINK( &qnp->link ); 185 ** link it onto the qNameList. 192 PR_INIT_CLIST( &qnp->link ); 195 PR_APPEND_LINK( &qnp->link, &qNameList ); 208 rnp = (RName *)PR_NEXT_LINK( &rnp->link ); 215 PR_INIT_CLIST( &rnp->link ); 224 PR_APPEND_LINK( &rnp->link, [all...] |
| H A D | prtrace.c | 76 PRCList link; member in struct:QName 86 PRCList link; member in struct:RName 264 qnp = (QName *)PR_NEXT_LINK( &qnp->link ); 270 ** link it onto the qNameList. 277 PR_INIT_CLIST( &qnp->link ); 280 PR_APPEND_LINK( &qnp->link, &qNameList ); 293 rnp = (RName *)PR_NEXT_LINK( &rnp->link ); 300 PR_INIT_CLIST( &rnp->link ); 310 PR_APPEND_LINK( &rnp->link, &qnp->rNameList ); /* add RName to QName's rnList */ 344 PR_REMOVE_LINK( &rnp->link ); [all...] |
| /vbox/src/VBox/Additions/linux/lightdm-greeter/liblightdm-gobject-1.5.0/ |
| H A D | user.c | 152 GList *link; local 154 for (link = priv->users; link; link = link->next) 156 LightDMUser *user = link->data; 205 GList *users = NULL, *old_users, *new_users = NULL, *changed_users = NULL, *link; local 300 for (link = priv->users; link; link 519 GList *link; local 662 GList *link; local 1401 GList *link; local [all...] |
| H A D | language.c | 163 GList *link; local 169 for (link = lightdm_get_languages (); link; link = link->next) 171 LightDMLanguage *language = link->data;
|
| /vbox/src/libs/xpcom18a4/xpcom/ds/ |
| H A D | nsFixedSizeAllocator.cpp | 93 Bucket** link = &mBuckets; local 96 while ((bucket = *link) != nsnull) { 100 *link = bucket->mNext; 106 link = &bucket->mNext;
|
| /vbox/src/libs/zlib-1.2.6/contrib/minizip/ |
| H A D | make_vms.com | 18 $ link miniunz,unzip,ioapi,[--]libz.olb/lib 19 $ link minizip,zip,ioapi,[--]libz.olb/lib
|
| /vbox/src/VBox/Devices/Network/lwip-new/src/netif/ |
| H A D | ethernetif.c | 148 LINK_STATS_INC(link.xmit); 204 LINK_STATS_INC(link.recv); 207 LINK_STATS_INC(link.memerr); 208 LINK_STATS_INC(link.drop); 296 * The last argument should be replaced with your link speed, in units 306 * from it if you have to do some checks before sending (e.g. if link
|
| /vbox/src/VBox/Devices/Network/lwip/src/netif/ |
| H A D | ethernetif.c | 122 lwip_stats.link.xmit++; 175 lwip_stats.link.recv++; 180 lwip_stats.link.memerr++; 181 lwip_stats.link.drop++; 234 lwip_stats.link.recv++; 297 /* your link speed here */
|
| /vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/ |
| H A D | eepro100.h | 13 #define LINK_CHECK_PERIOD 1000 /* # of poll() calls between link checks */ 109 u32 link; /* PHYSICAL next ifec_tcb, doesn't change */ member in struct:ifec_tcb 124 u32 link; /* PHYSICAL next ifec_rfd, doesn't change */ member in struct:ifec_rfd 134 u32 link; /* PHYSICAL next command block to process */ member in struct:ifec_ias 141 u32 link; /* PHYSICAL next command block to process */ member in struct:ifec_cfg 191 static void ifec_rfd_init ( struct ifec_rfd *rfd, s16 command, u32 link );
|
| /vbox/src/libs/libxml2-2.6.31/vms/ |
| H A D | build_libxml.com | 10 $! After the library is built, you can link LIBXML routines into 54 $!- list of main modules to compile and link. Compare this list to the 59 $!- list of test modules to compile and link. Compare this list to the 232 $!- the BUILD subroutine. Compile then insert into library or link as required 249 $!- link module if command defined
|
| /vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/os2/ |
| H A D | os2cv.c | 146 lock->notified.link = NULL; 197 notified = notified->link; 229 notified = notified->link; 259 /* if there's no link, create an empty array and link it */ 260 if (NULL == notified->link) { 261 notified->link = PR_NEWZAP(_MDNotified); 264 notified = notified->link; 417 lock->notified.link=NULL; 422 (lock)->notified.link [all...] |
| /vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/windows/ |
| H A D | w95cv.c | 110 lock->notified.link = NULL; 161 notified = notified->link; 190 notified = notified->link; 220 /* if there's no link, create an empty array and link it */ 221 if (NULL == notified->link) { 222 notified->link = PR_NEWZAP(_MDNotified); 225 notified = notified->link;
|
| /vbox/src/VBox/Devices/Network/lwip/src/netif/ppp/ |
| H A D | ppp.c | 139 int kill_link; /* Shut the link down. */ 314 memset(&lwip_stats.link, 0, sizeof(lwip_stats.link)); 488 lwip_stats.link.err++; 497 lwip_stats.link.xmit++; 522 lwip_stats.link.memerr++; 558 lwip_stats.link.opterr++; 559 lwip_stats.link.drop++; 564 /* Check that the link is up. */ 566 PPPDEBUG((LOG_ERR, "pppifOutput[%d]: link no [all...] |
| /vbox/src/VBox/Devices/Network/lwip-new/src/netif/ppp/ |
| H A D | ppp.c | 420 /** Called when carrier/link is lost */ 540 * there is no way to know when the link is up. */ 614 * there is no way to know when the link is up. */ 708 LINK_STATS_INC(link.err); 719 LINK_STATS_INC(link.xmit); 742 LINK_STATS_INC(link.memerr); 773 LINK_STATS_INC(link.memerr); 774 LINK_STATS_INC(link.proterr); 792 LINK_STATS_INC(link.err); 799 LINK_STATS_INC(link [all...] |
| /vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/MemoryTest/GenericMemoryTestDxe/ |
| H A D | LightMemoryTest.h | 69 #define NONTESTED_MEMORY_RANGE_FROM_LINK(link) \ 71 link, \ 181 Destroy the link list base on the correspond link list type.
|