Searched refs:targets (Results 1 – 25 of 47) sorted by relevance
12
/linux-2.4.37.9/arch/ia64/boot/ |
D | Makefile | 20 targets-$(CONFIG_IA64_HP_SIM) += bootloader 21 targets-$(CONFIG_IA64_GENERIC) += bootloader 23 all: $(targets-y) 30 rm -f $(targets-y) $(OBJECTS)
|
/linux-2.4.37.9/drivers/scsi/ |
D | pluto.c | 220 ages = kmalloc (((inq->channels + 1) * inq->targets) * sizeof(long), GFP_KERNEL); in pluto_detect() 236 host->max_id = inq->targets; in pluto_detect() 247 fc->targets = inq->targets; in pluto_detect() 249 memset (ages, 0, ((inq->channels + 1) * inq->targets) * sizeof(long)); in pluto_detect()
|
D | pluto.h | 35 u8 targets; member
|
D | README.aha152x | 22 RECONNECT allow targets to disconnect from the bus (0/1; default 1 [on]) 86 allow targets to disconnect for first and second controller
|
D | fcal.c | 171 fc->targets = 127; in fcal_detect()
|
/linux-2.4.37.9/arch/arm/tools/ |
D | getconstants.c | 21 #error Your compiler targets APCS-32 but this kernel requires APCS-26 24 #error Your compiler targets APCS-26 but this kernel requires APCS-32
|
/linux-2.4.37.9/drivers/scsi/aic7xxx/ |
D | README.aic79xx | 235 Definition: Global tag depth for all targets on all busses. 244 per controller basis. Both controllers and targets 251 specifies a tag depth of 8 for targets 4 and 5 253 specifies a tag depth of 32 for targets 1,2,7-15 254 All other targets retain the default depth. 258 specifies a tag depth of 32 for targets 0 and 2 259 All other targets retain the default depth. 273 enables read streaming for targets 0 and 6. 274 disables read streaming for targets 1-5,7-15. 275 All other targets retain the default read [all …]
|
D | README.aic7xxx | 253 Definition: Global tag depth for all targets on all busses. 262 per controller basis. Both controllers and targets 269 specifies a tag depth of 8 for targets 4 and 5 271 specifies a tag depth of 32 for targets 1,2,7-15 272 All other targets retain the default depth. 276 specifies a tag depth of 32 for targets 0 and 2 277 All other targets retain the default depth.
|
D | aic79xx_proc.c | 179 targ = ahd->platform_data->targets[target_offset]; in ahd_dump_target_state()
|
D | aic7xxx_proc.c | 156 targ = ahc->platform_data->targets[target_offset]; in ahc_dump_target_state()
|
D | aic79xx_osm.c | 625 targ = ahd->platform_data->targets[target_offset]; in ahd_linux_get_device() 2316 targ = ahd->platform_data->targets[i]; 2761 targ = ahd->platform_data->targets[target_offset]; 3605 targ = ahd->platform_data->targets[devinfo->target_offset]; 4231 ahd->platform_data->targets[target] = targ; 4262 ahd->platform_data->targets[target_offset] = NULL; 4356 targ = ahd->platform_data->targets[target];
|
D | aic7xxx_osm.c | 616 targ = ahc->platform_data->targets[target_offset]; in ahc_linux_get_device() 1993 targ = ahc->platform_data->targets[i]; 2428 targ = ahc->platform_data->targets[target_offset]; 3262 targ = ahc->platform_data->targets[devinfo->target_offset]; 3913 ahc->platform_data->targets[target_offset] = targ; 3948 ahc->platform_data->targets[target_offset] = NULL; 4048 targ = ahc->platform_data->targets[target_offset];
|
/linux-2.4.37.9/Documentation/ia64/ |
D | README | 36 o Hardly any performance tuning has been done. Obvious targets 38 obvious targets include making sure we don't flush the TLB
|
/linux-2.4.37.9/drivers/fc4/ |
D | Config.in | 14 comment 'FC4 targets'
|
D | fcp_impl.h | 103 int targets; member
|
/linux-2.4.37.9/Documentation/kbuild/ |
D | commands.txt | 51 === Top Level Makefile targets 53 Here are the targets available at the top level:
|
/linux-2.4.37.9/net/ipv6/netfilter/ |
D | Config.in | 57 # The targets
|
/linux-2.4.37.9/net/ipv4/netfilter/ |
D | Config.in | 47 # The targets
|
/linux-2.4.37.9/Documentation/networking/ |
D | bonding.txt | 208 targets will be received on the same link which could cause the other 216 are the targets of the ARP request sent to determine the health of 217 the link to the targets. Specify these values in ddd.ddd.ddd.ddd 220 maximum number of targets that can be specified is set at 16. 435 in a High Availability setup to have several targets to monitor. In the 440 Multiple ARP targets must be seperated by commas as follows: 442 # example options for ARP monitoring with three targets 602 targets to generate send and receive traffic. If after this
|
/linux-2.4.37.9/Documentation/ |
D | kernel-doc-nano-HOWTO.txt | 38 The targets 'sgmldocs', 'psdocs', 'pdfdocs', and 'htmldocs' are used
|
/linux-2.4.37.9/Documentation/sound/ |
D | ChangeLog.awe | 12 - Controls volume and filter targets
|
/linux-2.4.37.9/arch/sparc/ |
D | defconfig | 255 # FC4 targets
|
/linux-2.4.37.9/arch/sparc64/ |
D | config.in | 210 bool ' not allow targets to disconnect' CONFIG_SCSI_NCR53C8XX_NO_DISCONNECT
|
/linux-2.4.37.9/ |
D | Rules.make | 6 # False targets.
|
/linux-2.4.37.9/drivers/scsi/aic7xxx_old/ |
D | aic7xxx.reg | 1157 * for all targets that have a value other than 0 in the lower four 1172 * Bit vector of targets that have ULTRA enabled. 1178 * Bit vector of targets that have disconnection disabled.
|
12