Searched refs:link (Results 176 - 200 of 385) sorted by relevance

1234567891011>>

/haiku-fatelf/src/system/libroot/os/
H A Ddriver_settings.cpp74 list_link link; member in struct:settings_handle
687 list_remove_link(&handle->link);
716 list_remove_link(&handle->link);
/haiku-fatelf/src/libs/compat/freebsd_network/
H A Dcompat.c43 list_init_etc(&device->children, offsetof(struct device, link));
354 if (sRootDevices.link.next == NULL)
355 list_init_etc(&sRootDevices, offsetof(struct device, link));
/haiku-fatelf/headers/private/firewire/
H A Diec13213.h240 STAILQ_ENTRY(crom_chunk) link; member in struct:crom_chunk
/haiku-fatelf/headers/private/net/
H A Dnet_buffer.h20 struct list_link link; member in struct:net_buffer
/haiku-fatelf/src/add-ons/kernel/bus_managers/usb/
H A Dusb_private.h61 usb_driver_cookie *link; member in struct:usb_driver_cookie
72 usb_driver_info *link; member in struct:usb_driver_info
79 change_item *link; member in struct:change_item
85 rescan_item *link; member in struct:rescan_item
/haiku-fatelf/src/add-ons/kernel/busses/usb/
H A Dohci.h30 transfer_data * link; member in struct:transfer_data
/haiku-fatelf/src/add-ons/kernel/drivers/network/wb840/
H A Dwb840.c98 // ToDo: need to be changed, select PHY in relation to the link mode
159 device->link = mii_readstatus(device) & MII_STATUS_LINK;
267 if (device->link) {
270 // Check if link lost
272 device->link = false;
277 // Check if we have a new link
280 device->link = true;
613 LOG((DEVICE_NAME ": no link detected (status = %x)\n", status));
/haiku-fatelf/src/bin/diffutils/po/
H A DMakefile179 link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \
185 ln -s ../$$link/$$file $(DESTDIR)$(localedir)/$$lang/$$lc/$$file; \
201 echo "installing $$realcat link as $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo"; \
228 link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \
234 ln -s ../$$link/$$file $(DESTDIR)$(localedir)/$$lang/$$lc/$$file; \
/haiku-fatelf/src/bin/diffutils/src/
H A Ddiff.h219 struct change *link; /* Previous or next edit command */
217 struct change *link; /* Previous or next edit command */ member in struct:change
/haiku-fatelf/src/bin/fwcontrol/
H A Dfwcrom.c446 STAILQ_INSERT_TAIL(&src->chunk_list, child, link);
456 STAILQ_INSERT_TAIL(&src->chunk_list, child, link);
519 STAILQ_FOREACH(chunk, &src->chunk_list, link) {
538 STAILQ_FOREACH(chunk, &src->chunk_list, link) {
/haiku-fatelf/src/bin/gdb/gdb/
H A Dsolib-legacy.c29 /* nlist.h needs to be included before link.h on some older *BSD systems. */
33 #include <link.h>
36 for native targets using struct definitions from link.h. */
/haiku-fatelf/src/bin/network/tcpdump/libpcap/
H A Dgencode.h222 struct edge *next; /* link list of incoming edges for a node */
238 struct block *link; /* link field used by optimizer */ member in struct:block
/haiku-fatelf/src/libs/ncurses/include/
H A Dterm_entry.h59 struct entry *link; member in struct:entry::__anon4837
/haiku-fatelf/src/libs/util/
H A Duucplock.c87 if (link (lcktmpname, lckname) < 0) {
185 fmt = "link error: %s";
/haiku-fatelf/src/add-ons/kernel/drivers/network/sis900/
H A Dsis900.h39 uint32 link; member in struct:buffer_desc
103 bool link; member in struct:sis_info
/haiku-fatelf/src/add-ons/kernel/file_systems/userlandfs/server/fuse/
H A Dfuse_fs.cpp73 if (fs->ops.link == NULL)
75 return fs->ops.link(oldpath, newpath);
/haiku-fatelf/src/build/libroot/
H A Dfs_darwin.cpp477 // call link() ignoring the fd's
478 return link(oldPath, newPath);
505 return link(ignoreOldFD ? oldPath : oldFullPath,
/haiku-fatelf/src/tools/fs_shell/
H A Ddriver_settings.cpp55 list_link link; member in struct:settings_handle
623 list_remove_link(&handle->link);
/haiku-fatelf/src/add-ons/kernel/network/stack/
H A Droutes.cpp169 // neglect routes that point to devices that have no link
217 const sockaddr_dl* link = (const sockaddr_dl*)address; local
224 if ((link->sdl_nlen > 0
225 && !strncmp(device->name, (const char*)link->sdl_data,
227 || (link->sdl_nlen == 0 && link->sdl_alen > 0
228 && !memcmp(LLADDR(link), device->address.data,
505 // both routes are equal - let the link speed decide the
/haiku-fatelf/src/apps/packageinstaller/
H A DPackageInfo.cpp834 char *link = new char[length + 1]; local
835 fPackageFile->Read(link, length);
836 link[length] = 0;
837 parser_debug("Link: %s\n", link);
839 linkString = link;
840 delete link;
993 parser_debug("Adding link: %s! (type %s)\n", dest.String(),
/haiku-fatelf/src/kits/interface/
H A DView.cpp173 ViewState::UpdateServerFontState(BPrivate::PortLink &link) argument
175 link.StartMessage(AS_VIEW_SET_FONT_STATE);
176 link.Attach<uint16>(font_flags);
180 link.Attach<uint32>(font.FamilyAndStyle());
183 link.Attach<float>(font.Size());
186 link.Attach<float>(font.Shear());
189 link.Attach<float>(font.Rotation());
192 link.Attach<float>(font.FalseBoldWidth());
195 link.Attach<uint8>(font.Spacing());
198 link
209 UpdateServerState(BPrivate::PortLink &link) argument
254 UpdateFrom(BPrivate::PortLink &link) argument
1114 BPrivate::AppServerLink link; local
[all...]
/haiku-fatelf/src/apps/poorman/libhttpd/
H A Dlibhttpd.c1443 char link[5000]; local
1586 linklen = readlink( checked, link, sizeof(link) - 1 );
1617 link[linklen] = '\0';
1618 if ( link[linklen - 1] == '/' )
1619 link[--linklen] = '\0'; /* trim trailing slash */
1621 /* Insert the link contents in front of the rest of the filename. */
1628 (void) strcpy( rest, link );
1635 /* There's nothing left in the filename, so the link contents
1639 (void) strcpy( rest, link );
2684 char link[MAXPATHLEN+1]; local
[all...]
/haiku-fatelf/src/bin/gdb/
H A Dltmain.sh262 mode=link
587 # We use this script file to make the link, it avoids creating a new file
793 # libtool link mode
794 link | relink)
795 modename="$modename: link"
798 # It is impossible to link a dll without this setting, and
807 # -no-undefined on the libtool link line when we can be certain
1069 $echo "$modename: link input file \`$save_arg' does not exist"
1529 # Only attempt this if the compiler in the base link
1654 passes="conv link"
[all...]
/haiku-fatelf/src/add-ons/kernel/drivers/disk/usb/usb_disk/
H A Dusb_disk.cpp840 other = (disk_device *)other->link;
843 device->link = (void *)gDeviceList;
864 gDeviceList = (disk_device *)device->link;
868 if (element->link == device) {
869 element->link = device->link;
873 element = (disk_device *)element->link;
1008 device = (disk_device *)device->link;
1385 device = (disk_device *)device->link;
/haiku-fatelf/src/add-ons/kernel/drivers/disk/usb/usb_floppy/
H A Dusb_disk.cpp755 other = (disk_device *)other->link;
758 device->link = (void *)gDeviceList;
779 gDeviceList = (disk_device *)device->link;
783 if (element->link == device) {
784 element->link = device->link;
788 element = (disk_device *)element->link;
967 device = (disk_device *)device->link;
1369 device = (disk_device *)device->link;

Completed in 298 milliseconds

1234567891011>>