Searched refs:link (Results 76 - 100 of 239) sorted by relevance

12345678910

/haiku/src/add-ons/kernel/file_systems/userlandfs/server/fuse/
H A DFUSELowLevel.cpp183 fuse_ll_symlink(const fuse_lowlevel_ops* ops, const char* link, fuse_ino_t parent, argument
190 ops->symlink(&request, link, parent, name);
214 if (ops->link == NULL)
218 ops->link(&request, ino, newparent, newname);
453 fuse_reply_readlink(fuse_req_t req, const char* link) argument
455 strlcpy(req->fReplyBuf, link, req->fReplyResult);
456 req->fReplyResult = strlen(link);
/haiku/src/tests/kits/storage/
H A DDirectoryTest.cpp739 // don't traverse a valid link
750 // traverse a valid link
761 // don't traverse an invalid link
772 // traverse an invalid link
780 // don't traverse a cyclic link
791 // traverse a cyclic link
907 // existing entry (link), initialized BDirectory, matching node kind
913 // existing entry (link), initialized BDirectory, mismatching node kind
1044 // existing entry (link), initialized BDirectory, matching node kind
1055 // existing entry (link), initialize
[all...]
H A DEntryTest.h89 // Creates a symbolic link named link that points to target
90 void CreateLink(const char *link, const char *target);
/haiku/src/servers/net/
H A DNetServer.cpp335 BNetworkAddress link;
336 if (interface.GetHardwareAddress(link) != B_OK)
339 if (link.LinkLevelType() == IFT_ETHER && link.LinkLevelAddressLength() != 6)
459 // (including IPv6 address scope flags before we start attaching link
822 /*! Configure the link local address based on the network card's MAC address
838 BNetworkAddress link;
839 status_t result = interface.GetHardwareAddress(link);
841 if (result != B_OK || link.LinkLevelAddressLength() != 6)
844 const uint8* mac = link
962 BNetworkAddress link; local
[all...]
/haiku/src/servers/app/
H A DDesktopListener.h35 BPrivate::LinkReceiver& link,
93 BPrivate::LinkReceiver& link,
H A DServerApp.h105 BPrivate::LinkReceiver& link);
108 BPrivate::LinkReceiver& link,
H A DDesktopListener.cpp52 BPrivate::LinkReceiver& link, BPrivate::LinkSender& reply)
55 link.Read<int32>(&identifier);
59 if (!listener->HandleMessage(sender, link, reply))
51 MessageForListener(Window* sender, BPrivate::LinkReceiver& link, BPrivate::LinkSender& reply) argument
/haiku/src/servers/app/stackandtile/
H A DStackAndTile.h53 BPrivate::LinkReceiver& link,
104 bool _HandleMessage(BPrivate::LinkReceiver& link,
H A DSATWindow.h41 BPrivate::LinkReceiver& link,
H A DStackAndTile.cpp90 StackAndTile::HandleMessage(Window* sender, BPrivate::LinkReceiver& link, argument
94 return _HandleMessage(link, reply);
100 return satWindow->HandleMessage(satWindow, link, reply);
638 StackAndTile::_HandleMessage(BPrivate::LinkReceiver& link, argument
642 link.Read<int32>(&what);
675 if (link.Read<int32>(&size) == B_OK) {
678 if (link.Read(buffer, size) == B_OK
/haiku/src/system/kernel/slab/
H A DObjectCache.h134 link_to_object(object_link* link, size_t objectSize) argument
136 return ((uint8*)link) - (objectSize - sizeof(object_link));
/haiku/src/apps/haikudepot/packagemanagement/
H A DOpenPackageProcess.cpp111 const DeskbarLink& link)
114 fDeskbarLink(link)
146 HDINFO("trying to launch (absolute link): %s", path.Path());
110 OpenPackageProcess(PackageInfoRef package, Model* model, const DeskbarLink& link) argument
/haiku/src/tools/
H A Dhardlink_packages.py93 os.link(args_src + greatestVersion, args_dst_packages + greatestVersion)
101 os.link(args_src + srcpkg, args_dst_packages + srcpkg)
/haiku/headers/private/firewire/
H A Dfirewirereg.h88 STAILQ_ENTRY(fw_device) link; member in struct:fw_device
139 struct firewire_child_info *link; member in struct:firewire_child_info
286 STAILQ_ENTRY(fw_bulkxfer) link; member in struct:fw_bulkxfer
330 STAILQ_ENTRY(fw_xfer) link; member in struct:fw_xfer
/haiku/src/system/kernel/fs/
H A Dvfs_net_boot.cpp94 // ... and a link level socket
97 dprintf("NetStackInitializer: Failed to open link level socket:"
204 sockaddr_dl& link = *(sockaddr_dl*)&request.ifr_addr; local
205 if (link.sdl_type != IFT_ETHER)
208 if (link.sdl_alen == 0)
211 uint8* macBytes = (uint8 *)LLADDR(&link);
/haiku/headers/private/userlandfs/fuse/
H A Dfuse_lowlevel_compat.h28 void (*symlink) (fuse_req_t req, const char *link, fuse_ino_t parent,
32 void (*link) (fuse_req_t req, fuse_ino_t ino, fuse_ino_t newparent, member in struct:fuse_lowlevel_ops_compat25
95 void (*symlink) (fuse_req_t req, const char *link, fuse_ino_t parent,
99 void (*link) (fuse_req_t req, fuse_ino_t ino, fuse_ino_t newparent, member in struct:fuse_lowlevel_ops_compat
/haiku/src/add-ons/kernel/drivers/network/ether/ipro1000/dev/e1000/
H A De1000_phy.c1050 * e1000_copper_link_setup_82577 - Setup 82577 PHY for copper link
1114 * e1000_copper_link_setup_m88 - Setup m88 PHY's for copper link
1267 * e1000_copper_link_setup_m88_gen2 - Setup m88 PHY's for copper link
1365 * e1000_copper_link_setup_igp - Setup igp PHY's for copper link
1627 * e1000_copper_link_autoneg - Setup/Enable autoneg for copper link
1632 * and restart the negotiation process between the link partner. If
1691 * e1000_setup_copper_link_generic - Configure copper link settings
1694 * Calls the appropriate function to configure the link for auto-neg or forced
1695 * speed and duplex. Then we check for link, once link i
1702 bool link = true; local
1757 bool link; local
1823 bool link; local
1962 bool link; local
2642 bool link; local
2717 bool link; local
2779 bool link; local
3920 bool link; local
3969 bool link; local
[all...]
/haiku/src/add-ons/kernel/drivers/bus/firewire/
H A Dfw_raw.c128 STAILQ_INSERT_TAIL(&q->stfree, &q->bulkxfer[i], link);
254 STAILQ_REMOVE_HEAD(&ir->q, link);
315 STAILQ_REMOVE_HEAD(&d->rq, link);
351 STAILQ_INSERT_TAIL(&fwb->xferlist, xfer, link);
390 STAILQ_REMOVE_HEAD(&ir->stvalid, link);
435 STAILQ_INSERT_TAIL(&ir->stfree, ir->stproc, link);
529 STAILQ_INSERT_TAIL(&d->rq, xfer, link);
570 STAILQ_REMOVE_HEAD(&it->stfree, link);
617 STAILQ_INSERT_TAIL(&it->stvalid, it->stproc, link);
645 STAILQ_INSERT_TAIL(&d->rq, xfer, link);
[all...]
/haiku/src/tools/fs_shell/
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/add-ons/kernel/bus_managers/firewire/
H A Dfirewire.cpp111 STAILQ_FOREACH(fwdev, &fc->devices, link)
130 STAILQ_FOREACH(fwdev, &fc->devices, link)
271 STAILQ_INSERT_TAIL(&xfer->q->q, xfer, link);
372 element = element->link;
384 info->link = NULL;
388 while (element->link)
389 element = element->link;
390 element->link = info;
408 if(temp->link == NULL)
411 temp->link
[all...]
/haiku/src/add-ons/kernel/busses/usb/
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/headers/os/storage/
H A DDirectory.h60 BSymLink *link);
/haiku/src/add-ons/kernel/busses/scsi/buslogic/
H A Dbuslogic.h63 uint32 link; /* 32bit physical pointer to a linked CCB */ member in struct:_bl_ccb32
/haiku/src/tests/system/kernel/slab/
H A DSlab.cpp111 ObjectLink *link = SListPop(slab->free); local
119 return link;
127 ObjectLink *link = object.second; local
131 SListPush(slab->free, link);
/haiku/src/add-ons/kernel/drivers/input/hid_shared/
H A DHIDDataTypes.h156 global_item_state *link; member in struct:global_item_state

Completed in 340 milliseconds

12345678910