Searched refs:copies (Results 26 - 50 of 60) sorted by relevance

123

/illumos-gate/usr/src/test/zfs-tests/tests/functional/history/
H A Dhistory_002_pos.ksh89 copies $((RANDOM%3 + 1))
/illumos-gate/usr/src/cmd/print/bsd-sysv-commands/
H A Din.lpd.c136 int copies = 0; local
142 /* count the copies */
145 copies++;
362 "copies", ++copies);
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dspa.h532 int copies = 0; \
559 copies++; \
570 copies--; \
582 copyname[copies], \
H A Dzio.h481 extern void zio_write_override(zio_t *zio, blkptr_t *bp, int copies,
/illumos-gate/usr/src/uts/sun4v/cpu/
H A Dgeneric_copy.s320 ! we come here to align copies on word boundaries
685 ! Try aligned copies from here.
696 ! limit for single byte copies. If we're smaller or equal,
736 ! The check for small copies was done in the
755 ! eight byte aligned copies end here.
776 ! four byte aligned copies end here.
964 ! Try aligned copies from here.
969 ! limit for single byte copies. If we're smaller, or equal,
1026 ! End of copy loop. Most 8 byte aligned copies end here.
1046 ! End of copy loop. Most 4 byte aligned copies en
[all...]
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dddt.c556 int copies = 0 - DVA_GET_GANG(dva); local
560 copies++;
562 ASSERT(copies >= 0 && copies < SPA_DVAS_PER_BP);
564 return (copies);
898 * We can only do repair if there are multiple copies
H A Ddmu.c1811 int copies = os->os_copies; local
1854 copies++;
1915 zp->zp_copies = MIN(copies, spa_max_replication(os->os_spa));
H A Dzio.c792 zio_write_override(zio_t *zio, blkptr_t *bp, int copies, boolean_t nopwrite) argument
806 zio->io_prop.zp_copies = copies;
2089 int copies = gio->io_prop.zp_copies; local
2090 int gbh_copies = MIN(copies + 1, spa_max_replication(spa));
2104 * 'copies' allocation slots but gang blocks may require
2105 * additional copies. These additional copies
2106 * (i.e. gbh_copies - copies) are guaranteed to succeed
2110 VERIFY(metaslab_class_throttle_reserve(mc, gbh_copies - copies,
2130 gbh_copies - copies, pi
[all...]
/illumos-gate/usr/src/grub/grub-0.97/util/
H A Dgrub-install.in76 grub-install copies GRUB images into the DIR/boot directory specfied by
/illumos-gate/usr/src/cmd/praudit/
H A Dprint_audit.txt55 in_buf and copies in ASCII to out_buf, terminating with a null
/illumos-gate/usr/src/lib/libc/i386_hwcap1/gen/
H A Dmemset.s37 movl 16(%esp),%ecx / %ecx = number of copies
/illumos-gate/usr/src/lib/libc/sparc/gen/
H A Dstrcpy.s59 ! copies.
H A Dstrncpy.s61 ! performing small copies until it is aligned. Then, the string
/illumos-gate/usr/src/cmd/lp/cmd/lpadmin/
H A Ddo_align.c146 req.copies = 1;
/illumos-gate/usr/src/uts/sun4u/cpu/
H A Dspitfire_copy.s793 ! double word copies.
1799 ! we come here to align copies on word boundaries
2287 ! Try aligned copies from here.
2298 ! limit for single byte copies. If we're smaller or equal,
2308 ! check to pick up small copies.
2418 ! The check for small copies was done in the
2444 ! big_copyout that will cause us to forego the HW assisted copies
2446 ! copies. Note that we branch around this in the main line code.
2471 ! eight byte aligned copies end here.
2492 ! four byte aligned copies en
[all...]
/illumos-gate/usr/src/cmd/lp/filter/postscript/dpost/
H A Ddpost.c288 int copies = 1; /* and this many copies of each sheet */ variable
761 case 'c': /* number of copies */
762 copies = atoi(optarg);
763 fprintf(stdout, "/#copies %s store\n", optarg);
1038 fprintf(fp_acct, " print %d\n copies %d\n", printed, copies);
/illumos-gate/usr/src/test/zfs-tests/tests/functional/delegate/
H A Ddelegate_common.kshlib183 copies)
1669 log_must zfs allow $user copies $dtst
1670 user_run $user zfs allow $user copies $dtst
1672 log_must zfs unallow $user copies $dtst
/illumos-gate/usr/src/lib/libc/sparcv9/gen/
H A Dstrcpy.s58 ! (methods for xword, word, half-word, and byte copies are present)
H A Dstrncpy.s61 ! performing small copies until it is aligned. Then, the string
/illumos-gate/usr/src/lib/libm/amd64/src/
H A Dpowl.s214 / make copies of x & y
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/inetd/
H A Dinetd.c1336 ret->copies = 0;
1465 inst->copies++;
1559 * Take the instance to the copies
1576 * don't bother evaluating the copies
1585 * Check if the copies limit has been increased
1652 /* re-evaluate copies limits based on new cfg */
2178 inst->copies--;
2230 * after exceeding its copies limit.
3215 * success concurrent copies checking is done, transitioning the service to the
3216 * copies offlin
[all...]
/illumos-gate/usr/src/lib/libsqlite/
H A Dmain.mk176 # copies of all of the C source code and header files needed to
/illumos-gate/usr/src/lib/libc/capabilities/sun4u-opl/common/
H A Dmemcpy.s32 * Note: this C code does not work for overlapped copies.
148 ! Following code is for overlapping copies where src and dest
204 ! Following code is for overlapping copies where src and dest
/illumos-gate/usr/src/lib/libc/capabilities/sun4u-us3/common/
H A Dmemcpy.s32 * Note: this C code does not work for overlapped copies.
141 ! Following code is for overlapping copies where src and dest
228 ! Following code is for overlapping copies where src and dest
/illumos-gate/usr/src/uts/common/smbsrv/ndl/
H A Dspoolss.ndl100 WORD copies;

Completed in 2824 milliseconds

123