Home
last modified time | relevance | path

Searched refs:isn (Results 1 – 25 of 84) sorted by relevance

1234

/linux-2.4.37.9/Documentation/powerpc/
Dsound.txt20 which use different values and isn't allowed by the driver, so things
27 Microsoft Sound System. The MSS isn't used, but some of the routines
42 auxiliary input isn't muted by default. I had the changes necessary
61 Microsoft Sound System. The MSS isn't used, but some of the routines
/linux-2.4.37.9/Documentation/video4linux/bttv/
DSound-FAQ18 You should verify this is correct. If it isn't, you have to pass the
21 If your card isn't listed there, you might check the source code for
22 new entries which are not listed yet. If there isn't one for your
29 module like msp3400.o to make sound work. If there isn't one for the
DREADME65 Loading just the bttv modules isn't enouth for most cards. The
85 If your card isn't listed in CARDLIST or if you have trouble making
DREADME.freeze8 Just mailing me "bttv freezes" isn't going to help much. This README
/linux-2.4.37.9/Documentation/networking/
DPLIP.txt69 when no data is available, the driver isn't being used.
78 indicate that there isn't a noticeable performance drop when using IRQ-less
99 above calculation. It isn't an important issue, unless the wire is faulty,
162 isn't configured for PLIP, as it will result in output driver
DREADME.sb1000150 3.) When isapnp runs it reports an error, and my SB1000 card isn't working.
162 5.) The firewall script isn't working (with 2.2.x and higher kernels).
/linux-2.4.37.9/net/ipv4/
Dtcp_minisocks.c266 u32 isn = tw->snd_nxt+65535+2; in tcp_timewait_state_process() local
267 if (isn == 0) in tcp_timewait_state_process()
268 isn++; in tcp_timewait_state_process()
269 TCP_SKB_CB(skb)->when = isn; in tcp_timewait_state_process()
Dtcp_ipv4.c1396 __u32 isn = TCP_SKB_CB(skb)->when; in tcp_v4_conn_request() local
1413 if (tcp_synq_is_full(sk) && !isn) { in tcp_v4_conn_request()
1469 isn = cookie_v4_init_sequence(sk, skb, &req->mss); in tcp_v4_conn_request()
1470 } else if (isn == 0) { in tcp_v4_conn_request()
1513 isn = tcp_v4_init_sequence(sk, skb); in tcp_v4_conn_request()
1515 req->snt_isn = isn; in tcp_v4_conn_request()
/linux-2.4.37.9/arch/x86_64/boot/compressed/
Dhead.S47 movl %eax,0x000000 # loop forever if it isn't
/linux-2.4.37.9/arch/i386/boot/compressed/
Dhead.S43 movl %eax,0x000000 # loop forever if it isn't
/linux-2.4.37.9/Documentation/sound/
Dsonicvibes59 1-4MB of physically contiguous memory, which isn't possible
/linux-2.4.37.9/Documentation/m68k/
Dkernel-options.txt68 this isn't possible here, because the root filesystem (with /dev)
69 isn't mounted yet... So the kernel parses the name itself, with some
117 isn't in the table above. If you use it, the root device will not be
130 If the device containing your root partition isn't in the table
170 for the validity of the device name. If the device isn't implemented,
450 It would be used only for hardware scrolling (which isn't possible
605 value is forced to 0 on a Falcon, since scatter-gather isn't
616 isn't given, the default ID is 7. (both, TT and Falcon).
/linux-2.4.37.9/Documentation/
Dldm.txt64 If you believe the driver isn't working as it should, you can enable the extra
DBUG-HUNTING82 A post to linux.dev.kernel isn't such a bad idea if you've done some
Dparport.txt259 If _that_ works fine, then one of the hardware modes isn't working
260 right. Enable CONFIG_PARPORT_PC_FIFO (no, it isn't a module option,
Dftape.txt111 to the tape cartridge when it isn't positioned either at BOT or
153 However, it isn't possible to extract the data dumped to the tape
Dsx.txt138 in your system, or when a card isn't detected.
267 - write buffer isn't flushed at close.
/linux-2.4.37.9/Documentation/parisc/
DIODC.txt27 unfortunately just ignoring this split up isn't an option.
/linux-2.4.37.9/arch/x86_64/boot/
Dsetup.S712 # Note that the short jump isn't strictly needed, although there are
/linux-2.4.37.9/Documentation/input/
Dinput-programming.txt92 routine isn't reporting two same value events (press, press for example) to
271 isn't a rule), and thus must not sleep, and must not take too long to finish.
/linux-2.4.37.9/drivers/char/
DChangeLog313 to NULL. (Clearing pointers using memset isn't portable.)
457 isn't long for this world.
584 isn't initialized.
587 isn't initialized.
590 port if the serial port isn't initialized.
/linux-2.4.37.9/net/ipv6/
Dtcp_ipv6.c1175 __u32 isn = TCP_SKB_CB(skb)->when; in tcp_v6_conn_request() local
1187 if (tcp_synq_is_full(sk) && !isn) { in tcp_v6_conn_request()
1226 if (isn == 0) in tcp_v6_conn_request()
1227 isn = tcp_v6_init_sequence(sk,skb); in tcp_v6_conn_request()
1229 req->snt_isn = isn; in tcp_v6_conn_request()
/linux-2.4.37.9/Documentation/sysctl/
Dfs.txt56 dcache isn't pruned yet.
Dvm.txt80 bdflush isn't woken up often enough. The
150 by 4 or 8 (see mm/vmscan.c), so it isn't as
/linux-2.4.37.9/fs/smbfs/
DChangeLog119 * dir.c: dentry->d_inode->i_mtime isn't updated for all servers

1234