Home
last modified time | relevance | path

Searched refs:new (Results 101 – 125 of 2211) sorted by relevance

12345678910>>...89

/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/hexagon/
H A Dudivmodsi4.S40 if (p0.new) r4 = #0
46 if (!p0.new) r1 = sub(r1,r2)
47 if (!p0.new) r0 = add(r0,r3)
52 if (!p0.new) r1 = sub(r1,r4)
53 if (!p0.new) r0 = add(r0,r3)
H A Dmemcpy_forward_vp4cp4n2.S66 if (p0.new) jump:nt .Lskipprolog
77 memw(r0++#4) = r4.new
83 if (cmp.eq(r3.new, #0)) jump:nt .Lskipmain
108 if (p0.new) jumpr:nt r31
119 memw(r0++#4) = r4.new
/freebsd/crypto/openssl/crypto/cmp/
H A Dcmp_util.c246 ASN1_OCTET_STRING *new; in ossl_cmp_asn1_octet_string_set1() local
255 if ((new = ASN1_OCTET_STRING_dup(src)) == NULL) in ossl_cmp_asn1_octet_string_set1()
258 new = NULL; in ossl_cmp_asn1_octet_string_set1()
262 *tgt = new; in ossl_cmp_asn1_octet_string_set1()
269 ASN1_OCTET_STRING *new = NULL; in ossl_cmp_asn1_octet_string_set1_bytes() local
276 if ((new = ASN1_OCTET_STRING_new()) == NULL in ossl_cmp_asn1_octet_string_set1_bytes()
277 || !(ASN1_OCTET_STRING_set(new, bytes, len))) { in ossl_cmp_asn1_octet_string_set1_bytes()
278 ASN1_OCTET_STRING_free(new); in ossl_cmp_asn1_octet_string_set1_bytes()
284 *tgt = new; in ossl_cmp_asn1_octet_string_set1_bytes()
/freebsd/lib/libc/yp/
H A Dyplib.c203 free(new); in ypmatch_cache_insert()
209 free(new); in ypmatch_cache_insert()
216 free(new); in ypmatch_cache_insert()
292 int new = 0, r; in _yp_dobind() local
333 new = 1; in _yp_dobind()
356 if (new) in _yp_dobind()
445 if (new) in _yp_dobind()
458 if (new) in _yp_dobind()
471 if (new) in _yp_dobind()
543 if (new) in _yp_dobind()
[all …]
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Drbtree.h132 rb_replace_node(struct rb_node *victim, struct rb_node *new, in rb_replace_node() argument
137 victim, new, __entry); in rb_replace_node()
139 RB_SET_PARENT(RB_LEFT(victim, __entry), new, __entry); in rb_replace_node()
141 RB_SET_PARENT(RB_RIGHT(victim, __entry), new, __entry); in rb_replace_node()
142 *new = *victim; in rb_replace_node()
170 rb_replace_node_cached(struct rb_node *old, struct rb_node *new, in rb_replace_node_cached() argument
173 rb_replace_node(old, new, &root->rb_root); in rb_replace_node_cached()
175 root->rb_leftmost = new; in rb_replace_node_cached()
/freebsd/sys/vm/
H A Dvm_pageout.c723 vm_page_astate_t new, old; in vm_pageout_launder() local
817 new = old; in vm_pageout_launder()
839 new.queue = PQ_ACTIVE; in vm_pageout_launder()
1170 vm_page_astate_t old, new; in vm_pageout_scan_active() local
1290 new = old; in vm_pageout_scan_active()
1301 new.act_count -= min(new.act_count, in vm_pageout_scan_active()
1305 if (new.act_count > 0) { in vm_pageout_scan_active()
1318 new.queue = PQ_ACTIVE; in vm_pageout_scan_active()
1356 new.queue = nqueue; in vm_pageout_scan_active()
1534 new = old; in vm_pageout_scan_inactive()
[all …]
/freebsd/sys/netipsec/
H A Dipsec_pcb.c227 ipsec_copy_pcbpolicy(struct inpcb *old, struct inpcb *new) in ipsec_copy_pcbpolicy() argument
240 IPSEC_ASSERT((new->inp_sp->flags & ( in ipsec_copy_pcbpolicy()
243 INP_WLOCK_ASSERT(new); in ipsec_copy_pcbpolicy()
251 if (new->inp_sp->sp_in != NULL) in ipsec_copy_pcbpolicy()
252 key_freesp(&new->inp_sp->sp_in); in ipsec_copy_pcbpolicy()
253 new->inp_sp->sp_in = sp; in ipsec_copy_pcbpolicy()
254 new->inp_sp->flags |= INP_INBOUND_POLICY; in ipsec_copy_pcbpolicy()
261 if (new->inp_sp->sp_out != NULL) in ipsec_copy_pcbpolicy()
262 key_freesp(&new->inp_sp->sp_out); in ipsec_copy_pcbpolicy()
263 new->inp_sp->sp_out = sp; in ipsec_copy_pcbpolicy()
[all …]
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_import/
H A Dzpool_import_rename_001_pos.ksh69 [[ -d /${pools[i]}-new ]] && \
70 log_must rm -rf /${pools[i]}-new
130 $target ${pools[i]}-new
134 log_must ismounted ${pools[i]}-new/$TESTFS
148 [[ -d /${pools[i]}-new ]] && \
149 log_must rm -rf /${pools[i]}-new
151 target=${pools[i]}-new
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/cmd/baddof/
H A Dbaddof.c61 int new, rv; in corrupt() local
101 new = open("/devices/pseudo/dtrace@0:dtrace", O_RDWR); in corrupt()
103 if (new == -1) in corrupt()
106 if (new != fd) { in corrupt()
107 dup2(new, fd); in corrupt()
108 close(new); in corrupt()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConstantsContext.h53 void *operator new(size_t S) { return User::operator new(S, 1); } in new() function
79 void *operator new(size_t S) { return User::operator new(S, 2); } in new() function
106 void *operator new(size_t S) { return User::operator new(S, 2); } in new() function
134 void *operator new(size_t S) { return User::operator new(S, 3); } in new() function
170 void *operator new(size_t S) { return User::operator new(S, 2); } in new() function
197 GetElementPtrConstantExpr *Result = new (IdxList.size() + 1) in Create()
231 void *operator new(size_t S) { return User::operator new(S, 2); } in new() function
344 return new (Operands.size()) ConstantClass(Ty, Operands);
489 return new CastConstantExpr(Opcode, Ops[0], Ty);
492 return new BinaryConstantExpr(Opcode, Ops[0], Ops[1],
[all …]
/freebsd/usr.sbin/mfiutil/
H A Dmfi_volume.c115 update_cache_policy(int fd, struct mfi_ld_props *old, struct mfi_ld_props *new) in update_cache_policy() argument
120 if (old->default_cache_policy == new->default_cache_policy && in update_cache_policy()
121 old->disk_cache_policy == new->disk_cache_policy) in update_cache_policy()
123 policy = new->default_cache_policy; in update_cache_policy()
146 if (old->disk_cache_policy != new->disk_cache_policy) { in update_cache_policy()
147 switch (new->disk_cache_policy) { in update_cache_policy()
160 if (mfi_ld_set_props(fd, new) < 0) { in update_cache_policy()
289 struct mfi_ld_props props, new; in volume_cache() local
370 new = props; in volume_cache()
374 consumed = process_cache_command(ac, av, &new); in volume_cache()
[all …]
/freebsd/contrib/less/
H A Dlinenum.c126 struct linenum_info *new; in add_lnum() local
148 new = freelist; in add_lnum()
156 new = spare; in add_lnum()
164 new->next = nextp; in add_lnum()
165 new->prev = prevp; in add_lnum()
166 new->pos = pos; in add_lnum()
167 new->line = linenum; in add_lnum()
169 nextp->prev = new; in add_lnum()
170 prevp->next = new; in add_lnum()
175 calcgap(new); in add_lnum()
/freebsd/sys/netgraph/
H A Dng_pipe.c459 if (new->ber == -1) { in parse_cfg()
465 } else if (new->ber >= 1 && new->ber <= 1000000000000) { in parse_cfg()
474 current->ber = new->ber; in parse_cfg()
508 else if (new->duplicate > 0 && new->duplicate <= 50) in parse_cfg()
511 if (new->fifo) { in parse_cfg()
517 if (new->wfq) { in parse_cfg()
523 if (new->drr) { in parse_cfg()
527 if (new->drr >= 32) in parse_cfg()
533 if (new->droptail) { in parse_cfg()
538 if (new->drophead) { in parse_cfg()
[all …]
/freebsd/contrib/netbsd-tests/lib/libpthread/
H A Dt_mutex.c108 pthread_t new; in ATF_TC_BODY() local
124 PTHREAD_REQUIRE(pthread_join(new, &joinval)); in ATF_TC_BODY()
191 pthread_t new; in ATF_TC_BODY() local
241 PTHREAD_REQUIRE(pthread_join(new, &joinval)); in ATF_TC_BODY()
310 pthread_t new; in ATF_TC_BODY() local
355 PTHREAD_REQUIRE(pthread_join(new, &joinval)); in ATF_TC_BODY()
405 pthread_t new; in ATF_TC_BODY() local
775 pthread_t new; in ATF_TC_BODY() local
788 PTHREAD_REQUIRE(pthread_join(new, NULL)); in ATF_TC_BODY()
803 pthread_t new; in ATF_TC_BODY() local
[all …]
/freebsd/usr.bin/mkimg/
H A Dimage.c170 struct chunk *new; in image_chunk_memory() local
178 new = malloc(sizeof(*new)); in image_chunk_memory()
179 if (new == NULL) { in image_chunk_memory()
183 memcpy(new, ch, sizeof(*new)); in image_chunk_memory()
185 new->ch_block = blk; in image_chunk_memory()
189 ch = new; in image_chunk_memory()
193 new = malloc(sizeof(*new)); in image_chunk_memory()
194 if (new == NULL) { in image_chunk_memory()
198 memcpy(new, ch, sizeof(*new)); in image_chunk_memory()
200 new->ch_block++; in image_chunk_memory()
[all …]
/freebsd/tools/test/stress2/misc/
H A Dindir.sh114 char dir[128], file[128], new[128];
137 sprintf(new,"p%05d.%05ld.old", pid, j);
138 if (rename(file, new) == -1)
139 err(1, "rename(%s, %s)", file, new);
144 sprintf(new,"p%05d.%05ld.old", pid, j);
145 if (rename(new, file) == -1)
146 err(1, "rename(%s, %s)", new, file);
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DErrorOr.h79 new (getErrorStorage()) std::error_code(make_error_code(ErrorCode)); in HasError()
83 new (getErrorStorage()) std::error_code(EC); in ErrorOr()
90 new (getStorage()) storage_type(std::forward<OtherT>(Val)); in HasError()
174 new (getStorage()) storage_type(*Other.getStorage()); in copyConstruct()
178 new (getErrorStorage()) std::error_code(Other.getError()); in copyConstruct()
198 new (this) ErrorOr(Other); in copyAssign()
206 new (getStorage()) storage_type(std::move(*Other.getStorage())); in moveConstruct()
210 new (getErrorStorage()) std::error_code(Other.getError()); in moveConstruct()
220 new (this) ErrorOr(std::move(Other)); in moveAssign()
/freebsd/sys/kern/
H A Dsubr_csan.c123 (new->atomic ? "Atomic " : ""), (new->write ? "Write" : "Read"), in kcsan_report()
124 (void *)new->addr, new->size, (void *)new->pc, newsym, in kcsan_report()
134 if (new->write && !new->atomic) in kcsan_access_is_atomic()
144 csan_cell_t old, new; in kcsan_access() local
156 new.addr = addr; in kcsan_access()
157 new.size = size; in kcsan_access()
158 new.write = write; in kcsan_access()
159 new.atomic = atomic; in kcsan_access()
160 new.pc = pc; in kcsan_access()
167 if (new.addr + new.size <= old.addr) in kcsan_access()
[all …]
/freebsd/sys/netinet/
H A Dsctp_sysctl.c596 uint32_t old, new; local
601 new = old;
618 if (new != 0) {
631 uint32_t new; local
638 if ((new > SCTPCTL_AUTH_ENABLE_MAX) ||
657 uint32_t new; local
882 uint32_t new; \
884 new = SCTP_BASE_SYSCTL(var_name); \
887 if ((new < prefix##_MIN) || \
888 (new > prefix##_MAX)) { \
[all …]
/freebsd/usr.bin/resizewin/
H A Dresizewin.c61 struct termios old, new; in main() local
97 new = old; in main()
98 new.c_cflag |= (CLOCAL | CREAD); in main()
99 new.c_lflag &= ~(ICANON | ECHO | ECHOE | ISIG); in main()
100 if (tcsetattr(fd, TCSAFLUSH, &new) == -1) in main()
/freebsd/sys/contrib/zstd/
H A DFREEBSD-upgrade5 To import new vendor sources, prune unwanted files with:
9 When importing a new version, be sure to check if there are any new bits that
12 Please find instructions for importing new releases and merging to HEAD here:
/freebsd/tools/regression/poll/
H A DMakefile18 ./$${prog} > $${prog}.out.new; \
19 diff -u1 $${prog}.out $${prog}.out.new; \
24 rm -f $${prog} $${prog}.out.new; \
29 mv $${prog}.out.new $${prog}.out; \
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/
H A Dstable_sort.h50 ::new ((void*)__last2) value_type(_Ops::__iter_move(__first1)); in __insertion_sort_move()
56 ::new ((void*)__j2) value_type(std::move(*__i2)); in __insertion_sort_move()
62 ::new ((void*)__j2) value_type(_Ops::__iter_move(__first1)); in __insertion_sort_move()
86 ::new ((void*)__result) value_type(_Ops::__iter_move(__first2)); in __merge_move_construct()
97 ::new ((void*)__result) value_type(_Ops::__iter_move(__first2)); in __merge_move_construct()
101 ::new ((void*)__result) value_type(_Ops::__iter_move(__first1)); in __merge_move_construct()
157 ::new ((void*)__first2) value_type(_Ops::__iter_move(__first1)); in __stable_sort_move()
163 ::new ((void*)__first2) value_type(_Ops::__iter_move(__last1)); in __stable_sort_move()
166 ::new ((void*)__first2) value_type(_Ops::__iter_move(__first1)); in __stable_sort_move()
168 ::new ((void*)__first2) value_type(_Ops::__iter_move(__first1)); in __stable_sort_move()
[all …]
/freebsd/tools/tools/locale/tools/
H A Dfinalize56 new=${NEW_DIR}
73 mkdir -p $old $new
140 cp ${old}/${original} ${new}/
168 cp ${old}/${original}.src ${new}/
175 cp ${old}/${original}.src ${new}/
180 grep -v '^LOCALES+' ${old}/Makefile | awk "${AWKCMD}" > ${new}/Makefile
/freebsd/sys/contrib/dev/athk/ath10k/
H A Dwow.c128 new->pkt_offset = old->pkt_offset + in ath10k_wow_convert_8023_to_80211()
131 new->pkt_offset = old->pkt_offset + in ath10k_wow_convert_8023_to_80211()
149 new->pattern_len = hdr_80211_end_offset - new->pkt_offset; in ath10k_wow_convert_8023_to_80211()
151 memcpy((u8 *)new->pattern, in ath10k_wow_convert_8023_to_80211()
152 hdr_80211_pattern + new->pkt_offset, in ath10k_wow_convert_8023_to_80211()
153 new->pattern_len); in ath10k_wow_convert_8023_to_80211()
154 memcpy((u8 *)new->mask, in ath10k_wow_convert_8023_to_80211()
156 new->pattern_len); in ath10k_wow_convert_8023_to_80211()
160 memcpy((u8 *)new->pattern + new->pattern_len, in ath10k_wow_convert_8023_to_80211()
163 memcpy((u8 *)new->mask + new->pattern_len, in ath10k_wow_convert_8023_to_80211()
[all …]

12345678910>>...89