Searched refs:copies (Results 76 - 100 of 116) sorted by relevance

12345

/freebsd-13-stable/tests/sys/cddl/zfs/tests/history/
H A Dhistory_002_pos.ksh104 copies $((RANDOM%3 +1))
/freebsd-13-stable/contrib/bmake/mk/
H A Dautodep.mk14 # Please send copies of changes and bug-fixes to:
H A Ddirdeps-targets.mk13 # Please send copies of changes and bug-fixes to:
H A Dldorder.mk12 # Please send copies of changes and bug-fixes to:
H A Dmeta.sys.mk13 # Please send copies of changes and bug-fixes to:
H A Dwarnings.mk13 # Please send copies of changes and bug-fixes to:
H A Ddirdeps-cache-update.mk12 # Please send copies of changes and bug-fixes to:
H A Down.mk218 # source (``symlinks''), or a separate copy (``copies''); (latter useful
H A Ddpadd.mk12 # Please send copies of changes and bug-fixes to:
H A Dmeta.autodep.mk13 # Please send copies of changes and bug-fixes to:
H A Dmeta.stage.mk12 # Please send copies of changes and bug-fixes to:
/freebsd-13-stable/share/mk/
H A Dbsd.progs.mk13 # Please send copies of changes and bug-fixes to:
H A Ddirdeps-targets.mk14 # Please send copies of changes and bug-fixes to:
H A Dmeta.sys.mk14 # Please send copies of changes and bug-fixes to:
H A Dbsd.subdir.mk97 ${MAKE} install installconfig -DNO_SUBDIR DESTDIR=${DISTDIR}/${dist} SHARED=copies
H A Dmeta.autodep.mk14 # Please send copies of changes and bug-fixes to:
/freebsd-13-stable/sys/contrib/openzfs/include/sys/
H A Dspa.h276 * 64 bits of the IV. As a result encrypted blocks can only have 2 copies
633 int copies = 0; \
679 copies++; \
698 copies--; \
711 copyname[copies], \
H A Dzio.h556 extern void zio_write_override(zio_t *zio, blkptr_t *bp, int copies,
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/channel_program/lua_core/
H A Dtst.lib_base.lua9 --* distribute, sublicense, and/or sell copies of the Software, and to
14 --* included in all copies or substantial portions of the Software.
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/delegate/
H A Ddelegate_common.kshlib182 copies)
1703 log_must zfs allow $user copies $dtst
1704 user_run $user zfs allow $user copies $dtst
1706 log_must zfs unallow $user copies $dtst
/freebsd-13-stable/tests/sys/cddl/zfs/tests/delegate/
H A Ddelegate_common.kshlib191 copies)
1696 log_must $ZFS allow $user copies $dtst
1697 user_run $user $ZFS allow $user copies $dtst
1699 log_must $ZFS unallow $user copies $dtst
/freebsd-13-stable/contrib/subversion/subversion/libsvn_fs_base/
H A Dfs.c55 #include "bdb/copies-table.h"
172 SVN_ERR(cleanup_fs_db(fs, &bfd->copies, "copies"));
659 ? N_("creating 'copies' table")
660 : N_("opening 'copies' table")),
661 svn_fs_bdb__open_copies_table(&bfd->copies,
1121 got full copies of both logs */
1388 "copies", pagesize, FALSE, pool));
/freebsd-13-stable/include/
H A DMakefile220 # source (``symlinks''), or a separate copy (``copies''). ``symlinks'' is
224 SHARED?= copies
270 copies: .PHONY .META
/freebsd-13-stable/contrib/bmake/unit-tests/
H A Dvarmod-subst.mk163 # simply copies the dollar to the result.
/freebsd-13-stable/sys/contrib/openzfs/module/zfs/
H A Ddmu.c1956 int copies = os->os_copies; local
1991 copies++;
2044 * in the bp, so we cannot use all copies. Encrypted objects are also
2054 copies = MIN(copies, SPA_DVAS_PER_BP - 1);
2071 zp->zp_copies = MIN(copies, spa_max_replication(os->os_spa));

Completed in 283 milliseconds

12345