Searched refs:link (Results 26 - 50 of 239) sorted by relevance

12345678910

/haiku/src/kits/interface/
H A DBitmap.cpp859 BPrivate::AppServerLink link;
861 link.StartMessage(AS_GET_BITMAP_OVERLAY_RESTRICTIONS);
862 link.Attach<int32>(fServerToken);
865 if (link.FlushWithReply(status) < B_OK)
868 link.Read(restrictions, sizeof(overlay_restrictions));
1095 BPrivate::AppServerLink link; local
1107 link.StartMessage(AS_RECONNECT_BITMAP);
1108 link.Attach<BRect>(bounds);
1109 link.Attach<color_space>(colorSpace);
1110 link
1261 BPrivate::AppServerLink link; local
1298 BPrivate::AppServerLink link; local
[all...]
H A DPicture.cpp126 BPrivate::AppServerLink link; local
127 link.StartMessage(AS_CLONE_PICTURE);
128 link.Attach<int32>(otherPicture.fToken);
131 if (link.FlushWithReply(status) == B_OK && status == B_OK)
132 link.Read<int32>(&fToken);
235 BPrivate::AppServerLink link; local
237 link.StartMessage(AS_DELETE_PICTURE);
238 link.Attach<int32>(fToken);
239 link.Flush();
434 BPrivate::AppServerLink link;
465 BPrivate::AppServerLink link; local
[all...]
/haiku/src/kits/network/libnetapi/
H A DNetworkAddress.cpp289 sockaddr_dl& link = (sockaddr_dl&)address; local
290 length = sizeof(sockaddr_dl) - sizeof(link.sdl_data) + link.sdl_alen
291 + link.sdl_nlen + link.sdl_slen;
538 sockaddr_dl& link = (sockaddr_dl&)fAddress; local
539 memset(&link, 0, sizeof(sockaddr_dl));
541 link.sdl_family = AF_LINK;
542 link.sdl_alen = length;
543 memcpy(LLADDR(&link), addres
556 sockaddr_dl& link = (sockaddr_dl&)fAddress; local
579 sockaddr_dl& link = (sockaddr_dl&)fAddress; local
593 sockaddr_dl& link = (sockaddr_dl&)fAddress; local
601 sockaddr_dl& link = (sockaddr_dl&)fAddress; local
609 sockaddr_dl& link = (sockaddr_dl&)fAddress; local
[all...]
/haiku/src/add-ons/tracker/opentargetfolder/
H A Dopentargetfolder.cpp12 //! Open Target Folder - opens the folder of the link target in Tracker
42 BSymLink link(&ref);
43 if (link.InitCheck() != B_OK || !link.IsSymLink()) {
46 "It opens the folder of the link target in Tracker.",
56 "Cannot open target entry. Maybe this link is broken?",
66 "Cannot open target entry folder. Maybe this link is broken?",
/haiku/src/tests/kits/net/
H A Dwlan_test.cpp97 BNetworkAddress link; local
98 status_t status = link.SetTo(AF_LINK, argv[3]);
100 status = device.GetNetwork(link, network);
/haiku/src/servers/app/stackandtile/
H A DStacking.h22 BPrivate::LinkReceiver& link,
/haiku/src/servers/app/
H A DTestServerLoopAdapter.h38 BPrivate::LinkReceiver &link);
H A DMessageLooper.cpp94 BPrivate::LinkSender link(MessagePort());
95 link.StartMessage(code);
96 return link.Flush(timeout);
134 MessageLooper::_DispatchMessage(int32 code, BPrivate::LinkReceiver &link) argument
H A DDrawState.cpp148 DrawState::ReadFontFromLink(BPrivate::LinkReceiver& link, argument
152 link.Read<uint16>(&mask);
156 link.Read<uint32>(&fontID);
162 link.Read<float>(&size);
169 link.Read<float>(&shear);
175 link.Read<float>(&rotation);
181 link.Read<float>(&falseBoldWidth);
187 link.Read<uint8>(&spacing);
193 link.Read<uint8>(&encoding);
199 link
214 ReadFromLink(BPrivate::LinkReceiver& link) argument
[all...]
H A DServerPicture.h67 status_t ImportData(BPrivate::LinkReceiver& link);
68 status_t ExportData(BPrivate::PortLink& link);
H A DServerWindow.h121 View* _CreateView(BPrivate::LinkReceiver &link,
129 BPrivate::LinkReceiver &link);
131 BPrivate::LinkReceiver &link);
133 BPrivate::LinkReceiver &link);
135 BPrivate::LinkReceiver &link);
/haiku/src/apps/haikudepot/model/
H A DDeskbarLink.h25 const BString& link);
H A DDeskbarLink.cpp23 #define kLinkKey "link"
31 DeskbarLink::DeskbarLink(const BString& path, const BString& link) argument
34 fLink(link)
/haiku/src/bin/bfs_tools/lib/
H A DBPlusTree.h35 inline bool IsValidLink(off_t link);
69 static inline uint8 LinkType(off_t link);
70 static inline off_t FragmentOffset(off_t link);
254 inline bool bplustree_header::IsValidLink(off_t link) argument
256 return link == BPLUSTREE_NULL || (link > 0 && link <= maximum_size - node_size);
284 inline uint8 bplustree_node::LinkType(off_t link) argument
286 return *(uint64 *)&link >> 62;
289 inline off_t bplustree_node::FragmentOffset(off_t link) argument
[all...]
/haiku/src/tools/fs_shell/
H A Dlist.h12 /* This header defines a doubly-linked list. It differentiates between a link
14 * A link is what is put into and removed from a list, an item is the whole
15 * object that contains the link. The item doesn't have to be begin with a
16 * link; the offset to the link structure is given to init_list_etc(), so that
20 * you don't have to care about the difference between a link and an item.
39 list_link link; member in struct:FSShell::list
62 return list->link.next == (list_link *)list;
/haiku/src/add-ons/kernel/file_systems/packagefs/package_links/
H A DPackageLinkDirectory.h65 status_t _CreateOrUpdateLink(Link*& link,
69 void _RemoveLink(Link* link,
/haiku/headers/private/kernel/util/
H A Dlist.h12 /* This header defines a doubly-linked list. It differentiates between a link
14 * A link is what is put into and removed from a list, an item is the whole
15 * object that contains the link. The item doesn't have to be begin with a
16 * link; the offset to the link structure is given to init_list_etc(), so that
20 * you don't have to care about the difference between a link and an item.
44 list_link link; member in struct:list
71 return list->link.next == (list_link *)list;
H A DDoublyLinkedList.h95 return (Link*)&element->link;
100 return (const Link*)&element->link;
444 Link* link = sGetLink(element); local
446 link->next = before;
447 link->previous = beforeLink->previous;
450 if (link->previous != NULL)
451 sGetLink(link->previous)->next = element;
474 Link* link = sGetLink(element); local
476 link->previous = after;
477 link
[all...]
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DBPlusTree.h54 inline bool IsValidLink(off_t link) const;
129 static inline uint8 LinkType(off_t link);
130 static inline off_t MakeLink(uint8 type, off_t link,
132 static inline bool IsDuplicate(off_t link);
133 static inline off_t FragmentOffset(off_t link);
134 static inline uint32 FragmentIndex(off_t link);
564 bplustree_header::IsValidLink(off_t link) const
566 return link == BPLUSTREE_NULL
567 || (link > 0 && link <
627 LinkType(off_t link) argument
634 MakeLink(uint8 type, off_t link, uint32 fragmentIndex) argument
642 IsDuplicate(off_t link) argument
650 FragmentOffset(off_t link) argument
657 FragmentIndex(off_t link) argument
[all...]
/haiku/src/servers/net/
H A DAutoconfigLooper.cpp97 BNetworkAddress link; local
99 if (interface.GetHardwareAddress(link) == B_OK) {
101 uint8* mac = link.LinkLevelAddress();
137 // a link changed notification that might race us.
177 // Reconfigure the interface when we have a link again
189 // We already have a link or are already joining.
199 // to re-establish the link.
/haiku/headers/private/interface/
H A DViewPrivate.h100 void UpdateServerFontState(BPrivate::PortLink &link);
101 void UpdateServerState(BPrivate::PortLink &link);
103 void UpdateFrom(BPrivate::PortLink &link);
/haiku/headers/private/fs_shell/
H A DDoublyLinkedList.h94 return (Link *)&element->link;
99 return (const Link *)&element->link;
422 Link *link = sGetLink(element); local
424 link->next = before;
425 link->previous = beforeLink->previous;
426 if (link->previous != NULL)
427 sGetLink(link->previous)->next = element;
447 Link* link = sGetLink(element); local
449 link->previous = after;
450 link
[all...]
/haiku/src/add-ons/kernel/bus_managers/usb/
H A DStack.cpp247 change_item *next = changeItem->link;
356 rescanItem = rescanItem->link;
365 rescanItem->link = *rescanList;
370 element = element->link;
388 rescan_item *next = rescanItem->link;
424 element = element->link;
445 info->link = NULL;
449 while (element->link)
450 element = element->link;
452 element->link
[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/headers/private/app/
H A DAppMisc.h33 status_t create_desktop_connection(ServerLink* link, const char* name,

Completed in 126 milliseconds

12345678910