Searched refs:new_bp (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_stacktrace.cpp | 141 uptr new_bp = (uptr)frame[-2]; in UnwindFast() local 143 uptr new_bp = (uptr)frame[0]; in UnwindFast() local 145 frame = GetCanonicFrame(new_bp, stack_top, bottom); in UnwindFast()
|
| /freebsd/sys/contrib/openzfs/module/zfs/ |
| H A D | zio.c | 4490 zio_alloc_zil(spa_t *spa, objset_t *os, uint64_t txg, blkptr_t *new_bp, in zio_alloc_zil() argument 4507 BP_SET_TYPE(new_bp, DMU_OT_INTENT_LOG); in zio_alloc_zil() 4508 BP_SET_PSIZE(new_bp, max_size); in zio_alloc_zil() 4509 BP_SET_LEVEL(new_bp, 0); in zio_alloc_zil() 4524 max_size, new_bp, 1, txg, NULL, flags, &io_alloc_list, allocator, in zio_alloc_zil() 4532 new_bp, 1, txg, NULL, flags, &io_alloc_list, allocator, in zio_alloc_zil() 4539 min_size, max_size, new_bp, 1, txg, NULL, flags, in zio_alloc_zil() 4546 min_size, max_size, new_bp, 1, txg, NULL, flags, in zio_alloc_zil() 4554 min_size, max_size, new_bp, 1, txg, NULL, flags, in zio_alloc_zil() 4566 BP_SET_LSIZE(new_bp, alloc_size); in zio_alloc_zil() [all …]
|
| /freebsd/sys/contrib/openzfs/include/sys/ |
| H A D | zio.h | 627 blkptr_t *new_bp, uint64_t min_size, uint64_t max_size, boolean_t *slog,
|
| /freebsd/contrib/ncurses/form/ |
| H A D | frm_driver.c | 718 FIELD_CELL *new_bp = Address_Of_Nth_Buffer(field, i); in Field_Grown() local 722 new_bp[j] = old_bp[j]; in Field_Grown() 724 new_bp[j++] = myBLANK; in Field_Grown() 725 new_bp[new_buflen] = myZEROS; in Field_Grown()
|
| /freebsd/contrib/llvm-project/lldb/source/Target/ |
| H A D | Target.cpp | 221 BreakpointSP new_bp( in PrimeFromDummyTarget() local 223 AddBreakpoint(std::move(new_bp), false); in PrimeFromDummyTarget()
|