Searched refs:new_bp (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/sys/contrib/openzfs/module/zfs/
H A Dzio.c3611 zio_alloc_zil(spa_t *spa, objset_t *os, uint64_t txg, blkptr_t *new_bp, argument
3625 BP_SET_TYPE(new_bp, DMU_OT_INTENT_LOG);
3626 BP_SET_PSIZE(new_bp, size);
3627 BP_SET_LEVEL(new_bp, 0);
3638 error = metaslab_alloc(spa, spa_log_class(spa), size, new_bp, 1,
3643 new_bp, 1, txg, NULL, flags,
3648 new_bp, 1, txg, NULL, flags,
3654 BP_SET_LSIZE(new_bp, size);
3655 BP_SET_PSIZE(new_bp, size);
3656 BP_SET_COMPRESS(new_bp, ZIO_COMPRESS_OF
[all...]
/freebsd-13-stable/sys/contrib/openzfs/include/sys/
H A Dzio.h586 blkptr_t *new_bp, uint64_t size, boolean_t *slog);
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptRuntime.cpp874 bool new_bp; local
878 breakpoint_sp->AddLocation(address, &new_bp);
880 __FUNCTION__, new_bp ? "new" : "existing",
944 bool new_bp; local
945 breakpoint.AddLocation(address, &new_bp);
948 new_bp ? "new " : "", k.m_name.AsCString());
/freebsd-13-stable/contrib/ncurses/form/
H A Dfrm_driver.c710 FIELD_CELL *new_bp; local
718 new_bp = Address_Of_Nth_Buffer(field, i);
721 new_bp[j] = old_bp[j];
723 new_bp[j++] = myBLANK;
724 new_bp[new_buflen] = myZEROS;
/freebsd-13-stable/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp136 BreakpointSP new_bp(
138 AddBreakpoint(std::move(new_bp), false);

Completed in 208 milliseconds