/linux-2.4.37.9/drivers/scsi/aic7xxx/aicasm/ |
D | aicasm_symbol.c | 213 curnode = SLIST_NEXT(curnode, links); in symlist_search() 260 SLIST_INSERT_HEAD(symlist, newnode, links); in symlist_add() 265 if (SLIST_NEXT(curnode, links) == NULL) { in symlist_add() 267 links); in symlist_add() 272 cursymbol = SLIST_NEXT(curnode, links)->symbol; in symlist_add() 282 links); in symlist_add() 286 curnode = SLIST_NEXT(curnode, links); in symlist_add() 289 SLIST_INSERT_HEAD(symlist, newnode, links); in symlist_add() 300 node2 = SLIST_NEXT(node1, links); in symlist_free() 315 SLIST_REMOVE_HEAD(symlist_src2, links); in symlist_merge() [all …]
|
D | aicasm.c | 67 STAILQ_ENTRY(patch) links; 222 links)) in main() 243 links); in main() 326 cur_instr = STAILQ_NEXT(cur_instr, links)) { in back_patch() 368 cur_instr = STAILQ_NEXT(cur_instr, links)) { in output_code() 399 cur_node = SLIST_NEXT(cur_node,links)) { in output_code() 427 cur_patch = STAILQ_NEXT(cur_patch,links)) { in output_code() 445 cs = TAILQ_NEXT(cs, links)) { in output_code() 516 STAILQ_INSERT_TAIL(&patches, new_patch, links); in emit_patch() 548 cur_func = SLIST_NEXT(cur_func, links)) in output_listing() [all …]
|
D | aicasm_scan.l | 433 SLIST_ENTRY(include) links; 453 include_dir = include_dir->links.sle_next) { 484 SLIST_INSERT_HEAD(&include_stack, include, links); 538 STAILQ_FOREACH(marg, ¯o_symbol->info.macroinfo->args, links) { 562 STAILQ_FOREACH(marg, &mac_symbol->info.macroinfo->args, links) { 592 SLIST_REMOVE_HEAD(&include_stack, links);
|
D | aicasm_symbol.h | 111 STAILQ_ENTRY(macro_arg) links; 148 SLIST_ENTRY(symbol_node) links; 153 TAILQ_ENTRY(critical_section) links;
|
D | aicasm.h | 62 SLIST_ENTRY(path_entry) links;
|
D | aicasm_macro_gram.y | 144 STAILQ_FOREACH(marg, ¯o_symbol->info.macroinfo->args, links) {
|
D | aicasm_insformat.h | 108 STAILQ_ENTRY(instruction) links;
|
/linux-2.4.37.9/net/irda/ |
D | irlmp.c | 91 irlmp->links = hashbin_new(HB_GLOBAL); in irlmp_init() 122 hashbin_delete(irlmp->links, (FREE_FUNC) kfree); in irlmp_cleanup() 302 hashbin_insert(irlmp->links, (irda_queue_t *) lap, lap->saddr, NULL); in irlmp_register_link() 324 link = hashbin_remove(irlmp->links, saddr, NULL); in irlmp_unregister_link() 404 lap = hashbin_find(irlmp->links, saddr, NULL); in irlmp_connect_request() 747 lap = (struct lap_cb *) hashbin_get_first(irlmp->links); in irlmp_do_expiry() 756 lap = (struct lap_cb *) hashbin_get_next(irlmp->links); in irlmp_do_expiry() 794 lap = (struct lap_cb *) hashbin_get_first(irlmp->links); in irlmp_do_discovery() 803 lap = (struct lap_cb *) hashbin_get_next(irlmp->links); in irlmp_do_discovery() 1142 lap = (struct lap_cb *) hashbin_get_first(irlmp->links); in irlmp_connless_data_request() [all …]
|
/linux-2.4.37.9/net/bluetooth/ |
D | Config.in | 13 dep_tristate 'SCO links support' CONFIG_BLUEZ_SCO $CONFIG_BLUEZ
|
/linux-2.4.37.9/fs/ncpfs/ |
D | Config.in | 11 dep_mbool ' Enable symbolic links and execute flags' CONFIG_NCPFS_EXTRAS $CONFIG_NCP_FS
|
/linux-2.4.37.9/drivers/scsi/aic7xxx_old/ |
D | sequencer.h | 112 } links; member
|
/linux-2.4.37.9/drivers/char/rio/ |
D | parmmap.h | 72 NUMBER links ; /* Links to use */ member
|
/linux-2.4.37.9/Documentation/filesystems/ |
D | affs.txt | 75 symbolic links on an AFFS partition. Default = "/". 78 volume=name When symbolic links with an absolute path are created 122 Symbolic links 127 with symbolic links. While Linux has a file system with exactly one 131 can be used to access them. Thus, symbolic links can point to a
|
D | romfs.txt | 95 4 | spec.info | Info for directories/hard links/devices 128 Note that hard links are specifically marked in this filesystem, but 131 loops, and creating all the . and .. links for directories. This is
|
/linux-2.4.37.9/Documentation/i2c/ |
D | i2c-velleman | 5 Useful links
|
/linux-2.4.37.9/fs/ext2/ |
D | CHANGES | 39 these files. They cannot be removed, renamed and new links cannot 43 They cannot be removed, renamed and new links cannot be created. 151 - a bug related to the links count of deleted inodes has been fixed. 152 Previous versions used to keep the links count set to 1 when a file
|
/linux-2.4.37.9/Documentation/networking/ |
D | ip_dynaddr.txt | 14 This is specially helpful for auto dialup links (diald), where the
|
D | eql.txt | 6 that lets you load-balance IP serial links (SLIP or uncompressed PPP) 68 like say /usr/src/linux-1.1.92.eql. Use symbolic links to point 252 28800 and 14400 connections, but when the priorities on the links were 266 to boot the kernel and enslave a couple of ISDN PPP links.
|
D | bonding.txt | 19 userspace tools, please follow the links at the end of this file. 59 directory. For older kernels, please follow the links at the end of this file. 206 across all links - such as round-robin. If the switch is configured to 461 upon startup, all links in the bond will immediately be declared down, 611 of two slave links fails, 50% packets will be lost, which is a serious 721 The bonding driver can regularly check all its slaves links using the ETHTOOL 754 automatically. You can then try to remove and restore different links 836 is active at a time, while all links are still monitored (the system can 837 detect a failure of active and backup links). 888 A special case is when a bonding interface has lost all slave links. Then the [all …]
|
/linux-2.4.37.9/fs/hfsplus/ |
D | README | 29 perfomance. It also supports hard links and the resource fork is accessible
|
/linux-2.4.37.9/drivers/scsi/aic7xxx/ |
D | aic7xxx.h | 526 SLIST_ENTRY(sg_map_node) links; 576 } links; member 1028 TAILQ_ENTRY(ahc_softc) links;
|
D | aic7xxx_osm.h | 324 } links; member 337 #define acmd_links un.icmd.links 361 TAILQ_ENTRY(ahc_linux_device) links;
|
/linux-2.4.37.9/fs/sysv/ |
D | INTRO | 47 * Maximum number of hard links to a file: 171 * How to implement symbolic links such that the host fsck doesn't scream:
|
/linux-2.4.37.9/fs/affs/ |
D | Changes | 201 - Handling of hard links rewritten. To the VFS 202 they appear now as normal Unix links. They are 325 - Support for hard and symbolic links.
|
/linux-2.4.37.9/include/net/irda/ |
D | irlmp.h | 174 hashbin_t *links; /* IrLAP connection table */ member
|