Searched refs:new (Results 26 - 50 of 2011) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/alpha/include/asm/
H A Dxchg.h132 * prev is equal to old) then we aren't acquiring anything new and
137 ____cmpxchg(_u8, volatile char *m, unsigned char old, unsigned char new) argument
157 : "=&r" (prev), "=&r" (new), "=&r" (tmp), "=&r" (cmp), "=&r" (addr64)
158 : "r" ((long)m), "Ir" (old), "1" (new) : "memory");
164 ____cmpxchg(_u16, volatile short *m, unsigned short old, unsigned short new) argument
184 : "=&r" (prev), "=&r" (new), "=&r" (tmp), "=&r" (cmp), "=&r" (addr64)
185 : "r" ((long)m), "Ir" (old), "1" (new) : "memory");
191 ____cmpxchg(_u32, volatile int *m, int old, int new) argument
208 : "r"((long) old), "r"(new), "m"(*m) : "memory");
214 ____cmpxchg(_u64, volatile long *m, unsigned long old, unsigned long new) argument
241 ____cmpxchg(, volatile void *ptr, unsigned long old, unsigned long new, int size) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/tools/
H A DMakefile25 (cp $$i $(INSTALL_PREFIX)$(INSTALLTOP)/bin/$$i.new; \
26 chmod 755 $(INSTALL_PREFIX)$(INSTALLTOP)/bin/$$i.new; \
27 mv -f $(INSTALL_PREFIX)$(INSTALLTOP)/bin/$$i.new $(INSTALL_PREFIX)$(INSTALLTOP)/bin/$$i ); \
31 (cp $$i $(INSTALL_PREFIX)$(OPENSSLDIR)/misc/$$i.new; \
32 chmod 755 $(INSTALL_PREFIX)$(OPENSSLDIR)/misc/$$i.new; \
33 mv -f $(INSTALL_PREFIX)$(OPENSSLDIR)/misc/$$i.new $(INSTALL_PREFIX)$(OPENSSLDIR)/misc/$$i ); \
52 $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new
53 mv -f Makefile.new $(MAKEFILE)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/flex/MISC/
H A DtestxxLexer.l54 FlexLexer* lexer = new yyFlexLexer;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/perl/BerkeleyDB/t/
H A Ddb-3.2.t41 ok 2, my $lexD = new LexDir($home) ;
42 ok 3, my $env = new BerkeleyDB::Env -Home => $home, @StdErrFile,
53 ok 4, my $lexD = new LexDir($home) ;
54 ok 5, my $env = new BerkeleyDB::Env -Home => $home, @StdErrFile,
H A Dencrypt.t19 my $env = new BerkeleyDB::Env @StdErrFile,
38 my $env = new BerkeleyDB::Env @StdErrFile,
46 my $env = new BerkeleyDB::Env @StdErrFile,
54 my $env = new BerkeleyDB::Env @StdErrFile,
62 my $env = new BerkeleyDB::Env @StdErrFile,
70 my $env = new BerkeleyDB::Env @StdErrFile,
79 # new BerkeleyDB::Env -Encrypt =>
84 ok 6, my $lexD = new LexDir($home) ;
85 ok 7, my $env = new BerkeleyDB::Env @StdErrFile,
95 my $lex = new LexFil
[all...]
H A Dstrict.t18 my $lex = new LexFile $Dfile ;
22 ok 1, my $lexD = new LexDir($home);
23 ok 2, my $env = new BerkeleyDB::Env -Home => $home,@StdErrFile,
42 my $lex = new LexFile $Dfile ;
45 ok 7, my $lexD = new LexDir($home);
46 ok 8, my $env = new BerkeleyDB::Env -Home => $home,@StdErrFile,
65 my $lex = new LexFile $Dfile ;
69 ok 11, my $lexD = new LexDir($home);
70 ok 12, my $env = new BerkeleyDB::Env -Home => $home,@StdErrFile,
93 my $lex = new LexFil
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/tools/
H A DMakefile25 (cp $$i $(INSTALL_PREFIX)$(INSTALLTOP)/bin/$$i.new; \
26 chmod 755 $(INSTALL_PREFIX)$(INSTALLTOP)/bin/$$i.new; \
27 mv -f $(INSTALL_PREFIX)$(INSTALLTOP)/bin/$$i.new $(INSTALL_PREFIX)$(INSTALLTOP)/bin/$$i ); \
31 (cp $$i $(INSTALL_PREFIX)$(OPENSSLDIR)/misc/$$i.new; \
32 chmod 755 $(INSTALL_PREFIX)$(OPENSSLDIR)/misc/$$i.new; \
33 mv -f $(INSTALL_PREFIX)$(OPENSSLDIR)/misc/$$i.new $(INSTALL_PREFIX)$(OPENSSLDIR)/misc/$$i ); \
50 $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new
51 mv -f Makefile.new $(MAKEFILE)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/tools/
H A DMakefile25 (cp $$i $(INSTALL_PREFIX)$(INSTALLTOP)/bin/$$i.new; \
26 chmod 755 $(INSTALL_PREFIX)$(INSTALLTOP)/bin/$$i.new; \
27 mv -f $(INSTALL_PREFIX)$(INSTALLTOP)/bin/$$i.new $(INSTALL_PREFIX)$(INSTALLTOP)/bin/$$i ); \
31 (cp $$i $(INSTALL_PREFIX)$(OPENSSLDIR)/misc/$$i.new; \
32 chmod 755 $(INSTALL_PREFIX)$(OPENSSLDIR)/misc/$$i.new; \
33 mv -f $(INSTALL_PREFIX)$(OPENSSLDIR)/misc/$$i.new $(INSTALL_PREFIX)$(OPENSSLDIR)/misc/$$i ); \
52 $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new
53 mv -f Makefile.new $(MAKEFILE)
/netgear-R7000-V1.0.7.12_1.2.5/src/router/flex/MISC/
H A DtestxxLexer.l54 FlexLexer* lexer = new yyFlexLexer;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/
H A Dmakemib179 # add a new object to the tree
181 # new OBJECT IDENTIFIER ::= { parent value }
184 function oidadd(new, parent, value) {
189 print "/* oidadd" inn(FILENAME) ":", new, "in", parent, "as", value, "line", $0, "*/"
191 gsub(/[-&\/]/,"",new)
196 inn(FILENAME), parent, new, value
200 if (oid[new] > 0 && oid[new] != value) {
202 inn(FILENAME), parent, new, value, oid[new]
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/include/asm/
H A Dcmpxchg_64.h76 #define __raw_cmpxchg(ptr, old, new, size, lock) \
80 __typeof__(*(ptr)) __new = (new); \
124 #define __cmpxchg(ptr, old, new, size) \
125 __raw_cmpxchg((ptr), (old), (new), (size), LOCK_PREFIX)
127 #define __sync_cmpxchg(ptr, old, new, size) \
128 __raw_cmpxchg((ptr), (old), (new), (size), "lock; ")
130 #define __cmpxchg_local(ptr, old, new, size) \
131 __raw_cmpxchg((ptr), (old), (new), (size), "")
133 #define cmpxchg(ptr, old, new) \
134 __cmpxchg((ptr), (old), (new), sizeo
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/avr32/include/asm/
H A Dsystem.h101 unsigned long new)
110 " stcond %[m], %[new]\n"
114 : "m"(m), [old] "ir"(old), [new] "r"(new)
120 volatile int * m, unsigned long old, unsigned long new);
130 unsigned long new, int size)
134 return __cmpxchg_u32(ptr, old, new);
136 return __cmpxchg_u64(ptr, old, new);
143 #define cmpxchg(ptr, old, new) \
145 (unsigned long)(new), \
100 __cmpxchg_u32(volatile int *m, unsigned long old, unsigned long new) argument
129 __cmpxchg(volatile void *ptr, unsigned long old, unsigned long new, int size) argument
150 __cmpxchg_local(volatile void *ptr, unsigned long old, unsigned long new, int size) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iputils/racoon/
H A Dsainfo.c102 struct sainfo *new; local
104 new = racoon_calloc(1, sizeof(*new));
105 if (new == NULL)
108 new->idvtype = IDTYPE_ADDRESS;
109 new->lifetime = IPSECDOI_ATTR_SA_LD_SEC_DEFAULT;
110 new->lifebyte = IPSECDOI_ATTR_SA_LD_KB_MAX;
112 return new;
133 inssainfo(new)
134 struct sainfo *new;
167 struct sainfoalg *new; local
[all...]
H A Dstr2val.c51 caddr_t new; local
55 if ((new = racoon_malloc(len)) == 0) return(0);
58 snprintf(&new[j], len - j, "%02x", (u_char)buf[i]);
61 new[j++] = ' ';
62 new[j] = '\0';
65 new[j] = '\0';
67 return(new);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/
H A Dcmpxchg.h15 #define __cmpxchg_asm(ld, st, m, old, new) \
34 : "R" (*m), "Jr" (old), "Jr" (new) \
55 : "R" (*m), "Jr" (old), "Jr" (new) \
63 *m = new; \
76 #define __cmpxchg(ptr, old, new, pre_barrier, post_barrier) \
80 __typeof__(*(ptr)) __new = (new); \
105 #define cmpxchg(ptr, old, new) __cmpxchg(ptr, old, new, smp_mb__before_llsc(), smp_llsc_mb())
106 #define cmpxchg_local(ptr, old, new) __cmpxchg(ptr, old, new, , )
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/security/
H A Dcommoncap.c189 * @new: The proposed new credentials; alterations should be made here
191 * @effective: A pointer to the proposed new effective capabilities set
192 * @inheritable: A pointer to the proposed new inheritable capabilities set
193 * @permitted: A pointer to the proposed new permitted capabilities set
196 * process's capability sets. The changes are made to the proposed new
199 int cap_capset(struct cred *new, argument
215 /* no new pI capabilities outside bounding set */
218 /* verify restrictions on target's new Permitted set */
226 new
292 struct cred *new = bprm->cred; local
432 struct cred *new = bprm->cred; local
634 cap_emulate_setxuid(struct cred *new, const struct cred *old) argument
657 cap_task_fix_setuid(struct cred *new, const struct cred *old, int flags) argument
758 cap_prctl_drop(struct cred *new, unsigned long cap) argument
784 struct cred *new; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/asm-generic/
H A Dcmpxchg-local.h23 unsigned long old, unsigned long new, int size)
37 *(u8 *)ptr = (u8)new;
41 *(u16 *)ptr = (u16)new;
45 *(u32 *)ptr = (u32)new;
49 *(u64 *)ptr = (u64)new;
62 u64 old, u64 new)
70 *(u64 *)ptr = new;
22 __cmpxchg_local_generic(volatile void *ptr, unsigned long old, unsigned long new, int size) argument
61 __cmpxchg64_local_generic(volatile void *ptr, u64 old, u64 new) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/include/atalk/
H A Dlist.h32 * Insert a new entry between two known consecutive entries.
37 static inline void __list_add(struct list_head * new, argument
41 next->prev = new;
42 new->next = next;
43 new->prev = prev;
44 prev->next = new;
48 * list_add - add a new entry
49 * @new: new entry to be added
52 * Insert a new entr
55 list_add(struct list_head *new, struct list_head *head) argument
68 list_add_tail(struct list_head *new, struct list_head *head) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/ext2fs/
H A Dkernel-list.h33 * Insert a new entry between two known consecutive entries.
38 static __inline__ void __list_add(struct list_head * new, argument
42 next->prev = new;
43 new->next = next;
44 new->prev = prev;
45 prev->next = new;
49 * Insert a new entry after the specified head..
51 static __inline__ void list_add(struct list_head *new, struct list_head *head) argument
53 __list_add(new, head, head->next);
57 * Insert a new entr
59 list_add_tail(struct list_head *new, struct list_head *head) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/pptpd/pptpd-1.3.4/
H A Dreconf20 cut -d: -f1` $makefile > $makefile.new
30 done >> $makefile.new
32 if ! cmp -s $makefile.new $makefile
34 echo "Changes: <=old >=new"
35 diff $makefile $makefile.new | grep '^[<>]'
36 mv -f $makefile.new $makefile
38 rm -f $makefile.new
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/dtc/
H A Dlivetree.c29 struct property *new = xmalloc(sizeof(*new)); local
31 new->name = name;
32 new->val = val;
34 new->next = NULL;
36 new->label = label;
38 return new;
66 struct node *new = xmalloc(sizeof(*new)); local
69 memset(new,
130 struct reserve_info *new = xmalloc(sizeof(*new)); local
151 add_reserve_entry(struct reserve_info *list, struct reserve_info *new) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/include/asm/
H A Datomic.h79 #define atomic_xchg(v, new) (xchg(&((v)->counter), new))
81 static inline int atomic_cmpxchg(atomic_t *v, int old, int new) argument
86 : "d" (new), "Q" (v->counter)
161 #define atomic64_xchg(v, new) (xchg(&((v)->counter), new))
164 long long old, long long new)
169 : "d" (new), "Q" (v->counter)
201 static inline long long atomic64_xchg(atomic64_t *v, long long new) argument
203 register_pair rp_new = {.pair = new};
163 atomic64_cmpxchg(atomic64_t *v, long long old, long long new) argument
216 atomic64_cmpxchg(atomic64_t *v, long long old, long long new) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/security/keys/
H A Dprocess_keys.c125 * install a fresh thread keyring directly to new credentials
127 int install_thread_keyring_to_cred(struct cred *new) argument
131 keyring = keyring_alloc("_tid", new->uid, new->gid, new,
136 new->thread_keyring = keyring;
145 struct cred *new; local
148 new = prepare_creds();
149 if (!new)
152 BUG_ON(new
168 install_process_keyring_to_cred(struct cred *new) argument
200 struct cred *new; local
262 struct cred *new; local
727 struct cred *new; local
800 struct cred *new; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/script/
H A Drevert.sh9 mv $BINDIR/$p2 $BINDIR/$p2.new
11 rm -f $BINDIR/$p2.new
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/include/asm/
H A Drwsem.h87 long old, new;
91 new = old + RWSEM_ACTIVE_WRITE_BIAS;
92 } while (cmpxchg_acq(&sem->count, old, new) != old);
116 long old, new;
120 new = old - RWSEM_ACTIVE_WRITE_BIAS;
121 } while (cmpxchg_rel(&sem->count, old, new) != old);
123 if (new < 0 && (new & RWSEM_ACTIVE_MASK) == 0)
159 long old, new;
163 new
[all...]

Completed in 388 milliseconds

1234567891011>>