Searched refs:link (Results 1 - 25 of 239) sorted by last modified time

12345678910

/haiku/src/add-ons/kernel/drivers/network/ether/rtl8125/dev/pci/
H A Dif_rge.c2548 int link = LINK_STATE_DOWN; local
2551 link = LINK_STATE_UP;
2553 if (ifp->if_link_state != link) {
2555 if_link_state_change(ifp, link);
2557 ifp->if_link_state = link;
/haiku/src/system/boot/platform/bios_ia32/
H A Dvideo.cpp42 list_link link; member in struct:video_mode
/haiku/src/servers/app/
H A DServerApp.cpp526 ServerApp::_DispatchMessage(int32 code, BPrivate::LinkReceiver& link) argument
594 status_t status = _CreateWindow(code, link, clientReplyPort);
609 if (link.Read<team_id>(&team) == B_OK)
617 if (link.Read<int32>(&serverToken) == B_OK)
625 if (link.Read<int32>(&workspace) == B_OK)
633 if (link.Read<int32>(&workspace) == B_OK)
641 if (link.Read<team_id>(&team) == B_OK)
649 if (link.Read<team_id>(&team) == B_OK)
659 link.Read<int32>(&token);
660 if (link
3685 _CreateWindow(int32 code, BPrivate::LinkReceiver& link, port_id& clientReplyPort) argument
[all...]
/haiku/src/kits/tracker/
H A DFSUtils.cpp169 "folder. Would you like to replace it with the symbolic link you are "
896 B_TRANSLATE("You cannot create a link to the root "
1643 // conflicting with a file or symbolic link, remove entry
1789 BSymLink link; local
1791 suffix << B_TRANSLATE_COMMENT("link", "filename link"),
1807 // relative link only works on the same device
1860 &link);
1866 // fall back to absolute link mode
1870 err = destDir->CreateSymLink(name, path.Path(), &link);
[all...]
H A DFilePanelPriv.cpp1237 // Double-click on dir or link-to-dir ALWAYS opens the
1249 // Otherwise, we have a file or a link to a file.
1342 BSymLink link; local
1344 &link); local
H A DPoseView.cpp5420 // basically, let's say we have a broken link :
5425 // 'another_folder' later and then report the link as fixed.
5432 BSymLink link(fBrokenLinks->ItemAt(i)->EntryRef());
5434 link.MakeLinkedPath(&currentDir, &path);
5817 BSymLink link(brokenLinksCopy->ItemAt(i)->EntryRef());
5819 link.MakeLinkedPath(currentDir.Path(), &absolutePath);
5822 // a broken link still needs to watch this folder, but
5823 // don't let that same link also watch a deeper parent.
/haiku/src/tools/fs_shell/
H A Dvfs.cpp1154 // If the new node is a symbolic link, resolve it (if we've been told to do it)
1160 TRACE(("traverse link\n"));
3770 if (HAS_FS_CALL(directory, link))
3771 status = FS_CALL(directory, link, name, vnode);
5330 * \return The length of the link on success or an appropriate error code
H A Dcommand_cp.cpp132 const struct fssh_stat &st, SymLink *&link) = 0;
459 // create the link
476 HostSymLink *link = new HostSymLink; local
477 error = link->Init(path, fd, st);
479 delete link;
483 _link = link;
827 // create the link
846 GuestSymLink *link = new GuestSymLink; local
847 error = link->Init(path, fd, st);
849 delete link;
1193 SymLink *link; local
[all...]
/haiku/src/system/kernel/fs/
H A Dvfs.cpp179 list_link link; member in struct:__anon1::advisory_lock
2210 // If the new node is a symbolic link, resolve it (if we've been told
2217 TRACE(("traverse link\n"));
2935 // read link
6506 if (HAS_FS_CALL(directory, link))
6507 status = FS_CALL(directory.Get(), link, name, vnode.Get());
7807 // We only have a covered vnode. Remove its link to us.
7812 // If the other node is an external vnode, we keep its link
7813 // link around so we can put the reference later on. Otherwise
7821 // We only have a covering vnode. Remove its link t
[all...]
/haiku/src/add-ons/kernel/drivers/network/ether/wb840/
H A Ddevice.c305 state.media = (data->link ? IFM_ACTIVE : 0) | IFM_ETHER
/haiku/src/apps/terminal/
H A DTermViewStates.cpp754 HyperLink link; local
757 if (!_GetHyperLinkAt(where, pathPrefixOnly, link, start, end))
761 link.Open();
763 fView->fHyperLinkMenuState->Prepare(where, link);
1023 HyperLink link; local
1026 if (_GetHyperLinkAt(where, pathPrefixOnly, link, start, end))
1096 TermView::HyperLinkMenuState::Prepare(BPoint point, const HyperLink& link) argument
1098 fLink = link;
1103 switch (link.GetType()) {
1106 .AddItem(B_TRANSLATE("Open link"), kMessageOpenLin
[all...]
/haiku/src/system/kernel/arch/generic/
H A Dacpi_irq_routing_table.cpp179 Before configuring the link devices we have to take a few things into
181 * Multiple PCI devices / functions may link to the same PCI link
184 respective link device.
199 // find all unique link devices and resolve their possible IRQs
217 link_device* link = NULL; local
221 link = existing;
226 if (link != NULL) {
227 link->used_by.PushBack(&irqEntry);
231 // A new link devic
262 link_device* link = links.ElementAt(i); local
[all...]
/haiku/src/kits/interface/
H A DFont.cpp237 BPrivate::AppServerLink link; local
240 link.StartMessage(AS_GET_FAMILY_AND_STYLES);
241 link.Attach<int32>(index);
244 if (link.FlushWithReply(status) != B_OK
252 link.ReadString(family->name);
253 link.Read<uint32>(&family->flags);
256 link.Read<int32>(&styleCount);
265 link.ReadString(style->name);
266 link.Read<uint16>(&style->face);
267 link
299 BPrivate::AppServerLink link; local
342 BPrivate::AppServerLink link; local
404 BPrivate::AppServerLink link; local
419 BPrivate::AppServerLink link; local
584 BPrivate::AppServerLink link; local
613 BPrivate::AppServerLink link; local
713 BPrivate::AppServerLink link; local
826 BPrivate::AppServerLink link; local
846 BPrivate::AppServerLink link; local
866 BPrivate::AppServerLink link; local
889 BPrivate::AppServerLink link; local
911 BPrivate::AppServerLink link; local
1041 BPrivate::AppServerLink link; local
1157 BPrivate::AppServerLink link; local
1183 BPrivate::AppServerLink link; local
1232 BPrivate::AppServerLink link; local
1276 BPrivate::AppServerLink link; local
1321 BPrivate::AppServerLink link; local
1353 BPrivate::AppServerLink link; local
1469 BPrivate::AppServerLink link; local
1499 BPrivate::AppServerLink link; local
1527 BPrivate::AppServerLink link; local
[all...]
H A DGraphicsDefs.cpp200 BPrivate::AppServerLink link; local
201 link.StartMessage(AS_GET_BITMAP_SUPPORT_FLAGS);
202 link.Attach<uint32>((uint32)space);
206 if (link.FlushWithReply(code) == B_OK && code == B_OK) {
207 if (link.Read<uint32>(&flags) < B_OK)
H A DMenu.cpp3471 BPrivate::AppServerLink link;
3472 link.StartMessage(AS_SET_MENU_INFO);
3473 link.Attach<menu_info>(*info);
3476 if (link.FlushWithReply(status) == B_OK && status == B_OK)
3490 BPrivate::AppServerLink link;
3491 link.StartMessage(AS_GET_MENU_INFO);
3494 if (link.FlushWithReply(status) == B_OK && status == B_OK)
3495 link.Read<menu_info>(info);
/haiku/headers/private/kernel/
H A Dint.h34 list_link link; member in struct:irq_assignment
/haiku/src/add-ons/kernel/busses/usb/
H A Dxhci.cpp788 // link trb
1328 // _LinkDescriptorForPipe() has room to insert a link TRB.
2002 TRACE("link descriptor for pipe\n");
2011 TRACE_ERROR("link descriptor for pipe: max transfers count exceeded\n");
2026 uint32 link = endpoint->next, eventdata = link + 1, next = eventdata + 1; local
2034 TRACE("link descriptor for pipe: link %d, next %d\n", link, next);
2061 endpoint->trbs[link]
[all...]
H A Duhci.h74 transfer_data * link; member in struct:transfer_data
90 isochronous_transfer_data * link; member in struct:isochronous_transfer_data
H A Duhci.cpp486 dprintf("link phy: 0x%08" B_PRIx32 "; link type: %s; terminate: %s\n",
737 isochronous_transfer_data *next = isoTransfer->link;
749 transfer_data *next = transfer->link;
1025 current = current->link;
1069 current = current->link;
1178 data->link = NULL;
1197 it = it->link;
1201 fLastTransfer->link = data;
1234 data->link
1715 transfer_data **link = &fFreeList; local
[all...]
H A Dohci.cpp420 // Now link the first endpoint to the isochronous endpoint
741 current = current->link;
1023 data->link = NULL;
1046 fLastTransfer->link = data;
1079 data->link = NULL;
1099 fLastTransfer->link = data;
1147 transfer_data *next = transfer->link;
1167 transfer = transfer->link;
1231 transfer = transfer->link;
1237 transfer_data *next = transfer->link;
[all...]
H A Dohci.h31 transfer_data * link; member in struct:transfer_data
H A Dehci.h28 transfer_data * link; member in struct:transfer_data
44 isochronous_transfer_data * link; member in struct:isochronous_transfer_data
H A Dehci.cpp800 isochronous_transfer_data *next = isoTransfer->link;
1148 TRACE_ERROR("failed to link queue head\n");
1188 // descriptors from the frame list, as descriptors are not link to each
1336 transfer = transfer->link;
1665 data->link = NULL;
1684 it = it->link;
1688 fLastTransfer->link = data;
1717 data->link = NULL;
1729 fLastIsochronousTransfer->link = data;
1781 current = current->link;
[all...]
/haiku/src/add-ons/kernel/network/protocols/ipv6/
H A Dipv6.cpp391 net_buffer* afterNext = (net_buffer*)next->link.next;
/haiku/src/add-ons/kernel/network/protocols/ipv4/
H A Dipv4.cpp352 net_buffer* afterNext = (net_buffer*)next->link.next;
1774 // if the buffer was a link layer multicast, regard it as a

Completed in 243 milliseconds

12345678910