Home
last modified time | relevance | path

Searched refs:Limit (Results 1 – 7 of 7) sorted by relevance

/linux-2.4.37.9/drivers/net/sk98lin/
Dskgepnmi.c2300 unsigned int Limit; in MacPrivateStat() local
2326 Limit = LogPortIndex + 1; in MacPrivateStat()
2332 Limit = LogPortMax; in MacPrivateStat()
2343 if (*pLen < (Limit - LogPortIndex) * sizeof(SK_U64)) { in MacPrivateStat()
2345 *pLen = (Limit - LogPortIndex) * sizeof(SK_U64); in MacPrivateStat()
2363 for (; LogPortIndex < Limit; LogPortIndex ++) { in MacPrivateStat()
2464 unsigned int Limit; in Addr() local
2486 Limit = LogPortIndex + 1; in Addr()
2491 Limit = LogPortMax; in Addr()
2500 if (*pLen < (Limit - LogPortIndex) * 6) { in Addr()
[all …]
/linux-2.4.37.9/Documentation/networking/
Dip-sysctl.txt362 Limit the maximal rates for sending ICMP packets whose type matches
684 Default Hop Limit to set.
707 Limit the maximal rates for sending ICMPv6 packets.
/linux-2.4.37.9/Documentation/
Dkernel-parameters.txt75 ht Limit ACPI to boot-time LAPIC enumeration for HT,
/linux-2.4.37.9/Documentation/filesystems/devfs/
DChangeLog408 - Limit auto-device numbering to majors 128 to 239
611 - Limit auto-device numbering to majors 144 to 239
/linux-2.4.37.9/drivers/scsi/aic7xxx/
Daic79xx.reg1386 * CDB Limit
3906 * sync offset, but will overrun this value. Limit
/linux-2.4.37.9/drivers/char/
DChangeLog292 * random.c (add_timer_randomness): Limit the amount randomness
/linux-2.4.37.9/fs/hfs/
DChangeLog2088 Limit directories to 32767 entries, since Mac uses 16-bit integer.