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

12345678910

/haiku/src/add-ons/kernel/file_systems/bindfs/
H A Dkernel_interface.cpp490 return sourceNode->ops->link(sourceVolume, sourceNode, name, toNode);
/haiku/src/add-ons/kernel/file_systems/ntfs/
H A Dlowntfs.c226 /* Socket link. */
231 * Check whether it's Interix symbolic link, block or
450 /* Convert link from unicode to local encoding. */
468 // Indicate the actual length of the link.
828 /* Open file for which create hard link. */
871 res = CALL_REPARSE_PLUGIN(dir_ni, link,
/haiku/headers/private/fs_shell/
H A Dfssh_api_wrapper.h1278 /* link types */
1674 #define link fssh_link macro
/haiku/src/add-ons/kernel/file_systems/layers/attribute_overlay/
H A Dattribute_overlay.cpp1298 OVERLAY_CALL(link, name, targetNode->SuperVnode())
/haiku/src/add-ons/kernel/network/stack/
H A Dnet_buffer.cpp76 struct list_link link; member in struct:data_node
/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs.c2015 void link() {} function
H A Dlibroot_stubs_legacy.c1983 void link() {} function
/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
/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
/haiku/src/add-ons/kernel/drivers/network/ether/broadcom570x/dev/bge/
H A Dif_bge.c1249 /* Set the port mode (MII/GMII) to match the link speed. */
1261 /* Set MAC flow control behavior to match link flow control settings. */
2577 /* ack/clear link change events */
2584 * Enable attention when the link has changed state for
2601 * Clear any pending link state attention.
2602 * Otherwise some link state change events may be lost until attention
2604 * It's not necessary on newer BCM chips - perhaps enabling link
2611 /* Enable link state change attentions. */
4100 /* Prevent PCIE link training during global reset */
4134 DELAY(500000); /* wait for link trainin
6131 uint32_t link, status; 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/kits/tracker/
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/add-ons/kernel/file_systems/netfs/server/
H A DClientConnection.cpp1173 // create the link
1175 if (link(targetPath.GetPath(), path.GetPath()) < 0)
1348 // read the link and prepare the reply

Completed in 219 milliseconds

12345678910