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

1234567891011>>

/haiku-fatelf/src/bin/diffutils/src/
H A Danalyze.c727 new->link = old;
973 next = end->link;
974 end->link = 0;
981 end->link = next;
1053 p = e->link;
/haiku-fatelf/src/kits/network/libbind/isc/
H A Dctl_srvr.c85 LINK(struct ctl_sess) link; member in struct:ctl_sess
291 next = NEXT(this, link);
440 INIT_LINK(sess, link);
441 APPEND(ctx->sess, sess, link);
515 UNLINK(ctx->sess, sess, link);
H A Deventlib_p.h109 LINK(struct evAccept) link; member in struct:evAccept
/haiku-fatelf/src/system/kernel/slab/
H A DSlab.cpp1255 object_link* link = _pop(source->free); local
1262 REMOVE_PARANOIA_CHECK(PARANOIA_SUSPICIOUS, source, &link->next,
1266 link_to_object(link, cache->object_size), link, source, source->count);
1273 void* object = link_to_object(link, cache->object_size);
/haiku-fatelf/src/add-ons/kernel/drivers/network/dp83815/
H A Ddriver.c69 uint32 link; /* Physical address of next descriptor */ member in struct:descriptor
694 RxDescRing[i].link = desc_base_phys_addr
704 TxDescRing[i].link = desc_base_phys_addr
/haiku-fatelf/src/add-ons/kernel/file_cache/
H A Drule_based_prefetcher.cpp61 struct list_link link; member in struct:head
72 struct list_link link; member in struct:body
114 list_link link; member in struct:rule_state
/haiku-fatelf/src/add-ons/kernel/file_systems/bfs/
H A Dkernel_interface.cpp76 // symlinks report the size of the link here
983 Inode* link; local
986 0, 0, NULL, &id, &link);
992 strcpy(link->Node().short_symlink, path);
994 link->Node().flags |= HOST_ENDIAN_TO_BFS_INT32(INODE_LONG_SYMLINK
998 link->SetFileCache(file_cache_create(volume->ID(), link->ID(), 0));
999 link->SetMap(file_map_create(volume->ID(), link->ID(), 0));
1003 status = link
[all...]
/haiku-fatelf/src/kits/media/
H A DSoundPlayer.cpp521 playing_sound** link = &fPlayingSounds;
526 *link = item->next;
539 link = &item->next;
H A DRealtimeAlloc.cpp44 bool IsTouching(FreeChunk* link);
45 FreeChunk* Join(FreeChunk* link);
248 // enqueue the link at the right position; the
249 // free link queue is ordered by size
/haiku-fatelf/src/servers/input/
H A DInputServer.cpp393 BPrivate::AppServerLink link; local
394 link.StartMessage(AS_REGISTER_INPUT_SERVER);
395 link.Flush();
609 BPrivate::AppServerLink link; local
610 link.StartMessage(AS_REGISTER_INPUT_SERVER);
611 link.Flush();
/haiku-fatelf/src/system/kernel/fs/
H A Drootfs.cpp85 struct list_link link; member in struct:rootfs_dir_cookie
845 struct rootfs_vnode* link = (rootfs_vnode*)_link->private_node; local
847 if (!S_ISLNK(link->stream.type))
850 if (link->stream.symlink.length < *_bufferSize)
851 *_bufferSize = link->stream.symlink.length;
853 memcpy(buffer, link->stream.symlink.path, *_bufferSize);
/haiku-fatelf/src/add-ons/kernel/network/protocols/tcp/
H A DBufferQueue.cpp176 next = (net_buffer *)next->link.next;
215 buffer = (struct net_buffer *)buffer->link.next;
/haiku-fatelf/src/bin/gdb/libiberty/
H A Dvmsbuild.com5 $ LINK = "link"
19 $! anything not caught by link+search of dummy.* should be added here
51 $! link dummy.obj, capturing full linker feedback in dummy.map
155 Cannot link the library contents checker (dummy.obj), so cannot continue!
157 $! attempt the link again, without suppressing diagnostic messages this time
/haiku-fatelf/src/libs/print/libgutenprint/
H A DMakefile.am175 m4/lib-link.m4 \
/haiku-fatelf/docs/userguide/
H A DHaiku-doc.css27 /* link colors and text decoration */
29 a:link {
202 table.index a:link, table.index a:visited {
/haiku-fatelf/docs/welcome/
H A DHaiku-doc.css27 /* link colors and text decoration */
29 a:link {
202 table.index a:link, table.index a:visited {
/haiku-fatelf/headers/posix/
H A Dunistd.h167 extern int link(const char *toPath, const char *path);
/haiku-fatelf/headers/private/net/
H A Dnet_datalink.h65 struct list_link link; member in struct:net_route_info
/haiku-fatelf/src/add-ons/kernel/file_systems/ntfs/
H A Dfs_func.h103 status_t fs_readlink(fs_volume *volume, fs_vnode *link, char *buf,
/haiku-fatelf/src/add-ons/kernel/file_systems/userlandfs/server/beos/
H A DBeOSKernelFileSystem.cpp157 fNodeCapabilities.Set(FS_VNODE_CAPABILITY_LINK, fFSOps->link);
/haiku-fatelf/src/apps/packageinstaller/
H A DPackageItem.h175 const BString& link, uint8 type, uint32 ctime,
/haiku-fatelf/src/bin/gdb/include/
H A Dbfdlink.h1 /* bfdlink.h -- header file for BFD link routines
25 /* Which symbols to strip during a link. */
34 /* Which local symbols to discard during a link. This is irrelevant
55 /* These are the possible types of an entry in the BFD link hash
66 bfd_link_hash_indirect, /* Symbol is an indirect link. */
103 the link hash table itself. As symbols are defined, they need
129 struct bfd_link_hash_entry *link; /* Real symbol. */
155 /* This is the link hash table. It is a derived class of
172 /* The type of the link hash table. */
176 /* Look up an entry in a link has
128 struct bfd_link_hash_entry *link; /* Real symbol. */ member in struct:bfd_link_hash_entry::__anon3899::__anon3902
[all...]
/haiku-fatelf/src/servers/app/
H A DView.h221 void AddTokensForViewsInRegion(BPrivate::PortLink& link,
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/beserved/server-Windows/VS2002/
H A Dntservice.mak87 LINK32=link.exe
158 LINK32=link.exe
/haiku-fatelf/src/add-ons/kernel/drivers/network/ipro1000/dev/e1000/
H A De1000_80003es2lan.c250 /* link setup */
275 /* link info */
693 bool link; local
731 DEBUGOUT("Waiting for forced speed/duplex link on GG82563 phy.\n");
734 100000, &link);
738 if (!link) {
740 * We didn't get link.
750 100000, &link);
762 * to the link speed. 10Mbps -> 2.5MHz, else 25MHz.
904 * Initialize the hw bits, LED, VFTA, MTA, link an
[all...]

Completed in 206 milliseconds

1234567891011>>