Searched refs:use (Results 201 - 225 of 299) sorted by relevance

1234567891011>>

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/frv/kernel/
H A Dentry-table.S35 # The user and kernel trap tables use the same prologue for normal
H A Dhead-mmu-fr451.S250 # need to open a window onto at least part of the RAM for the kernel's use
278 # we use DAMR2-10 for kmap_atomic(), cache flush and TLB management
H A Dhead.S533 # however, if you need to use an ICE, and don't care about using any userspace
H A Dsleep.S224 # need to use physical address
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/i386/boot/
H A Dvideo.S8 * Rewritten to use GNU 'as' by Chris Noe <stiker@northlink.com> May 1999
109 video: pushw %ds # We use different segments
196 movb %gs:(0x484), %al # On EGA/VGA, use the EGA+ BIOS
482 movw %ax, %fs:(0x01fa) # Store mode for use in acpi_wakeup.S
956 rep # I'm unable to use movsw as I don't know how to store a half
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/m68k/fpsp040/
H A Dkernel_ex.S50 | store properly signed inf (use sign of etemp) into fp0
435 | This subroutine is used for dyadic operations that use an extended
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/arm/mm/
H A Dproc-arm920.S328 @ && Re-written to use Index Ops.
H A Dproc-arm922.S332 @ && Re-written to use Index Ops.
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/netfilter/
H A Dnf_conntrack_standalone.c183 if (seq_printf(s, "use=%u\n", atomic_read(&conntrack->ct_general.use)))
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/core/seq/
H A Dseq_midi.c389 pcallbacks.use = midisynth_use;
H A Dseq_virmidi.c298 * use callback - allow input to rawmidi device
389 pcallbacks.use = snd_virmidi_use;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/flex/
H A Dflexdef.h14 * Redistribution and use in source and binary forms with or without
20 * distribution and in all advertising materials mentioning features or use
44 #pragma warn -use
264 * of out-transitions to use the proto as an acceptable close match.
354 * useecs - if true (-Ce flag), use equivalence classes
356 * usemecs - if true (-Cm flag), use meta-equivalence classes
357 * fullspd - if true (-F flag), use Jacobson method of table representation
367 * use_read - if true (-f, -F, or -Cr) then use read() for scanner input;
368 * otherwise, use fread().
413 * yyclass - yyFlexLexer subclass to use fo
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/scsi/
H A Dseagate.c15 /* 1996 - to use new read{b,w,l}, write{b,w,l}, and phys_to_virt
33 * To use without BIOS -DOVERRIDE=base_address -DCONTROLLER=FD or SEAGATE
58 * Will use blind transfers where possible
64 * Will use older seagate assembly code. should be (very small amount)
132 #error Please use -DCONTROLLER=SEAGATE or -DCONTROLLER=FD to override controller type
444 * At all times, we will use IRQ 5. Should also check for IRQ3
832 #error FIXME: this is broken: we may not use jiffies here - we are under cli(). It will hardlock.
993 * The nasty looking read / write inline assembler loops we use for
H A Dsr.c413 * This is the completion routine we use. This is matched in terms
579 cd->use = 1;
841 * called on last put, you should always use the scsi_cd_get()
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/serial/
H A Dvr41xx_siu.c94 void vr41xx_use_irda(irda_use_t use) argument
105 if (use == FIR_USE_IRDA)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/arm/lib/
H A Duaccess.S62 mov ip, r0, lsl #32 - PAGE_SHIFT @ On each page, use a ld/st??t instruction
325 mov ip, r1, lsl #32 - PAGE_SHIFT @ On each page, use a ld/st??t instruction
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/iproute2/ip/
H A Dxfrm_state.c106 fprintf(stderr, "LIMIT := [ [time-soft|time-hard|time-use-soft|time-use-hard] SECONDS ] |\n");
529 if (!filter.use)
748 filter.use = 1;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/pci/ymfpci/
H A Dymfpci_main.c240 if (voice->use || (voice2 && voice2->use))
242 voice->use = 1;
244 voice2->use = 1;
300 pvoice->use = pvoice->pcm = pvoice->synth = pvoice->midi = 0;
2021 #else /* use fw_loader */
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dparser.c1462 * use them
1603 * It's Okay to use CUR/NEXT here since all the blanks are on
9390 * parser, do not use liberally.
9413 len = in->buf->buffer->use;
9684 (ctxt->input->buf->raw->use > 0)) {
9694 ctxt->input->buf->buffer->use];
9696 avail = ctxt->input->buf->buffer->use -
10117 avail = ctxt->input->buf->buffer->use -
10202 avail = ctxt->input->buf->buffer->use - (ctxt->input->cur - ctxt->input->base);
10246 avail = ctxt->input->buf->buffer->use
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libxml2-2.7.2/
H A Dparser.c143 * use the number of parsed entities in the replacement
1552 "Excessive depth in document: %d use XML_PARSE_HUGE option\n",
1756 * use them
1897 * It's Okay to use CUR/NEXT here since all the blanks are on
9326 "Excessive depth in document: %d use XML_PARSE_HUGE option\n",
10253 * parser, do not use liberally.
10276 len = in->buf->buffer->use;
10547 (ctxt->input->buf->raw->use > 0)) {
10557 ctxt->input->buf->buffer->use];
10559 avail = ctxt->input->buf->buffer->use
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dparser.c1462 * use them
1603 * It's Okay to use CUR/NEXT here since all the blanks are on
9390 * parser, do not use liberally.
9413 len = in->buf->buffer->use;
9684 (ctxt->input->buf->raw->use > 0)) {
9694 ctxt->input->buf->buffer->use];
9696 avail = ctxt->input->buf->buffer->use -
10117 avail = ctxt->input->buf->buffer->use -
10202 avail = ctxt->input->buf->buffer->use - (ctxt->input->cur - ctxt->input->base);
10246 avail = ctxt->input->buf->buffer->use
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/lib/
H A Dftp.c14 * You may opt to use, copy, modify, merge, publish, distribute and/or sell
92 #define _MPRINTF_REPLACE /* use our functions only */
153 /* easy-to-use macro: */
342 interval_ms = 1000; /* use 1 second timeout intervals */
439 * servers use it to signal that idle session timeout has been exceeded.
462 * Alas, read as much as possible, split up into lines, use the ending
493 interval_ms = 1000; /* use 1 second timeout intervals */
841 /* not an interface, use the given string as host name instead */
844 host = hbuf; /* use the hbuf for host name */
872 host = hbuf; /* use thi
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/zlib-1.2.3/contrib/masmx86/
H A Dinffas32.asm6 ; * For conditions of distribution and use, see copyright notice in zlib.h
9 ; * Please use the copyright conditions above.
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/x86_64/kernel/acpi/
H A Dwakeup.S11 # Therefore it must only use relative jumps/calls.
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/m68k/ifpsp060/
H A Dfskeleton.S23 |You are hereby granted a copyright license to use, modify, and distribute the SOFTWARE

Completed in 360 milliseconds

1234567891011>>