Searched refs:link (Results 126 - 150 of 239) sorted by relevance

12345678910

/haiku/src/servers/app/
H A DDesktop.cpp984 BPrivate::LinkSender link(MessagePort());
985 link.StartMessage(AS_ACTIVATE_WORKSPACE);
986 link.Attach<int32>(index);
987 link.Attach<bool>(moveFocusWindow);
988 link.Flush();
2604 Desktop::_DispatchMessage(int32 code, BPrivate::LinkReceiver& link) argument
2626 link.Read<port_id>(&clientReplyPort);
2627 link.Read<port_id>(&clientLooperPort);
2628 link.Read<team_id>(&clientTeamID);
2629 link
[all...]
/haiku/headers/private/firewire/
H A Diec13213.h240 STAILQ_ENTRY(crom_chunk) link; member in struct:crom_chunk
/haiku/headers/private/net/
H A Dnet_buffer.h20 struct list_link link; member in struct:net_buffer
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5210/
H A Dar5210_xmit.c642 * Set the TX descriptor link pointer
645 ar5210SetTxDescLink(struct ath_hal *ah, void *ds, uint32_t link) argument
649 ads->ds_link = link;
653 * Get the TX descriptor link pointer
656 ar5210GetTxDescLink(struct ath_hal *ah, void *ds, uint32_t *link) argument
660 *link = ads->ds_link;
664 * Get a pointer to the TX descriptor link pointer
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5211/
H A Dar5211_xmit.c680 ar5211SetTxDescLink(struct ath_hal *ah, void *ds, uint32_t link) argument
684 ads->ds_link = link;
688 ar5211GetTxDescLink(struct ath_hal *ah, void *ds, uint32_t *link) argument
692 *link = ads->ds_link;
/haiku/src/bin/fwcontrol/
H A Dfwcrom.c447 STAILQ_INSERT_TAIL(&src->chunk_list, child, link);
457 STAILQ_INSERT_TAIL(&src->chunk_list, child, link);
520 STAILQ_FOREACH(chunk, &src->chunk_list, link) {
539 STAILQ_FOREACH(chunk, &src->chunk_list, link) {
/haiku/src/add-ons/kernel/drivers/network/ether/wb840/
H A Dwb840.c98 // ToDo: need to be changed, select PHY in relation to the link mode
159 device->link = mii_readstatus(device) & MII_STATUS_LINK;
267 if (device->link) {
270 // Check if link lost
272 device->link = false;
277 // Check if we have a new link
280 device->link = true;
613 LOG((DEVICE_NAME ": no link detected (status = %x)\n", status));
/haiku/src/apps/terminal/
H A DTermViewStates.h164 void Prepare(BPoint point, const HyperLink& link);
/haiku/src/add-ons/kernel/bus_managers/usb/
H A Dusb_private.h71 usb_driver_cookie *link; member in struct:usb_driver_cookie
82 usb_driver_info *link; member in struct:usb_driver_info
89 change_item *link; member in struct:change_item
95 rescan_item *link; member in struct:rescan_item
H A DDevice.cpp433 changeItem->link = *changeList;
761 cookie->link = *cookies;
771 pointer = &cookie->link;
772 cookie = cookie->link;
782 *pointer = cookie->link;
/haiku/src/add-ons/accelerants/intel_extreme/
H A DPorts.cpp1032 FDILink* link = fPipe->FDI(); local
1033 if (link != NULL) {
1037 link->PreTrain(&target->timing, &linkBandwidth, &lanes, &bitsPerPixel);
1039 link->Train(&target->timing, lanes);
1277 FDILink* link = fPipe->FDI(); local
1278 if (link != NULL) {
1282 link->PreTrain(&hardwareTarget, &linkBandwidth, &lanes, &bitsPerPixel);
1284 link->Train(&hardwareTarget, lanes);
1480 FDILink* link = fPipe->FDI(); local
1481 if (link !
2074 FDILink* link = fPipe->FDI(); local
[all...]
/haiku/src/system/kernel/scheduler/
H A DRunQueue.h197 RunQueueLink<Element>* link = sGetLink(fNext); local
199 fNext = link->fNext;
/haiku/docs/interface_guidelines/docbook-css/
H A Dcore.css21 keycombo, keysym, lineage, lineannotation, link, literal, markup, medialabel,
/haiku/src/build/libroot/
H A Dfs_darwin.cpp481 // call link() ignoring the fd's
482 return link(oldPath, newPath);
509 return link(ignoreOldFD ? oldPath : oldFullPath,
/haiku/src/tools/fs_shell/
H A Ddriver_settings.cpp55 list_link link; member in struct:settings_handle
619 list_remove_link(&handle->link);
/haiku/src/add-ons/kernel/network/stack/
H A Droutes.cpp169 // neglect routes that point to devices that have no link
217 const sockaddr_dl* link = (const sockaddr_dl*)address; local
224 if ((link->sdl_nlen > 0
225 && !strncmp(device->name, (const char*)link->sdl_data,
227 || (link->sdl_nlen == 0 && link->sdl_alen > 0
228 && !memcmp(LLADDR(link), device->address.data,
508 // both routes are equal - let the link speed decide the
/haiku/src/apps/packageinstaller/
H A DPackageInfo.cpp861 char *link = new char[length + 1]; local
862 fPackageFile->Read(link, length);
863 link[length] = 0;
864 parser_debug("Link: %s\n", link);
866 linkString = link;
867 delete[] link;
1019 parser_debug("Adding link: %s! (type %s)\n", dest.String(),
/haiku/src/kits/interface/
H A DView.cpp189 ViewState::UpdateServerFontState(BPrivate::PortLink &link) argument
191 link.StartMessage(AS_VIEW_SET_FONT_STATE);
192 link.Attach<uint16>(font_flags);
196 link.Attach<uint32>(font.FamilyAndStyle());
199 link.Attach<float>(font.Size());
202 link.Attach<float>(font.Shear());
205 link.Attach<float>(font.Rotation());
208 link.Attach<float>(font.FalseBoldWidth());
211 link.Attach<uint8>(font.Spacing());
214 link
225 UpdateServerState(BPrivate::PortLink &link) argument
281 UpdateFrom(BPrivate::PortLink &link) argument
1210 BPrivate::AppServerLink link; local
[all...]
/haiku/src/add-ons/kernel/file_systems/ext2/
H A Dkernel_interface.cpp812 Inode* link; local
815 0, (uint8)EXT2_TYPE_SYMLINK, NULL, &id, &link);
819 // TODO: We have to prepare the link before publishing?
824 strcpy(link->Node().symlink, path);
825 link->Node().SetSize((uint32)length);
827 if (!link->HasFileCache()) {
828 status = link->CreateFileCache();
834 status = link->WriteAt(transaction, 0, (const uint8*)path, &written);
840 status = link->WriteBack(transaction);
843 publish_vnode(volume->FSVolume(), id, link,
[all...]
/haiku/src/system/kernel/slab/
H A DSlab.cpp1246 object_link* link = _pop(source->free); local
1253 REMOVE_PARANOIA_CHECK(PARANOIA_SUSPICIOUS, source, &link->next,
1257 link_to_object(link, cache->object_size), link, source, source->count);
1264 void* object = link_to_object(link, cache->object_size);
/haiku/src/kits/app/
H A DRoster.cpp886 BPrivate::DesktopLink link; local
888 status_t status = link.InitCheck();
893 status_t error = link.StartMessage(AS_ACTIVATE_APP);
897 error = link.Attach(link.ReceiverPort());
901 error = link.Attach(team);
907 error = link.FlushWithReply(code);
1779 BPrivate::DesktopLink link; local
1780 if (link.InitCheck() != B_OK)
1783 if (link
[all...]
/haiku/src/kits/media/
H A DSoundPlayer.cpp530 playing_sound** link = &fPlayingSounds;
535 *link = item->next;
548 link = &item->next;
/haiku/src/add-ons/kernel/drivers/network/ether/intel22x/dev/igc/
H A Digc_mac.c454 * igc_check_for_copper_link_generic - Check for link (Copper)
457 * Checks to see of the link status of the hardware has changed. If a
458 * change in link status has been detected, then we read the PHY registers
459 * to get the current speed/duplex if link exists.
465 bool link = false; local
470 * has completed and/or if our link status has changed. The
478 * link. If so, then we want to get the current speed/duplex
481 ret_val = igc_phy_has_link_generic(hw, 1, 0, &link);
485 if (!link)
486 return IGC_SUCCESS; /* No link detecte
[all...]
/haiku/src/libs/compat/freebsd_network/
H A Ddevice.c39 list_init_etc(&device->children, offsetof(struct device, link));
399 if (sRootDevices.link.next == NULL)
400 list_init_etc(&sRootDevices, offsetof(struct device, link));
/haiku/src/servers/app/drawing/interface/virtual/
H A DViewHWInterface.cpp375 BPrivate::PortLink link(serverport);
376 link.StartMessage(B_QUIT_REQUESTED);
377 link.Flush();

Completed in 167 milliseconds

12345678910