Searched refs:source (Results 326 - 350 of 1136) sorted by relevance

<<11121314151617181920>>

/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/common/
H A Dzlib.h36 2. Altered source versions must be plainly marked as such, and must not be
38 3. This notice may not be removed or altered from any source distribution.
675 z_streamp source));
677 Sets the destination stream as a complete copy of the source stream. If
678 the source stream is using an application-supplied history buffer, a new
692 enough memory, Z_STREAM_ERROR if the source stream state was inconsistent
693 (such as zalloc being NULL). msg is left unchanged in both source and
704 deflateReset returns Z_OK if success, or Z_STREAM_ERROR if the source
721 deflateParams returns Z_OK if success, Z_STREAM_ERROR if the source
808 inflateReset returns Z_OK if success, or Z_STREAM_ERROR if the source
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/udhcpd/
H A Dclientpacket.c185 u_int32_t source, dest; local
227 source = packet.ip.saddr;
234 packet.ip.saddr = source;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/networking/udhcp/
H A Dclientpacket.c152 uint32_t source, dest; local
196 source = packet.ip.saddr;
203 packet.ip.saddr = source;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/au88x0/
H A Dau88x0_core.c433 thsource: Throttle source flag (no idea what that means).
1535 unsigned char source, unsigned char dest)
1539 route = ((source & ADB_MASK) << ADB_SHIFT) | (dest & ADB_MASK);
1542 if ((source < (OFFSET_SRCOUT + NR_SRC))
1543 && (source >= OFFSET_SRCOUT))
1544 vortex_src_addWTD(vortex, (source - OFFSET_SRCOUT),
1546 else if ((source < (OFFSET_MIXOUT + NR_MIXOUT))
1547 && (source >= OFFSET_MIXOUT))
1549 (source - OFFSET_MIXOUT), channel);
1552 if ((source < (OFFSET_SRCOU
1534 vortex_route(vortex_t * vortex, int en, unsigned char channel, unsigned char source, unsigned char dest) argument
1643 vortex_connection_adb_mixin(vortex_t * vortex, int en, unsigned char channel, unsigned char source, unsigned char mixin) argument
2107 u32 source; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/asihpi/
H A Dasihpi.c88 static char *build_info = "built using headers from kernel source";
90 MODULE_PARM_DESC(build_info, "built using headers from kernel source");
92 static char *build_info = "built within ALSA source";
94 MODULE_PARM_DESC(build_info, "built within ALSA source");
117 int source; member in struct:clk_source
949 /*? also check ASI5000 samplerate source
1349 "no source",
1365 "no source",
1659 u16 source, err; local
1661 err = func(ss, h_control, &source);
1683 u16 source = HPI_AESEBU_FORMAT_SPDIF; local
2364 u16 source, srcindex = 0; local
2491 u16 source; local
2692 u16 source = 0; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/nmbd/
H A Dnmbd_winsserver.c123 namerec->data.source = (enum name_source)nr_src;
170 (unsigned char)namerec->data.source,
239 if( self_only && (namerec->data.source != SELF_NAME) && (namerec->data.source != PERMANENT_NAME) ) {
1033 if ((namerec != NULL) && (namerec->data.source == REGISTER_NAME) &&
1163 if( (namerec != NULL) && ( (namerec->data.source == DNS_NAME) || (namerec->data.source == DNSFAIL_NAME) ) ) {
1175 if((namerec != NULL) && (namerec->data.source != REGISTER_NAME)) {
1177 to register name %s. Name already exists in WINS with source type %d.\n",
1178 nmb_namestr(question), namerec->data.source ));
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/
H A Dzlib.h18 2. Altered source versions must be plainly marked as such, and must not be
20 3. This notice may not be removed or altered from any source distribution.
632 z_streamp source));
634 Sets the destination stream as a complete copy of the source stream.
644 enough memory, Z_STREAM_ERROR if the source stream state was inconsistent
645 (such as zalloc being Z_NULL). msg is left unchanged in both source and
656 deflateReset returns Z_OK if success, or Z_STREAM_ERROR if the source
676 deflateParams returns Z_OK if success, Z_STREAM_ERROR if the source
691 specific input data. Read the deflate.c source code for the meaning of the
724 deflatePending returns Z_OK if success, or Z_STREAM_ERROR if the source
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/
H A Dzlib.h18 2. Altered source versions must be plainly marked as such, and must not be
20 3. This notice may not be removed or altered from any source distribution.
632 z_streamp source));
634 Sets the destination stream as a complete copy of the source stream.
644 enough memory, Z_STREAM_ERROR if the source stream state was inconsistent
645 (such as zalloc being Z_NULL). msg is left unchanged in both source and
656 deflateReset returns Z_OK if success, or Z_STREAM_ERROR if the source
676 deflateParams returns Z_OK if success, Z_STREAM_ERROR if the source
691 specific input data. Read the deflate.c source code for the meaning of the
724 deflatePending returns Z_OK if success, or Z_STREAM_ERROR if the source
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/apps/
H A Dpasswd.c361 int dest, source; local
365 for (dest = 0, source = 0; dest < 14;
366 dest++, source = (source + 6) % 17)
367 buf_perm[dest] = buf[source];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/apps/
H A Dpasswd.c361 int dest, source; local
365 for (dest = 0, source = 0; dest < 14;
366 dest++, source = (source + 6) % 17)
367 buf_perm[dest] = buf[source];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A Dpasswd.c378 int dest, source; local
382 for (dest = 0, source = 0; dest < 14; dest++, source = (source + 6) % 17)
383 buf_perm[dest] = buf[source];
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/usb/
H A Dffs-test.c140 struct usb_endpoint_descriptor_no_audio source; member in struct:__anon19374::__anon19375
164 .source = {
165 .bLength = sizeof descriptors.fs_descs.source,
187 .source = {
188 .bLength = sizeof descriptors.hs_descs.source,
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iputils/
H A Darping.c40 char *source; variable
65 "Usage: arping [-fqbDUAV] [-c count] [-w timeout] [-I device] [-s source] destination\n"
76 " -s source : source ip address\n"
341 source = optarg;
407 if (source && inet_aton(source, &src) != 1) {
408 fprintf(stderr, "arping: invalid source %s\n", source);
487 fprintf(stderr, "arping: no source addres
[all...]
H A Dtraceroute6.c27 * Redistribution and use in source and binary forms, with or without
30 * 1. Redistributions of source code must retain the above copyright
173 * network or protocol unreachable, respectively), !S or !F (source
189 * file that came with the source to this program for a description
204 * source port (the high bit is set to move the port number out
225 * sending a loose-source-routed udp datagram through the destination
226 * back to yourself. Unfortunately, SO many gateways botch source
301 char *source = NULL; variable
382 * set the ip source address of the outbound
385 source
[all...]
H A Dping.c8 * Redistribution and use in source and binary forms, with or without
11 * 1. Redistributions of source code must retain the above copyright
106 struct sockaddr_in source; variable in typeref:struct:sockaddr_in
130 source.sin_family = AF_INET;
179 ptr = (__u8*)&source.sin_addr;
262 if (source.sin_addr.s_addr == 0) {
320 alen = sizeof(source);
321 if (getsockname(probe_fd, (struct sockaddr*)&source, &alen) == -1) {
325 source.sin_port = 0;
330 whereto.sin_addr.s_addr = source
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/stc/scintilla/src/
H A DCellBuffer.cxx1 // Scintilla source code edit control
380 void Action::Grab(Action *source) { argument
383 position = source->position;
384 at = source->at;
385 data = source->data;
386 lenData = source->lenData;
387 mayCoalesce = source->mayCoalesce;
389 // Ownership of source data transferred to this
390 source->position = 0;
391 source
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/dnsmasq-2.15/src/
H A Dcache.c768 char *source; local
807 source = "DHCP";
811 source = addn_file;
813 source = HOSTSFILE;
816 source = "config";
818 source = "reply";
821 source = "forwarded";
867 source = "query";
871 source = "cached";
874 syslog(LOG_DEBUG, "%s %s%s%s %s", source, nam
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/deprecated/
H A Dcwlex_yy.c740 register YY_CHAR *source = yytext - 1; /* copy prev. char, too */ local
754 *(dest++) = *(source++);
901 register YY_CHAR *source = local
904 while ( source > yy_current_buffer->yy_ch_buf )
905 *--dest = *--source;
907 yy_cp += dest - source;
908 yy_bp += dest - source;
H A Ddoslex.c857 register YY_CHAR *source = yytext - 1; /* copy prev. char, too */ local
870 *(dest++) = *(source++);
1014 register YY_CHAR *source = local
1017 while ( source > yy_current_buffer->yy_ch_buf )
1018 *--dest = *--source;
1020 yy_cp += dest - source;
1021 yy_bp += dest - source;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/ifpsp060/
H A Dos.S79 | a0 - supervisor source address
110 | a0 - user source address
143 | a0 - user source address
166 | a0 - user source address
177 | a0 - user source address
202 | a0 - user source address
213 | a0 - user source address
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/soc/codecs/
H A Dwm8510.c238 static void pll_factors(unsigned int target, unsigned int source) argument
243 Ndiv = target / source;
245 source >>= 1;
247 Ndiv = target / source;
257 Nmod = target % source;
260 do_div(Kpart, source);
275 int source, unsigned int freq_in, unsigned int freq_out)
274 wm8510_set_dai_pll(struct snd_soc_dai *codec_dai, int pll_id, int source, unsigned int freq_in, unsigned int freq_out) argument
H A Dwm8974.c298 unsigned int target, unsigned int source)
306 Ndiv = target / source;
308 source /= 2;
310 Ndiv = target / source;
320 Nmod = target % source;
323 do_div(Kpart, source);
338 int source, unsigned int freq_in, unsigned int freq_out)
297 pll_factors(struct pll_ *pll_div, unsigned int target, unsigned int source) argument
337 wm8974_set_dai_pll(struct snd_soc_dai *codec_dai, int pll_id, int source, unsigned int freq_in, unsigned int freq_out) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/alpha/lib/
H A Dev6-stxncpy.S58 t1 == the first source word. */
77 t0 == a source word not containing a null. */
104 t0 == the source word containing the null
116 our source and original destination words. */
148 /* Are source and destination co-aligned? */
177 /* The source and destination are not co-aligned. Align the destination
184 full source word. We can still find a zero at the end of it
189 t1 == the shifted low bits of the first source word
221 ldq_u t2, 8(a1) # L : read next high-order source word
230 the loop is structured to detect zeros in aligned source word
[all...]
H A Dstrncpy_from_user.S40 t1 == the first source word. */
54 t0 == a source word not containing a null. */
70 t0 == the source word containing the null
83 our source and original destination words. */
106 /* Are source and destination co-aligned? */
128 /* The source and destination are not co-aligned. Align the destination
135 full source word. We can still find a zero at the end of it
140 t1 == the shifted low bits of the first source word
168 EX( ldq_u t2, 8(a1) ) # .. e1 : read next high-order source word
175 the loop is structured to detect zeros in aligned source word
[all...]
H A Dstxncpy.S47 t1 == the first source word. */
61 t0 == a source word not containing a null. */
77 t0 == the source word containing the null
90 our source and original destination words. */
116 /* Are source and destination co-aligned? */
138 /* The source and destination are not co-aligned. Align the destination
145 full source word. We can still find a zero at the end of it
150 t1 == the shifted low bits of the first source word
180 ldq_u t2, 8(a1) # e0 : read next high-order source word
188 the loop is structured to detect zeros in aligned source word
[all...]

Completed in 207 milliseconds

<<11121314151617181920>>