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

12345678910

/haiku/src/system/kernel/device_manager/
H A Ddevfs.cpp143 struct list_link link; member in struct:__anon34::devfs_dir_cookie
1197 struct devfs_vnode* link = (struct devfs_vnode*)_link->private_node; local
1199 if (!S_ISLNK(link->stream.type))
1202 memcpy(buffer, link->stream.u.symlink.path, min_c(*_bufferSize,
1203 link->stream.u.symlink.length));
1205 *_bufferSize = link->stream.u.symlink.length;
1970 NULL, // link
/haiku/src/add-ons/kernel/drivers/network/ether/ipro1000/dev/e1000/
H A De1000_mac.c710 * e1000_check_for_copper_link_generic - Check for link (Copper)
713 * Checks to see of the link status of the hardware has changed. If a
714 * change in link status has been detected, then we read the PHY registers
715 * to get the current speed/duplex if link exists.
721 bool link; local
726 * has completed and/or if our link status has changed. The
734 * link. If so, then we want to get the current speed/duplex
737 ret_val = e1000_phy_has_link_generic(hw, 1, 0, &link);
741 if (!link)
742 return E1000_SUCCESS; /* No link detecte
[all...]
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/haiku/
H A DHaikuKernelFileSystem.cpp326 capabilities.Set(FS_VNODE_CAPABILITY_LINK, ops->link);
H A DHaikuKernelVolume.cpp592 if (!dir->ops->link)
594 return dir->ops->link(&fVolume, dir, name, node);
/haiku/src/libs/compat/freebsd_network/compat/net/
H A Dvnet.h348 TAILQ_ENTRY(vnet_sysinit) link; member in struct:vnet_sysinit
/haiku/src/add-ons/kernel/drivers/network/ether/wb840/
H A Dwb840.h369 bool link; member in struct:wb_device
/haiku/headers/private/userlandfs/fuse/
H A Dfuse.h98 /** Read the target of a symbolic link
133 /** Create a symbolic link */
139 /** Create a hard link to a file */
140 int (*link) (const char *, const char *); member in struct:fuse_operations
/haiku/headers/posix/
H A Dunistd.h347 extern int link(const char *toPath, const char *path);
/haiku/src/tools/fs_shell/
H A Dfuse.cpp264 PRINTD("##link\n");
416 fuseOps->link = fuse_link;
/haiku/docs/interface_guidelines/docbook-css/
H A Dstyles.css321 /* render link-like elements per HTML's normal styling */
322 link, ulink, email {
/haiku/src/apps/packageinstaller/
H A DPackageItem.cpp1026 const BString &link, uint8 type, uint32 ctime, uint32 mtime,
1031 fLink(link)
1025 PackageLink(BFile *parent, const BString &path, const BString &link, uint8 type, uint32 ctime, uint32 mtime, uint32 mode, uint64 offset, uint64 size) argument
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/contrib/ath_hal/ar9300/
H A Dar9300_freebsd.c713 ar9300_freebsd_get_desc_link(struct ath_hal *ah, void *ds, uint32_t *link) argument
717 (*link) = ads->ds_link;
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5212/
H A Dar5212.h623 uint32_t link);
625 uint32_t *link);
/haiku/src/add-ons/kernel/file_systems/userlandfs/kernel_add_on/
H A DFileSystem.cpp649 CLEAR_UNSUPPORTED(FS_VNODE_CAPABILITY_LINK, link);
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/
H A Dah.h305 * physical end of queue (i.e. a null link ptr in the
1312 uint32_t link);
1314 uint32_t *link);
/haiku/src/add-ons/kernel/drivers/network/ether/nforce/dev/nfe/
H A Dif_nfe.c399 /* link capability */
402 /* negotiated link width */
406 "warning, negotiated width of link(x%d) != "
407 "max. width of link(x%d)\n", width, v);
935 uint32_t link, misc, phy, seed; local
947 link = NFE_MEDIA_SET;
956 link |= NFE_MEDIA_1000T;
961 link |= NFE_MEDIA_100TX;
966 link |= NFE_MEDIA_10T;
984 NFE_WRITE(sc, NFE_LINKSPEED, link);
[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
/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/add-ons/kernel/file_systems/nfs4/
H A Dkernel_interface.cpp512 nfs4_read_symlink(fs_volume* volume, fs_vnode* link, char* buffer, argument
515 VnodeToInode* vti = reinterpret_cast<VnodeToInode*>(link->private_node);
516 TRACE("volume = %p, link = %" B_PRIi64 "\n", volume, vti->ID());
/haiku/src/add-ons/kernel/busses/scsi/buslogic/
H A Dbuslogic.c443 bl_ccb->link = 0;
/haiku/src/system/boot/platform/atari_m68k/
H A Dvideo.cpp83 list_link link; member in struct:video_mode
/haiku/src/system/kernel/cache/
H A Dblock_cache.cpp68 block_link link; member in struct:__anon39::cached_block
119 &cached_block::link> > block_list;
141 listener_link link; member in struct:__anon39::cache_listener
146 &cache_listener::link> > ListenerList;
774 // TODO: this only works if the link is the first entry of block_cache
/haiku/src/system/boot/platform/bios_ia32/
H A Dvideo.cpp42 list_link link; member in struct:video_mode
/haiku/src/add-ons/kernel/file_systems/layers/log_overlay/
H A Dlog_overlay.cpp303 DO_LOG("link name: \"%s\"; target: %p\n", name,
305 OVERLAY_CALL(link, name, (fs_vnode *)target->private_node)
306 DO_LOG("link result: %#" B_PRIx32 "\n", result);

Completed in 499 milliseconds

12345678910