/arch/um/drivers/ |
D | slip_common.c | 9 if(slip->more > 0){ in slip_proto_read() 11 while(i < slip->more){ in slip_proto_read() 17 slip->more - i); in slip_proto_read() 18 slip->more = slip->more - i; in slip_proto_read() 22 slip->more = 0; in slip_proto_read() 38 slip->more = n - (i + 1); in slip_proto_read()
|
D | mconsole_user.c | 129 int err, int more) in mconsole_reply_len() argument 147 if (len == total) reply.more = more; in mconsole_reply_len() 148 else reply.more = 1; in mconsole_reply_len() 167 int mconsole_reply(struct mc_request *req, const char *str, int err, int more) in mconsole_reply() argument 169 return mconsole_reply_len(req, str, strlen(str), err, more); in mconsole_reply()
|
D | slip_common.h | 86 int more; /* more data: do not read fd until ibuf has been drained */ member 95 slip->more = 0; in slip_proto_init()
|
/arch/arm/mach-ixp2000/ |
D | Kconfig | 16 ENP2611 PCI network processing card. For more information on 23 IXDP2400 reference platform. For more information on 30 IXDP2800 reference platform. For more information on 42 IXDP2401 reference platform. For more information on 49 IXDP2801/2805/2855 reference platforms. For more information on
|
/arch/arm/mach-ixp4xx/ |
D | Kconfig | 17 NSLU2 NAS device. For more information on this platform, 25 Avila Network Platform. For more information on this platform, 41 Engineering Coyote Gateway Reference Platform. For more 49 7001 Access Point. For more information on this platform, 57 WG302 v2 or WAG302 v2 Access Points. For more information 65 For more information on this platform, see <file:Documentation/arm/IXP4xx>. 72 For more information on this platform, see <file:Documentation/arm/IXP4xx>. 79 For more information on this platform, see <file:Documentation/arm/IXP4xx>. 86 For more information on this platform, see <file:Documentation/arm/IXP4xx>. 102 PrPCM1100 Processor Mezanine Module. For more information on [all …]
|
/arch/um/include/shared/ |
D | mconsole.h | 30 u32 more; member 73 int len, int err, int more); 75 int more);
|
/arch/mips/sgi-ip27/ |
D | Kconfig | 16 in either N-Modes which allows for more nodes or M-Mode which allows 17 for more memory. Your hardware is almost certainly running in 25 in either N-Modes which allows for more nodes or M-Mode which allows 26 for more memory. Your hardware is almost certainly running in
|
/arch/arm/lib/ |
D | memzero.S | 66 tst r1, #16 @ 1 16 bytes or more? 111 4: tst r1, #8 @ 1 8 bytes or more? 113 tst r1, #4 @ 1 4 bytes or more? 119 5: tst r1, #2 @ 1 2 bytes or more?
|
D | findbit.S | 32 2: cmp r2, r1 @ any more? 68 2: cmp r2, r1 @ any more? 102 2: cmp r2, r1 @ any more? 132 2: cmp r2, r1 @ any more?
|
/arch/um/ |
D | Kconfig.net | 11 provide one or more virtual network devices through which the UML 15 For more information, including explanations of the networking and 40 For more information, see 48 more than one without conflict. If you don't need UML networking, 74 For more information, see 84 UMLs on a single host). You may choose more than one without 91 This User-Mode Linux network transport allows one or more running 98 For more information, see 108 more than one without conflict. If you don't need UML networking, 115 This User-Mode Linux network transport allows one or more running [all …]
|
D | Kconfig.debug | 12 See <http://user-mode-linux.sourceforge.net/old/gprof.html> for more 25 See <http://user-mode-linux.sourceforge.net/old/gprof.html> for more
|
/arch/powerpc/platforms/pseries/ |
D | Kconfig | 18 Enabling this option will make the kernel run more efficiently 21 two or more partitions. 51 With this option a system running in an LPAR can be given more
|
D | hvcserver.c | 141 int more = 1; in hvcs_get_partner_info() local 198 } while (more); in hvcs_get_partner_info()
|
/arch/alpha/lib/ |
D | ev6-memcpy.S | 107 subq $18, 192, $2 # E : At least two more trips to go? 118 # fallback wh64 address if < 2 more trips 129 cmple $18, 63, $1 # E : At least one more trip? 171 bgt $18, $tail_bytes # U : more to be done? 234 bgt $18, $misalign_byte # U : more to go?
|
D | ev6-memset.S | 176 subq $3, 16, $2 # E : Repeat the loop at least once more? 198 bne $3,loop_b # U : more? 353 subq $3, 16, $2 # E : Repeat the loop at least once more? 375 bne $3,loop # U : more? 540 subq $3, 16, $2 # E : Repeat the loop at least once more? 562 bne $3,loop_w # U : more?
|
/arch/powerpc/platforms/maple/ |
D | Kconfig | 18 For more information, refer to <http://www.970eval.com>
|
/arch/m32r/kernel/ |
D | head.S | 88 beqz r4, .Lendloop1 ; any more to go? 92 bnez r4, .Lloop1 ; go do some more 96 beqz r4, .Lendloop2 ; any more to go? 101 bnez r4, .Lloop2 ; go do some more
|
/arch/arm/plat-omap/ |
D | Kconfig | 44 provide more detail as to why some powerdomain calls 56 provide more detail as to why some clockdomain calls 115 timer provides more intra-tick resolution than the 32KHz timer, 116 but consumes more power.
|
/arch/cris/arch-v10/lib/ |
D | hw_settings.S | 62 .dword 0 ; No more register values
|
D | checksum.S | 16 ;; we also do _NOT_ want to compute a checksum over more than the 106 ;; see if we have one odd byte more
|
/arch/arm/mach-lh7a40x/ |
D | Kconfig | 53 For more information, consult 69 For more information, consult
|
/arch/cris/arch-v32/mach-a3/ |
D | hw_settings.S | 51 .dword 0 ; No more register values
|
/arch/sh/kernel/cpu/ |
D | ubc.S | 49 mov.b @r1, r0 ! Two more dummy reads ..
|
/arch/arm/mach-omap1/ |
D | Kconfig | 92 http://palmtelinux.sourceforge.net/ for more information. 101 http://hackndev.com/palm/z71 for more informations. 110 http://www.hackndev.com/palm/tt/ for more information. 121 for more information.
|
/arch/parisc/ |
D | Kconfig | 164 At the moment, only people willing to use more than 2GB of RAM, 188 64KB For best performance, might give more overhead. 206 This enables support for systems with more than one CPU. If you have 208 you have a system with more than one CPU, say Y.
|