Searched refs:to (Results 226 - 250 of 1699) sorted by relevance

1234567891011>>

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/acorn/block/
H A Dfd1772dma.S9 @ Number of bytes left to DMA
13 @ Place to put/get data from in DMA
49 subs r8,r8,#1 @ One less byte to go
50 @ If there was somewhere for this data to go then store it and update pointers
55 @ Cant branch because this code has been copied down to the FIQ vector
69 subs r9,r9,#1 @ One less byte to go
72 strplb r12,[r8,#0xc] @ write it to FDC data reg
76 @ Cant branch because this code has been copied down to the FIQ vector
84 @ Setup the FIQ R11 to point to th
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/i386/boot/
H A Dsetup.S11 /* Signature words to ensure LILO loaded us right */
43 .word kernel_version # pointing to kernel version string
57 # heap_end_ptr to tell how much
67 setup_move_size: .word 0x8000 # size to move, when setup is not
69 # to 0x90000 then just before jumping
72 # us also needs to be loaded.
93 # space from here (exclusive) down to
100 # to the kernel command line.
164 # Routine to print asciiz string at ds:si
198 # We now have to fin
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/mtd/maps/
H A Ddc21285.c30 * This is really ugly, but it seams to be the only
31 * realiable way to do it, as the cpld state machine
41 * we want to write a bit pattern XXX1 to Xilinx to enable
49 * let the ISA bus to catch on...
78 static void dc21285_copy_from(struct map_info *map, void *to, unsigned long from, ssize_t len) argument
80 memcpy(to, (void*)(map->virt + from), len);
108 static void dc21285_copy_to_32(struct map_info *map, unsigned long to, const void *from, ssize_t len) argument
113 dc21285_write32(map, d, to);
120 dc21285_copy_to_16(struct map_info *map, unsigned long to, const void *from, ssize_t len) argument
132 dc21285_copy_to_8(struct map_info *map, unsigned long to, const void *from, ssize_t len) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/libvorbis-1.2.3/doc/
H A DVorbis_I_spec.tex41 % we use the underscore package to change this default behavior.
45 % left to the typesetting engine to place them in the "optimal" spot. These
46 % docs however expect pictures to be placed in a *specific* position. So we
48 % To still be able to use captions, we use the capt-of package.
56 % Custom ref command, using hyperrefs autoref & nameref, to simulate the
66 % Map DocBook's <programlisting> to fancyvrb's Verbatim environment
76 % Redefine \~ to generate something that looks more appropriate when used in text.
80 % file. Helps you to not forget to resolv
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/wget-1.12/
H A DGNUmakefile5 # It is necessary if you want to build targets usually of interest
6 # only to the maintainer.
38 # Make tar archive easier to reproduce.
41 # Allow the user to add to this in the Makefile.
50 # Allow cfg.mk to override these.
54 # Ensure that $(VERSION) is up to date for dist-related targets, but not
67 $(info WARNING: unable to verify if $(VERSION) is the correct version)
73 # up-to-date version is prohibitive. So, as a compromise, we merely
75 # should run 'autoreconf' (or something like 'make distcheck') to
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/libatalk/nbp/
H A Dnbp_rgstr.c39 struct sockaddr_at to; local
55 memset(&to, 0, sizeof(to));
56 if ((s = netddp_open(&to, NULL)) < 0)
110 to.sat_port = nbp_port;
113 (struct sockaddr *)&to,
132 (struct sockaddr *)&to, &namelen )) < 0 ) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/s390/lib/
H A Dqrnnd.S7 # the reminder r of the division is to be stored to &__r and
8 # the quotient q is to be returned
13 st %r2,24(%r15) # store pointer to reminder for later
25 ahi %r1,1 # trick part 2: add 1 to the quotient
30 alr %r0,%r2 # add (d>>1) to r
47 nr %r3,%r4 # test next to last bit of n
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-m68k/
H A Dpage.h36 * We don't need to check for alignment etc.
39 static inline void copy_page(void *to, void *from) argument
49 : "=a" (to), "=a" (from), "=d" (tmp)
50 : "0" (to), "1" (from) , "2" (PAGE_SIZE / 32 - 1)
78 #define copy_page(to,from) memcpy((to), (from), PAGE_SIZE)
85 #define copy_user_page(to, from, vaddr, page) \
86 do { copy_page(to, from); \
91 * These are used to make use of C type-checking..
108 /* to alig
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/arm/mach-omap2/
H A Dsram-fn.S4 * Omap2 specific functions that need to be run in internal SRAM
21 * along with this program; if not, write to the Free Software
55 str r3, [r2] @ go to L1-freq operation
65 addeq r11, r11, #0x8 @ if cs1 base, move to DLLB
66 mvn r9, #0x4 @ mask to get clear bit2
70 str r10, [r11] @ commit to DLLA_CTRL
71 bl i_dll_wait @ wait for dll to lock
78 mov r9, #0x0 @ shift back to L0-voltage
83 str r3, [r2] @ go to L0-freq operation
86 sub r11, r11, #0x4 @ move from status to ctr
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/arm/mach-s3c2410/
H A Ddma.c49 .hw_addr.to = S3C2410_PA_IIS + S3C2410_IISFIFO,
55 .hw_addr.to = S3C2410_PA_SPI + S3C2410_SPTDAT,
61 .hw_addr.to = S3C2410_PA_SPI + 0x20 + S3C2410_SPTDAT,
67 .hw_addr.to = S3C2410_PA_UART0 + S3C2410_UTXH,
73 .hw_addr.to = S3C2410_PA_UART1 + S3C2410_UTXH,
79 .hw_addr.to = S3C2410_PA_UART2 + S3C2410_UTXH,
97 .hw_addr.to = S3C2410_PA_IIS + S3C2410_IISFIFO,
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libxml2-2.7.2/
H A Dlibxml2.spec15 This library allows to manipulate XML files. It includes support
16 to read, modify and write XML and HTML files. There is DTDs support
21 to select subnodes or ranges. A flexible Input/Output mechanism is
22 available, with existing HTTP and FTP modules and combined to an
26 Summary: Libraries, includes, etc. to develop XML and HTML applications
33 Libraries, include files, etc you can use to develop XML applications.
34 This library allows to manipulate XML files. It includes support
35 to read, modify and write XML and HTML files. There is DTDs support
40 to select subnodes or ranges. A flexible Input/Output mechanism is
41 available, with existing HTTP and FTP modules and combined to a
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/examples/LDAP/smbldap-tools-0.8.7/doc/
H A Dsmbldap-migrate-accounts21 # along with this program; if not, write to the Free Software
26 # to ldap
37 # Read pwdump entries on stdin, and add them to the ldap server.
39 # in pwdump format to stdout.
40 # Errors, debug and stats are output to stderr.
45 # bind to a directory with dn and password
55 $modify->code && die "failed to modify entry: ", $modify->error ;
71 print " -A <opts> option string passed verbatim to smbldap-useradd for persons\n";
72 print " -W <opts> option string passed verbatim to smbldap-useradd for computers\n";
73 print " -C if entry not found, don't create it and log it to stdou
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libxml2-2.7.2/xstc/
H A DMakefile.am21 EXTRA_DIST=xstc.py xstc-to-python.xsl
29 # Rule to load the test description and extract the informations
38 echo "Missing the test suite description (2004-01-14), trying to fetch it" ;\
41 else echo "Dont' know how to fetch $(TARBALLURL_2)" ; fi ; fi ; fi)
50 echo "Missing the test suite description (2002-01-16), trying to fetch it" ;\
53 else echo "Dont' know how to fetch $(TARBALLURL)" ; fi ; fi ; fi)
68 nist-test.py: Tests/Metadata/$(NISTTESTDEF_2) xstc-to-python.xsl
72 $(srcdir)/xstc-to-python.xsl \
76 ms-test.py: Tests/Metadata/$(MSTTESTDEF) xstc-to-python.xsl
80 $(srcdir)/xstc-to
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/m68k/fpsp040/
H A Dx_unfl.S11 | it is equal to the denormalized exponent for the destination
12 | format. After denormalization, the result is rounded to the
17 | operand needs to made available to the user with a bias of $6000
18 | added to the exponent.
65 | to b1238_fix.
80 | It is possible to have either inex2 or inex1 exceptions with the
82 | inex2 or inex1 occurred, we must clean up and branch to the
99 | to b1238_fix.
120 | to b1238_fi
[all...]
H A Dslog2.S10 | INPUT: Double-extended value in memory location pointed to
18 | to 53 bits if the result is subsequently rounded
19 | to double precision. The result is provably monotonic
33 | flag. Otherwise, save FPCR in D1; set FpCR to default.
34 | Notes: Default means round-to-nearest mode, no floating-point
37 | Step 1. Call slognd to obtain Y = log(X), the natural log of X.
48 | flag. Otherwise, save FPCR in D1; set FpCR to default.
49 | Notes: Default means round-to-nearest mode, no floating-point
52 | Step 1. Call sLogN to obtain Y = log(X), the natural log of X.
62 | flag. Otherwise, save FPCR in D1; set FpCR to defaul
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/perl/DB_File/
H A DDB_File.pm1 # DB_File.pm -- Perl 5 interface to Berkeley DB
247 Fcntl->import(@O); # first we import what we want to export
470 die "pos unexpectedly changed from $old_pos to $pos with R_IBEFORE"
579 DB_File - Perl5 access to Berkeley DB version 1.x
622 B<DB_File> is a module which allows Perl programs to make use of the
629 Berkeley DB is a C library which provides a consistent interface to a
630 number of database formats. B<DB_File> provides an interface to all
639 This database type allows arbitrary key/value pairs to be stored in data
640 files. This is equivalent to the functionality provided by other
646 applications, is built into Berkeley DB. If you do need to us
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/s390/kernel/
H A Dcompat_signal.c52 int copy_siginfo_to_user32(compat_siginfo_t __user *to, siginfo_t *from) argument
56 if (!access_ok (VERIFY_WRITE, to, sizeof(compat_siginfo_t)))
62 to avoid security leaks, but must copy the generic
64 This routine must convert siginfo from 64bit to 32bit as well
66 err = __put_user(from->si_signo, &to->si_signo);
67 err |= __put_user(from->si_errno, &to->si_errno);
68 err |= __put_user((short)from->si_code, &to->si_code);
70 err |= __copy_to_user(&to->_sifields._pad, &from->_sifields._pad, SI_PAD_SIZE);
75 err |= __put_user(from->si_int, &to->si_int);
78 err |= __put_user(from->si_pid, &to
108 copy_siginfo_from_user32(siginfo_t *to, compat_siginfo_t __user *from) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/Netware/
H A Dset_env.bat4 rem Batch file to assist in setting up the necessary enviroment for
32 rem Define path to the Metrowerks command line tools
37 rem If using gnu make define path to utility
40 rem If using ms nmake define path to nmake
46 rem Update path to include tool paths
53 rem Set MWCIncludes to location of Novell NDK includes
58 rem Set Imports to location of Novell NDK import files
62 rem Set PRELUDE to the absolute path of the prelude object to link with in
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/wget-1.12/build-aux/
H A Dvc-list-files35 Output a list of version-controlled files in DIR (default .), relative to
41 -C SRCDIR change directory to SRCDIR before generating list
43 Report bugs and patches to <bug-gnulib@gnu.org>.
53 This is free software: you are free to change and redistribute it.
54 There is NO WARRANTY, to the extent permitted by law.
79 # we don't need to visit the target twice, or they point somewhere
81 # belong to this package.
106 echo "$0: Failed to determine type of version control used in `pwd`" 1>&2
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/frv/kernel/
H A Dcmode.S66 # Shift argument left by 24 bits to fit in SWCMODE register later.
76 # to access SDRAM and the internal resources.
80 # (4) Preload a series of following instructions to the instruction
109 # (7) Set '1' to the DRCN.SR bit, and change SDRAM to the
110 # self-refresh mode. Execute the dummy load to all memory
111 # devices set to cacheable on the external bus side in parallel
127 # (11) Set the value of CMODE that you want to change to
131 # (12) Set '1' to th
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/media/video/ivtv/
H A Divtv-queue.c18 along with this program; if not, write to the Free Software
58 /* clear the buffer if it is going to be enqueued to the free queue */
90 struct ivtv_queue *to, int clear, int full)
94 list_move_tail(from->list.next, &to->list);
107 to->buffers++;
108 to->length += s->buf_size;
109 to->bytesused += buf->bytesused - buf->readpos;
112 /* Move 'needed_bytes' worth of buffers from queue 'from' into queue 'to'.
113 If 'needed_bytes' == 0, then move all buffers from 'from' into 'to'
89 ivtv_queue_move_buf(struct ivtv_stream *s, struct ivtv_queue *from, struct ivtv_queue *to, int clear, int full) argument
129 ivtv_queue_move(struct ivtv_stream *s, struct ivtv_queue *from, struct ivtv_queue *steal, struct ivtv_queue *to, int needed_bytes) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/x86_64/ia32/
H A Dia32_signal.c43 int copy_siginfo_to_user32(compat_siginfo_t __user *to, siginfo_t *from) argument
46 if (!access_ok (VERIFY_WRITE, to, sizeof(compat_siginfo_t)))
52 to avoid security leaks, but must copy the generic
54 err = __put_user(from->si_signo, &to->si_signo);
55 err |= __put_user(from->si_errno, &to->si_errno);
56 err |= __put_user((short)from->si_code, &to->si_code);
59 err |= __put_user(from->si_pid, &to->si_pid);
60 err |= __put_user(from->si_uid, &to->si_uid);
61 err |= __put_user(ptr_to_compat(from->si_ptr), &to->si_ptr);
65 err |= __put_user(from->_sifields._pad[0], &to
96 copy_siginfo_from_user32(siginfo_t *to, compat_siginfo_t __user *from) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/
H A Dcrypto-lib.com14 $! It was re-written so it would try to determine what "C" compiler to use
15 $! or you can specify which "C" compiler to use.
17 $! Specify the following as P1 to build just that part or ALL to just
24 $! Specify DEBUG or NODEBUG as P2 to compile with or without debugger
27 $! Specify which compiler at P3 to try to compile under.
33 $! If you don't speficy a compiler, it will try to determine which
34 $! "C" compiler to us
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/fips/
H A Dfips-lib.com14 $! It was re-written so it would try to determine what "C" compiler to use
15 $! or you can specify which "C" compiler to use.
17 $! Specify the following as P1 to build just that part or ALL to just
24 $! Specify DEBUG or NODEBUG as P2 to compile with or without debugger
27 $! Specify which compiler at P3 to try to compile under.
33 $! If you don't speficy a compiler, it will try to determine which
34 $! "C" compiler to us
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/
H A Dcrypto-lib.com14 $! It was re-written so it would try to determine what "C" compiler to use
15 $! or you can specify which "C" compiler to use.
17 $! Specify the following as P1 to build just that part or ALL to just
24 $! Specify DEBUG or NODEBUG as P2 to compile with or without debugger
27 $! Specify which compiler at P3 to try to compile under.
33 $! If you don't speficy a compiler, it will try to determine which
34 $! "C" compiler to us
[all...]

Completed in 269 milliseconds

1234567891011>>