Searched refs:outs (Results 1 - 25 of 26) sorted by relevance

12

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/src/
H A Dtool_cb_wrt.c43 struct OutStruct *outs = userdata; local
44 struct Configurable *config = outs->config;
74 if(outs->filename) {
76 if(!*outs->filename)
78 if(!outs->s_isreg)
80 if(outs->fopened && !outs->stream)
82 if(!outs->fopened && outs->stream)
84 if(!outs
[all...]
H A Dtool_cb_hdr.c46 struct OutStruct *outs = userdata; local
59 if(!outs->config)
64 warnf(outs->config, "Header data exceeds single call write limit!\n");
69 if(!outs->filename && (cb > 20) &&
98 outs->filename = filename;
99 outs->alloc_filename = TRUE;
100 outs->s_isreg = TRUE;
101 outs->fopened = FALSE;
102 outs->stream = NULL;
H A Dtool_operate.c480 struct OutStruct outs; local
495 memset(&outs, 0, sizeof(struct OutStruct));
496 outs.stream = stdout;
497 outs.config = config;
580 DEBUGASSERT(!outs.filename);
604 outs.fopened = TRUE;
605 outs.stream = file;
606 outs.init = config->resume_from;
609 outs.stream = NULL; /* open when needed */
611 outs
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/ehea/
H A Dehea_phyp.c84 unsigned long *outs, /* array of 9 outputs */
100 ret = plpar_hcall9(opcode, outs,
127 outs[0], outs[1], outs[2], outs[3],
128 outs[4], outs[5], outs[6], outs[
83 ehea_plpar_hcall9(unsigned long opcode, unsigned long *outs, unsigned long arg1, unsigned long arg2, unsigned long arg3, unsigned long arg4, unsigned long arg5, unsigned long arg6, unsigned long arg7, unsigned long arg8, unsigned long arg9) argument
217 u64 outs[PLPAR_HCALL9_BUFSIZE]; local
315 u64 outs[PLPAR_HCALL9_BUFSIZE]; local
377 u64 outs[PLPAR_HCALL9_BUFSIZE]; local
410 u64 outs[PLPAR_HCALL9_BUFSIZE]; local
452 u64 outs[PLPAR_HCALL9_BUFSIZE]; local
471 u64 outs[PLPAR_HCALL9_BUFSIZE]; local
496 u64 outs[PLPAR_HCALL9_BUFSIZE]; local
567 u64 outs[PLPAR_HCALL9_BUFSIZE]; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/infiniband/hw/ehca/
H A Dhcp_if.c145 unsigned long *outs, /* array of 9 outputs */
171 ret = plpar_hcall9(opcode, outs,
195 outs[0], outs[1], outs[2], outs[3],
196 outs[4], outs[5], outs[6], outs[
144 ehca_plpar_hcall9(unsigned long opcode, unsigned long *outs, unsigned long arg1, unsigned long arg2, unsigned long arg3, unsigned long arg4, unsigned long arg5, unsigned long arg6, unsigned long arg7, unsigned long arg8, unsigned long arg9) argument
220 u64 outs[PLPAR_HCALL9_BUFSIZE]; local
264 u64 outs[PLPAR_HCALL9_BUFSIZE]; local
293 u64 outs[PLPAR_HCALL9_BUFSIZE]; local
513 u64 outs[PLPAR_HCALL9_BUFSIZE]; local
536 u64 outs[PLPAR_HCALL9_BUFSIZE]; local
567 u64 outs[PLPAR_HCALL9_BUFSIZE]; local
613 u64 outs[PLPAR_HCALL9_BUFSIZE]; local
721 u64 outs[PLPAR_HCALL9_BUFSIZE]; local
769 u64 outs[PLPAR_HCALL9_BUFSIZE]; local
803 u64 outs[PLPAR_HCALL9_BUFSIZE]; local
830 u64 outs[PLPAR_HCALL9_BUFSIZE]; local
852 u64 outs[PLPAR_HCALL9_BUFSIZE]; local
870 u64 outs[PLPAR_HCALL9_BUFSIZE]; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/blackfin/lib/
H A DMakefile11 ins.o outs.o
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ntfs-3g-2009.3.8/include/ntfs-3g/
H A Dunistr.h58 extern int ntfs_ucstombs(const ntfschar *ins, const int ins_len, char **outs,
60 extern int ntfs_mbstoucs(const char *ins, ntfschar **outs);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/ntfs/
H A Dunistr.c241 * @outs: on return contains the allocated output Unicode string buffer
247 * calling kmem_cache_free(ntfs_name_cache, *@outs); when finished with it.
250 * the output string *@outs (>= 0), not counting the terminating Unicode NULL
251 * character. *@outs is set to the allocated output string buffer.
254 * that case the output string is not allocated. Both *@outs and *@outs_len
260 const int ins_len, ntfschar **outs)
286 *outs = ucs;
316 * @outs: on return contains the (allocated) output NLS string buffer
322 * If *@outs is NULL, this function allocates the string and the caller is
323 * responsible for calling kfree(*@outs); whe
259 ntfs_nlstoucs(const ntfs_volume *vol, const char *ins, const int ins_len, ntfschar **outs) argument
336 ntfs_ucstonls(const ntfs_volume *vol, const ntfschar *ins, const int ins_len, unsigned char **outs, int outs_len) argument
[all...]
H A Dntfs.h128 const int ins_len, ntfschar **outs);
130 const int ins_len, unsigned char **outs, int outs_len);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ntfs-3g-2009.3.8/libntfs-3g/
H A Dunistr.c470 * @outs: on return contains the (allocated) output multibyte string
476 char **outs, int outs_len)
483 if (!*outs)
491 if (!*outs) {
493 *outs = ntfs_malloc(outs_len);
494 if (!*outs)
498 t = *outs;
533 ret = t - *outs;
660 * @outs: on return contains the (allocated) output utf16 string
665 static int ntfs_utf8_to_utf16(const char *ins, ntfschar **outs) argument
475 ntfs_utf16_to_utf8(const ntfschar *ins, const int ins_len, char **outs, int outs_len) argument
730 ntfs_ucstombs(const ntfschar *ins, const int ins_len, char **outs, int outs_len) argument
846 ntfs_mbstoucs(const char *ins, ntfschar **outs) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/powerpc/kernel/
H A Diommu.c280 struct scatterlist *s, *outs, *segstart; local
289 outs = s = segstart = &sglist[0];
295 outs->dma_length = 0;
301 for (s = outs; nelems; nelems--, s++) {
345 outcount++; outs++;
348 outs->dma_length += s->length;
349 DBG(" merged, new len: %ux\n", outs->dma_length);
356 outs->dma_address = dma_addr;
357 outs->dma_length = slen;
378 outs
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/drivers/
H A Dserial-u16550.c77 static int outs[SNDRV_CARDS] = {[0 ... (SNDRV_CARDS - 1)] = 1}; /* 1 to 16 */ variable
96 module_param_array(outs, int, NULL, 0444);
97 MODULE_PARM_DESC(outs, "Number of MIDI outputs.");
106 /*#define SNDRV_SERIAL_MS124W_MB_NOCOMBO 1*/ /* Address outs as 0-3 instead of bitmap */
873 int outs, int ins,
880 outs, ins, &rrawmidi);
912 outs[dev] = 1;
916 outs[dev] = 16;
927 if (outs[dev] < 1 || outs[de
872 snd_uart16550_rmidi(struct snd_uart16550 *uart, int device, int outs, int ins, struct snd_rawmidi **rmidi) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/sparc64/solaris/
H A Dsignal.c206 sigset_t in_s, *ins, out_s, *outs; local
212 ins = NULL; outs = NULL;
221 if (out) outs = &out_s;
224 (void __user *)ins, (void __user *)outs);
231 if (mapout (outs, tmp)) return -EINVAL;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-sparc/
H A Dkgdb.h22 unsigned long outs[8]; member in struct:kgdb_frame
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/des/
H A Ddes.c131 struct stat ins,outs; local
267 (stat(out,&outs) != -1) &&
268 (ins.st_dev == outs.st_dev) &&
269 (ins.st_ino == outs.st_ino))
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/des/
H A Ddes.c131 struct stat ins,outs; local
267 (stat(out,&outs) != -1) &&
268 (ins.st_dev == outs.st_dev) &&
269 (ins.st_ino == outs.st_ino))
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/drivers/vx/
H A Dvx_pcm.c1298 unsigned int outs, ins; local
1299 outs = chip->audio_outs > i * 2 ? 1 : 0;
1301 if (! outs && ! ins)
1304 outs, ins, &pcm);
1307 if (outs)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-x86_64/
H A Dio.h75 static inline void outs##s(unsigned short port, const void * addr, unsigned long count) \
76 { __asm__ __volatile__ ("rep ; outs" #s \
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-i386/
H A Dio.h334 static inline void outs##bwl(int port, const void *addr, unsigned long count) { \
335 __asm__ __volatile__("rep; outs" #bwl : "+S"(addr), "+c"(count) : "d"(port)); \
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/
H A D7990.c541 static int outs; local
576 outs++;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-mips/
H A Dio.h470 static inline void outs##bwlq(unsigned long port, const void *addr, \
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm/
H A Dio.h470 static inline void outs##bwlq(unsigned long port, const void *addr, \
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-avr32/
H A Dio.h183 static inline void outs##bwl(unsigned long port, const void *data, \
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/m68k/fpsp040/
H A Dfpsp.h174 | ;on packed move outs. NOTE: this
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/m68k/ifpsp060/src/
H A Dpfpsp.S1498 # Separate packed move outs from the UNNORM and DENORM move outs.
3959 # for fmove outs of type extended and packed.
4288 # separate move ins from move outs...

Completed in 305 milliseconds

12