Searched refs:unit (Results 226 - 250 of 293) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dni52.c328 struct net_device * __init ni52_probe(int unit) argument
338 if (unit >= 0) {
339 sprintf(dev->name, "eth%d", unit);
564 p->scb->cmd_cuc = CUC_START; /* cmd.-unit start */
589 p->scb->cmd_cuc = CUC_START; /* cmd.-unit start */
611 p->scb->cmd_cuc = CUC_START; /* cmd.-unit start */
H A Dni65.c341 struct net_device * __init ni65_probe(int unit) argument
351 if (unit >= 0) {
352 sprintf(dev->name, "eth%d", unit);
H A Dsun3_82586.c278 struct net_device * __init sun3_82586_probe(int unit) argument
307 if (unit >= 0) {
308 sprintf(dev->name, "eth%d", unit);
439 p->scb->cmd_cuc = CUC_START; /* cmd.-unit start */
464 p->scb->cmd_cuc = CUC_START; /* cmd.-unit start */
486 p->scb->cmd_cuc = CUC_START; /* cmd.-unit start */
H A Dne.c220 struct net_device * __init ne_probe(int unit) argument
228 sprintf(dev->name, "eth%d", unit);
H A D3c59x.c946 int rc, unit, pci_bar; local
955 unit = vortex_cards_found;
957 if (global_use_mmio < 0 && (unit >= MAX_UNITS || use_mmio[unit] < 0)) {
961 } else if (unit < MAX_UNITS && use_mmio[unit] >= 0)
962 pci_bar = use_mmio[unit] ? 1 : 0;
971 ent->driver_data, unit);
H A Deth16i.c460 struct net_device * __init eth16i_probe(int unit) argument
468 sprintf(dev->name, "eth%d", unit);
H A D82596.c758 DEB(DEB_INIT,printk(KERN_DEBUG "%s: Receive unit started OK\n", dev->name));
995 printk(KERN_NOTICE "%s: command unit timed out, status resetting.\n", dev->name);
1133 struct net_device * __init i82596_probe(int unit) argument
1150 if (unit >= 0) {
1151 sprintf(dev->name, "eth%d", unit);
1323 DEB(DEB_INTS,printk(KERN_DEBUG "%s: i596 interrupt command unit inactive %x.\n", dev->name, status & 0x0700));
1405 DEB(DEB_ERRORS,printk(KERN_ERR "%s: i596 interrupt receive unit inactive, status 0x%x\n", dev->name, status));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/tests/
H A DMakefile.in292 @BUILD_UNITTESTS_TRUE@BUILD_UNIT = unit
294 DIST_SUBDIRS = $(SUBDIRS) unit
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/s390/kernel/
H A Dhead64.S196 .quad .Lduct # cr2: dispatchable unit control table
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc/mm/
H A Dio-unit.c1 /* $Id: io-unit.c,v 1.1.1.1 2007/08/03 18:52:18 Exp $
2 * io-unit.c: IO-UNIT specific routines for memory management.
20 #include <asm/io-unit.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A D3w-9xxx.h62 {0x0002, "Degraded unit detected"},
66 {0x0006, "Incomplete unit detected"},
73 {0x000D, "Entire logical unit was deleted"},
151 {0x010A, "Logical unit not supported"},
191 {0x0184, "DCB UDB (unit descriptor block) segment invalid"},
239 {0x0250, "Invalid unit descriptor size in CreateUnit"},
243 {0x0254, "Unable to create data channel for this unit descriptor"},
515 unsigned char unit; member in struct:TAG_TW_Command_Apache
H A Dch.c622 ch_checkrange(scsi_changer *ch, unsigned int type, unsigned int unit) argument
624 if (type >= CH_TYPES || unit >= ch->counts[type])
H A Dncr53c8xx.c823 static int device_queue_depth(int unit, int target, int lun) argument
850 if (h == unit &&
922 ** The maximum number of tags per logic unit.
966 ** n enables logic unit numbers 0..n-1.
1603 struct list_head link_ccbq; /* Link to unit CCB queue */
1641 int unit; /* Unit number */ member in struct:ncb
4994 ** Queue it in the corresponding unit queue.
5275 ** minsync unit is 4ns !
7434 ** If unit supports tagged commands, allocate the
7851 numtags = device_queue_depth(np->unit, devic
8124 ncr_attach(struct scsi_host_template *tpnt, int unit, struct ncr_device *device) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/message/i2o/
H A Ddevice.c232 snprintf(i2o_dev->device.bus_id, BUS_ID_SIZE, "%d:%03x", c->unit,
H A Di2o_scsi.c136 scsi_host->this_id = c->unit;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/util-linux/
H A Dfdisk.c1386 unsigned long unit; local
1389 unit = sector_size * units_per_sector;
1390 bytes += unit/2; /* round */
1391 bytes /= unit;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/tests/unit/
H A DMakefile2 # tests/unit/Makefile. Generated from Makefile.in by configure.
17 # these files are used in every single unit test program
44 subdir = tests/unit
377 # These are all unit test programs
403 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign tests/unit/Makefile'; \
405 $(AUTOMAKE) --foreign tests/unit/Makefile
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/contrib/pascal/
H A Dzlibpas.pas8 unit zlibpas;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/hid/usbhid/
H A Dhiddev.c572 finfo.unit = field->unit;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/block/
H A Dxd.c191 p->unit = i;
354 int drive = p->unit;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/contrib/pascal/
H A Dzlibpas.pas8 unit zlibpas;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dide.h383 * unit : drive select number: 0/1
393 unsigned unit : 1; member in struct:__anon9862::__anon9863
401 unsigned unit : 1;
640 int lun; /* logical unit */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/irda/irnet/
H A Dirnet_irda.c78 /* Try to get ppp unit number */
80 irnet_events.log[index].unit = ppp_unit_number(&ap->chan);
82 irnet_events.log[index].unit = -1;
634 /* Note : as the disconnect comes from ppp_generic, the unit number
1747 len += sprintf(buf+len, ", unit: ppp%d",
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/
H A Darlan-main.c1775 struct net_device * __init arlan_probe(int unit) argument
1797 if (unit >= 0) {
1798 sprintf(dev->name, "eth%d", unit);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/aic7xxx/
H A Daic7xxx_osm.c1060 host->unique_id = ahc->unit;
1310 if (ahc->unit >= ARRAY_SIZE(aic7xxx_tag_info)) {
1324 tag_info = &aic7xxx_tag_info[ahc->unit];

Completed in 410 milliseconds

1234567891011>>