Searched refs:link (Results 151 - 175 of 239) sorted by relevance

12345678910

/haiku/src/add-ons/kernel/drivers/network/ether/intel22x/dev/igc/
H A Digc_phy.c464 * igc_copper_link_autoneg - Setup/Enable autoneg for copper link
469 * and restart the negotiation process between the link partner. If
528 * igc_setup_copper_link_generic - Configure copper link settings
531 * Calls the appropriate function to configure the link for auto-neg or forced
532 * speed and duplex. Then we check for link, once link is established calls
533 * to configure collision distance and flow control are called. If link is
539 bool link; local
562 /* Check link status. Wait up to 100 microseconds for link t
[all...]
/haiku/src/add-ons/kernel/file_cache/
H A Drule_based_prefetcher.cpp60 struct list_link link; member in struct:head
71 struct list_link link; member in struct:body
114 list_link link; member in struct:rule_state
/haiku/src/add-ons/kernel/file_systems/bfs/
H A Dkernel_interface.cpp88 // symlinks report the size of the link here
1081 Inode* link; local
1084 0, 0, NULL, &id, &link);
1090 strcpy(link->Node().short_symlink, path);
1092 link->Node().flags |= HOST_ENDIAN_TO_BFS_INT32(INODE_LONG_SYMLINK
1096 link->SetFileCache(file_cache_create(volume->ID(), link->ID(), 0));
1097 link->SetMap(file_map_create(volume->ID(), link->ID(), 0));
1101 status = link
[all...]
/haiku/src/system/kernel/fs/
H A Drootfs.cpp116 struct list_link link; member in struct:__anon39::rootfs_dir_cookie
893 struct rootfs_vnode* link = (rootfs_vnode*)_link->private_node; local
895 if (!S_ISLNK(link->stream.type))
898 memcpy(buffer, link->stream.symlink.path, min_c(*_bufferSize,
899 link->stream.symlink.length));
901 *_bufferSize = link->stream.symlink.length;
/haiku/src/kits/media/
H A DRealtimeAlloc.cpp44 bool IsTouching(FreeChunk* link);
45 FreeChunk* Join(FreeChunk* link);
248 // enqueue the link at the right position; the
249 // free link queue is ordered by size
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5211/
H A Dar5211.h211 uint32_t link);
213 uint32_t *link);
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5210/
H A Dar5210.h188 uint32_t link);
190 uint32_t *link);
/haiku/src/system/boot/loader/
H A Dheap.cpp33 big chunk, the only entry in the free link list (which is a single
102 bool IsTouching(FreeChunk* link);
103 FreeChunk* Join(FreeChunk* link);
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/fuse/
H A Dfuse_fs.cpp73 if (fs->ops.link == NULL)
75 return fs->ops.link(oldpath, newpath);
H A DFUSEFileSystem.cpp480 fNodeCapabilities.Set(FS_VNODE_CAPABILITY_LINK, fLowLevelOps.link);
538 fNodeCapabilities.Set(FS_VNODE_CAPABILITY_LINK, fFS->ops.link);
/haiku/src/add-ons/kernel/network/protocols/tcp/
H A DBufferQueue.cpp177 next = (net_buffer *)next->link.next;
216 buffer = (struct net_buffer *)buffer->link.next;
/haiku/src/kits/tracker/infowindow/
H A DInfoWindow.cpp363 BSymLink link; local
364 parent.CreateSymLink(name.String(), targetPath.Path(), &link);
594 // for the sym link
607 "File dialog title for new sym link"));
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/beos/
H A DBeOSKernelFileSystem.cpp157 fNodeCapabilities.Set(FS_VNODE_CAPABILITY_LINK, fFSOps->link);
/haiku/src/apps/packageinstaller/
H A DPackageItem.h179 const BString& link, uint8 type, uint32 ctime,
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/contrib/ath_hal/ar9300/
H A Dar9300_xmit_ds.c136 ar9300_set_desc_link(struct ath_hal *ah, void *ds, u_int32_t link) argument
140 ads->ds_link = link;
151 ar9300_get_desc_link_ptr(struct ath_hal *ah, void *ds, u_int32_t **link) argument
155 *link = &ads->ds_link;
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5212/
H A Dar5212_xmit.c982 ar5212SetTxDescLink(struct ath_hal *ah, void *ds, uint32_t link) argument
986 ads->ds_link = link;
990 ar5212GetTxDescLink(struct ath_hal *ah, void *ds, uint32_t *link) argument
994 *link = ads->ds_link;
/haiku/src/add-ons/kernel/drivers/network/ether/ipro1000/dev/e1000/
H A De1000_80003es2lan.c239 /* link setup */
264 /* link info */
594 bool link; local
631 DEBUGOUT("Waiting for forced speed/duplex link on GG82563 phy.\n");
634 100000, &link);
638 if (!link) {
639 /* We didn't get link.
649 100000, &link);
660 * to the link speed. 10Mbps -> 2.5MHz, else 25MHz.
810 * Initialize the hw bits, LED, VFTA, MTA, link an
[all...]
H A De1000_ich8lan.c117 static s32 e1000_k1_gig_workaround_hv(struct e1000_hw *hw, bool link);
764 /* link setup */
768 /* check for link */
770 /* link info */
906 * the link and the EEE capabilities of the link partner. The LPI Control
907 * register bits will remain set only if/when link is up.
909 * EEE LPI must not be asserted earlier than one second after link is up.
911 * can be link issues with some switches. Other devices can have EEE LPI
912 * enabled immediately upon link u
1016 e1000_k1_workaround_lpt_lp(struct e1000_hw *hw, bool link) argument
1125 e1000_platform_pm_pch_lpt(struct e1000_hw *hw, bool link) argument
1563 bool link; local
2409 e1000_k1_gig_workaround_hv(struct e1000_hw *hw, bool link) argument
5489 bool link; local
[all...]
/haiku/headers/private/net/
H A Dnet_datalink.h64 struct list_link link; member in struct:net_route_info
/haiku/src/system/libnetwork/netresolv/isc/
H A Deventlib_p.h111 LINK(struct evAccept) link; member in struct:evAccept
/haiku/src/servers/app/
H A DView.cpp1301 View::AddTokensForViewsInRegion(BPrivate::PortLink& link, BRegion& region, argument
1322 link.Attach<int32>(fToken);
1323 link.Attach<BRect>(localDirty.Frame());
1328 child->AddTokensForViewsInRegion(link, region, windowContentClipping);
H A DView.h200 void AddTokensForViewsInRegion(BPrivate::PortLink& link,
/haiku/src/add-ons/kernel/busses/usb/
H A Dohci.h31 transfer_data * link; member in struct:transfer_data
/haiku/src/add-ons/kernel/file_systems/layers/write_overlay/
H A Dwrite_overlay.cpp809 write_buffer **link = &fWriteBuffers; local
821 link = &other->next;
870 element->next = *link;
873 *link = element;
1173 write_buffer **link = &fWriteBuffers; local
1181 link = &buffer->next;
1198 *link = newBuffer;
1205 link = &buffer->next;
1210 *link = NULL;
/haiku/src/servers/input/
H A DInputServer.cpp375 BPrivate::AppServerLink link; local
376 link.StartMessage(AS_REGISTER_INPUT_SERVER);
377 link.Flush();
588 BPrivate::AppServerLink link; local
589 link.StartMessage(AS_REGISTER_INPUT_SERVER);
590 link.Flush();

Completed in 155 milliseconds

12345678910