/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/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/h/ |
H A D | ASTBase.cpp | 45 ASTBase::link(ASTBase **_root, ASTBase **_sibling, ASTBase **_tail) function in class:ASTBase
|
/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/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/libs/xpcom18a4/nsprpub/pr/tests/ |
H A D | stack.c | 56 PRStackElem link; member in struct:_DataRecord 59 #define RECORD_LINK_PTR(lp) ((DataRecord*) ((char*) (lp) - offsetof(DataRecord,link))) 271 PR_StackPush(list1, &Items[index].link);
|
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/VBox/Devices/Network/lwip/src/include/lwip/ |
H A D | stats.h | 88 struct stats_proto link; member in struct:stats_
|
/vbox/src/VBox/Devices/PC/ipxe/src/crypto/ |
H A D | cms.c | 153 struct x509_link *link; local 157 list_for_each_entry ( link, &sig->certificates->links, list ) { 160 cert = link->cert;
|
H A D | x509.c | 1368 struct x509_link *link; local 1373 /* Free each link in the chain */ 1374 list_for_each_entry_safe ( link, tmp, &chain->links, list ) { 1375 x509_put ( link->cert ); 1376 list_del ( &link->list ); 1377 free ( link ); 1413 struct x509_link *link; local 1415 /* Allocate link */ 1416 link = zalloc ( sizeof ( *link ) ); 1471 struct x509_link *link; local 1538 struct x509_link *link; local [all...] |
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/ath/ath5k/ |
H A D | base.h | 75 u32 *link; /* link ptr in last TX desc */ member in struct:ath5k_txq 120 u32 *rxlink; /* link ptr in last RX desc */
|
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/ |
H A D | natsemi.c | 309 /* Invalidate link status cache to force an update */ 325 * Check link state 333 /* Read link status */ 336 /* Do nothing unless link status has changed */ 348 /* Update link status */ 350 DBGC ( natsemi, "NATSEMI %p link status is %08x\n", natsemi, cfg ); 407 physaddr_t link; local 439 link = ( virt_to_bus ( linked_desc ) + offset ); 441 ring->desc[i].d64.link = cpu_to_le64 ( link ); [all...] |
H A D | amd8111e.c | 106 char link; member in struct:amd8111e_priv 479 if (!lp->link) { 488 lp->link = 1; 505 lp->link = 0; 520 printf("Waiting link up...\n"); 521 lp->link = 0;
|
/vbox/src/VBox/Additions/linux/lightdm-greeter/liblightdm-gobject-1.5.0/ |
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/VBox/Additions/x11/x11include/xorg-server-1.16.0/ |
H A D | xwayland.h | 122 struct xorg_list link; member in struct:xwl_seat 135 struct xorg_list link; member in struct:xwl_output
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/ |
H A D | xwayland.h | 122 struct xorg_list link; member in struct:xwl_seat 135 struct xorg_list link; member in struct:xwl_output
|
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/ath/ath9k/ |
H A D | ar9003_mac.h | 76 u32 link; /* link pointer */ member in struct:ar9003_txc
|
H A D | hw-ops.h | 37 u32 link) 39 ath9k_hw_ops(ah)->set_desc_link(ds, link); 43 u32 **link) 45 ath9k_hw_ops(ah)->get_desc_link(ds, link); 36 ath9k_hw_set_desc_link(struct ath_hw *ah, void *ds, u32 link) argument 42 ath9k_hw_get_desc_link(struct ath_hw *ah, void *ds, u32 **link) argument
|
/vbox/src/libs/xpcom18a4/xpcom/threads/ |
H A D | plevent.h | 533 PRCList link; member in struct:PLEvent
|
/vbox/src/VBox/Devices/Network/lwip-new/src/include/lwip/ |
H A D | stats.h | 115 struct stats_proto link; member in struct:stats_ 240 #define LINK_STATS_DISPLAY() stats_display_proto(&lwip_stats.link, "LINK")
|
/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/VBox/Frontends/VirtualBox/src/settings/ |
H A D | VBoxSettingsSelector.cpp | 63 QString link() const { return mLink; } function in class:SelectorItem 145 if (item->link() == aLink) 202 mTwSelector->headerItem()->setText (treeWidget_Link, "[link]");
|
/vbox/src/VBox/Additions/haiku/SharedFolders/ |
H A D | vboxsf.c | 893 status_t vboxsf_read_symlink(fs_volume* _volume, fs_vnode* link, char* buffer, size_t* _bufferSize) argument 896 vboxsf_vnode* vnode = link->private_node;
|
/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...] |