Searched refs:set (Results 101 - 125 of 904) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/irda/
H A Dw83977af_ir.c418 __u8 set; local
426 set = inb(iobase+SSR);
464 /* set FIFO size to 32 */
468 /* set FIFO threshold to TX17, RX16 */
485 outb(set, iobase+SSR);
499 __u8 set; local
525 /* Save current set */
526 set = inb(iobase+SSR);
577 /* Restore set register */
578 outb(set, iobas
591 __u8 set; local
646 __u8 set; local
688 __u8 set; local
739 __u8 set; local
814 __u8 set; local
972 __u8 set; local
1041 __u8 set; local
1121 __u8 set, icr, isr; local
1160 __u8 set; local
1192 __u8 set; local
1255 __u8 set; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libiconv-1.11/djgpp/
H A Dconfig.bat18 set ARGS=
19 set NLS=disabled
21 set CACHING=enabled
23 set DEPENDENCY_TRACKING=disabled
25 set LIBICONV_PREFIX=disabled
27 set LIBINTL_PREFIX=disabled
29 set HTML=enabled
31 set XSRC=.
45 if "%1" == "no-nls" set NLS=disabled
46 if "%1" == "no-NLS" set NL
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/arch-v10/kernel/
H A Dsignal.c72 set through do_signal. The sigsuspend call
73 will return with the restored value set above;
110 set through do_signal. The sigsuspend call
111 will return with the restored value set above;
192 /* make sure the U-flag is set so user-mode cannot fool us */
222 sigset_t set; local
234 if (__get_user(set.sig[0], &frame->sc.oldmask)
236 && __copy_from_user(&set.sig[1], frame->extramask,
240 sigdelsetmask(&set, ~_BLOCKABLE);
242 current->blocked = set;
264 sigset_t set; local
354 setup_frame(int sig, struct k_sigaction *ka, sigset_t *set, struct pt_regs * regs) argument
409 setup_rt_frame(int sig, struct k_sigaction *ka, siginfo_t *info, sigset_t *set, struct pt_regs * regs) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/video/
H A Dnewport.h286 struct newport_rexregs set; member in struct:newport_regs
389 regs->set.dcbmode = (NPORT_DMODE_AVC2 | VC2_REGADDR_INDEX | NPORT_DMODE_W3 |
391 regs->set.dcbdata0.byword = (vc2ireg << 24) | (val << 8);
397 regs->set.dcbmode = (NPORT_DMODE_AVC2 | VC2_REGADDR_INDEX | NPORT_DMODE_W1 |
399 regs->set.dcbdata0.bybytes.b3 = vc2ireg;
400 regs->set.dcbmode = (NPORT_DMODE_AVC2 | VC2_REGADDR_IREG | NPORT_DMODE_W2 |
402 return regs->set.dcbdata0.byshort.s1;
431 regs->set.dcbmode = (NPORT_DMODE_ACMALL | NCMAP_PROTOCOL |
434 regs->set.dcbdata0.byshort.s1 = addr;
435 regs->set
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/ms/
H A Dtestpemce.bat2 set ssleay=%1%
3 set tmp1=pem.out
4 set cmp=fc.exe
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/shlib/
H A Dwin32.bat3 set OPTIONS1=-DDES_ASM -DBN_ASM -DBF_ASM -DFLAT_INC -Iout -Itmp -DL_ENDIAN
4 set OPTIONS2=/W3 /WX /Ox /Gs0 /GF /Gy /nologo
6 set OPTIONS=%OPTIONS1% %OPTIONS2%
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/ms/
H A Dtestpemce.bat2 set ssleay=%1%
3 set tmp1=pem.out
4 set cmp=fc.exe
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/shlib/
H A Dwin32.bat3 set OPTIONS1=-DDES_ASM -DBN_ASM -DBF_ASM -DFLAT_INC -Iout -Itmp -DL_ENDIAN
4 set OPTIONS2=/W3 /WX /Ox /Gs0 /GF /Gy /nologo
6 set OPTIONS=%OPTIONS1% %OPTIONS2%
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/etc/cnid_dbd/
H A Dmain.c63 sigset_t set; local
65 sigemptyset(&set);
66 sigaddset(&set, SIGINT);
67 sigaddset(&set, SIGTERM);
69 sigprocmask(SIG_BLOCK, &set, NULL);
71 sigprocmask(SIG_UNBLOCK, &set, NULL);
102 sigset_t set; local
104 sigemptyset(&set);
105 sigprocmask(SIG_SETMASK, NULL, &set);
106 sigdelset(&set, SIGIN
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc/kernel/
H A Dsclow.S18 set PSR_C, %l4; \
26 set PSR_C, %l4; \
71 set PAGE_SIZE, %i0
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/atm/
H A Dsuni.c108 if (set) PUT(GET(reg) | bit,reg); \
114 static int change_diag(struct atm_dev *dev,void __user *arg,int set) argument
136 int set; local
138 set = 0;
139 if (GET(TSOP_DIAG) & SUNI_TSOP_DIAG_DBIP8) set |= SONET_INS_SBIP;
140 if (GET(TLOP_DIAG) & SUNI_TLOP_DIAG_DBIP) set |= SONET_INS_LBIP;
141 if (GET(TPOP_CD) & SUNI_TPOP_DIAG_DB3) set |= SONET_INS_PBIP;
143 if (GET(TSOP_CTRL) & SUNI_TSOP_CTRL_LAIS) set |= SONET_INS_LAIS;
144 if (GET(TPOP_CD) & SUNI_TPOP_DIAG_PAIS) set |= SONET_INS_PAIS;
145 if (GET(TSOP_DIAG) & SUNI_TSOP_DIAG_DLOS) set |
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/mm/
H A Dcex-sb1.S39 .set mips64
40 .set noreorder
41 .set noat
92 * Note that 'DC' becoming set (outside of ERL mode) will
122 * in that set.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/etc/cnid_dbd/
H A Dmain.c63 sigset_t set; local
65 sigemptyset(&set);
66 sigaddset(&set, SIGINT);
67 sigaddset(&set, SIGTERM);
69 sigprocmask(SIG_BLOCK, &set, NULL);
71 sigprocmask(SIG_UNBLOCK, &set, NULL);
102 sigset_t set; local
104 sigemptyset(&set);
105 sigprocmask(SIG_SETMASK, NULL, &set);
106 sigdelset(&set, SIGIN
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/collections/
H A DStoredMapEntry.java34 iter.set(newValue);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/kernel/
H A Dsignal_32.c89 static inline int put_sigset_t(compat_sigset_t __user *uset, sigset_t *set) argument
94 case 4: cset.sig[5] = set->sig[3] & 0xffffffffull;
95 cset.sig[7] = set->sig[3] >> 32;
96 case 3: cset.sig[4] = set->sig[2] & 0xffffffffull;
97 cset.sig[5] = set->sig[2] >> 32;
98 case 2: cset.sig[2] = set->sig[1] & 0xffffffffull;
99 cset.sig[3] = set->sig[1] >> 32;
100 case 1: cset.sig[0] = set->sig[0] & 0xffffffffull;
101 cset.sig[1] = set->sig[0] >> 32;
106 static inline int get_sigset_t(sigset_t *set, argument
183 put_sigset_t(sigset_t __user *uset, sigset_t *set) argument
188 get_sigset_t(sigset_t *set, const sigset_t __user *uset) argument
529 compat_sys_rt_sigprocmask(u32 how, compat_sigset_t __user *set, compat_sigset_t __user *oset, size_t sigsetsize) argument
557 compat_sys_rt_sigpending(compat_sigset_t __user *set, compat_size_t sigsetsize) argument
712 restore_sigmask(sigset_t *set) argument
796 sigset_t set; local
1095 sigset_t set; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/lib/
H A Dmemset.S56 .set noreorder
96 .set reorder
100 .set noreorder
107 .set noat
110 .set noat
115 .set push
116 .set noreorder
117 .set nomacro
119 2: .set pop
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/mmc/core/
H A Dmmc_ops.h23 int mmc_switch(struct mmc_card *card, u8 set, u8 index, u8 value);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm/
H A Dhazards.h76 " .set mips64r2 \n" \
79 " .set mips0 \n" \
188 .set push;
189 .set mips64;
190 .set noreorder;
194 .set pop
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-ia64/
H A Dia32.h28 sigset_t *set, struct pt_regs *regs);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-mips/
H A Dhazards.h76 " .set mips64r2 \n" \
79 " .set mips0 \n" \
188 .set push;
189 .set mips64;
190 .set noreorder;
194 .set pop
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-arm/arch-ixp4xx/
H A Ddebug-macro.S19 add \rx,\rx,#3 @ Uart regs are at off set of 3 if
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/alpha/lib/
H A Dstrlen_user.S27 .set noreorder
28 .set noat
69 $found: negq t1, t2 # clear all but least set bit
72 and t1, 0xf0, t2 # binary search for that set bit
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/lib/
H A Dhttp.c167 for(head = data->set.headers; head; head=head->next) {
346 switch(data->set.httpreq) {
362 switch(data->set.httpreq) {
364 if(data->set.postfieldsize != -1)
365 expectsend = data->set.postfieldsize;
366 else if(data->set.postfields)
367 expectsend = (curl_off_t)strlen(data->set.postfields);
370 if(data->set.infilesize != -1)
371 expectsend = data->set.infilesize;
429 * which one (if any) to use. It will set 'newur
[all...]
H A Dsendf.c145 if(data && data->set.verbose) {
169 if(data->set.errorbuffer && !data->state.errorbuf) {
170 snprintf(data->set.errorbuffer, CURL_ERROR_SIZE, "%s", data->state.buffer);
173 if(data->set.verbose) {
213 if(data->set.verbose)
456 wrote = data->set.fwrite_func(ptr, 1, len, data->set.out);
472 (data->set.fwrite_header || data->set.writeheader) ) {
478 data->set
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-s390/
H A Dbitops.h677 unsigned long bit, set; local
690 set = ffz(*p >> bit) + bit;
691 if (set >= size)
693 if (set < __BITOPS_WORDSIZE)
694 return set + offset;
707 unsigned long bit, set; local
720 set = __ffs(*p & (~0UL << bit));
721 if (set >= size)
723 if (set < __BITOPS_WORDSIZE)
724 return set
869 unsigned long word, bit, set; local
[all...]

Completed in 155 milliseconds

1234567891011>>