Searched refs:Block (Results 1 – 25 of 199) sorted by relevance
12345678
/linux-2.4.37.9/net/khttpd/ |
D | datasending.c | 50 static char *Block[CONFIG_KHTTPD_NUMCPU]; variable 143 …retval = CurrentRequest->filp->f_op->read(CurrentRequest->filp, Block[CPUNR], ReadSize, &CurrentRe… in DataSending() 148 retval = SendBuffer_async(CurrentRequest->sock,Block[CPUNR],(size_t)retval); in DataSending() 206 Block[I] = (char*)get_free_page((int)GFP_KERNEL); in InitDataSending() 207 if (Block[I] == NULL) in InitDataSending() 212 free_page((unsigned long)Block[I2++]); in InitDataSending() 239 free_page( (unsigned long)Block[CPUNR]); in StopDataSending()
|
/linux-2.4.37.9/Documentation/i2c/ |
D | smbus-protocol | 116 SMBus Block Read 127 SMBus Block Write 130 The opposite of the Block Read command, this writes up to 32 bytes to 137 SMBus Block Process Call 140 SMBus Block Process Call was introduced in Revision 2.0 of the specification. 178 I2C Block Transactions 186 I2C Block Read 196 I2C Block Read (2 Comm bytes) 206 I2C Block Write 209 The opposite of the Block Read command, this writes bytes to
|
/linux-2.4.37.9/drivers/message/i2o/ |
D | README | 46 Devices in classes Block, Lan or SCSI. 60 Core code, SCSI and Block OSMs 63 Debugging SCSI and Block OSM 130 Block:
|
D | Config.in | 9 dep_tristate ' I2O Block OSM' CONFIG_I2O_BLOCK $CONFIG_I2O
|
/linux-2.4.37.9/drivers/block/ |
D | Config.in | 2 # Block device driver configuration 5 comment 'Block devices'
|
/linux-2.4.37.9/drivers/acorn/block/ |
D | Config.in | 2 # Block device driver configuration
|
/linux-2.4.37.9/drivers/md/ |
D | Config.in | 2 # Block device driver configuration
|
/linux-2.4.37.9/Documentation/ |
D | nbd.txt | 1 Network Block Device (TCP version) 3 Note: Network Block Device is now experimental, which approximately
|
/linux-2.4.37.9/arch/sh/ |
D | defconfig | 64 # Block devices 89 # IDE, ATA and ATAPI Block devices
|
/linux-2.4.37.9/arch/arm/def-configs/ |
D | sherman | 71 # Block devices 89 # Additional Block Devices
|
D | victor | 70 # Block devices
|
D | lusl7200 | 78 # Block devices
|
D | a5k | 110 # Block devices 250 # IDE, ATA and ATAPI Block devices
|
D | omnimeter | 124 # Block devices 290 # IDE, ATA and ATAPI Block devices
|
D | brutus | 102 # Block devices
|
D | empeg | 67 # Block devices
|
D | freebird | 194 # Block devices 360 # IDE, ATA and ATAPI Block devices
|
/linux-2.4.37.9/fs/cramfs/ |
D | README | 10 kernel ever do swabbing. (See section `Block Size' below.) 84 Block Size 87 (Block size in cramfs refers to the size of input data that is
|
/linux-2.4.37.9/drivers/ide/ |
D | Config.in | 2 # IDE ATA ATAPI Block device driver configuration 7 comment 'IDE, ATA and ATAPI Block devices'
|
/linux-2.4.37.9/drivers/s390/ |
D | Config.in | 2 comment 'Block device drivers'
|
/linux-2.4.37.9/arch/cris/ |
D | defconfig | 196 # Block devices 258 # IDE, ATA and ATAPI Block devices
|
/linux-2.4.37.9/arch/ppc/configs/ |
D | IVMS8_defconfig | 95 # Block devices 186 # IDE, ATA and ATAPI Block devices
|
D | redwood5_defconfig | 100 # Block devices 202 # IDE, ATA and ATAPI Block devices
|
D | TQM860L_defconfig | 96 # Block devices 187 # IDE, ATA and ATAPI Block devices
|
D | cpci405_defconfig | 95 # Block devices 194 # IDE, ATA and ATAPI Block devices
|
12345678