Searched defs:done (Results 226 - 234 of 234) sorted by relevance

12345678910

/illumos-gate/usr/src/cmd/mdb/common/modules/libumem/
H A Dumem.c957 dprintf(("cache_full list done\n"));
3074 * have already been visited; we're done.
3098 int done; local
3107 done = (root->vn_sibling == NULL && root->vn_parent == NULL);
3110 if (done) {
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Darc.c238 * a newly allocated b_pdata. Writes are always done into buffers which have
1789 * done in a special way since we have to clear and set bits
1929 /* Skip byteswapping and checksumming (already done) */
3162 * done being written to the l2arc.
4708 * results); or, if this is a read with a "done" func, add a record
4709 * to the read to invoke the "done" func when the read completes,
4712 * arc_read_done() will invoke all the requested "done" functions
4716 arc_read(zio_t *pio, spa_t *spa, const blkptr_t *bp, arc_done_func_t *done, argument
4782 if (done) {
4787 acb->acb_done = done;
5514 arc_write(zio_t *pio, spa_t *spa, uint64_t txg, blkptr_t *bp, arc_buf_t *buf, boolean_t l2arc, const zio_prop_t *zp, arc_done_func_t *ready, arc_done_func_t *children_ready, arc_done_func_t *physdone, arc_done_func_t *done, void *private, zio_priority_t priority, int zio_flags, const zbookmark_phys_t *zb) argument
[all...]
/illumos-gate/usr/src/cmd/zfs/
H A Dzfs_main.c578 finish_progress(char *done) argument
581 (void) printf("%s\n", done);
5763 finish_progress(gettext("done."));
6062 /* option validation is done later */
/illumos-gate/usr/src/cmd/ztest/
H A Dztest.c2858 * we should get dynamic LUN growth when we're done.
3117 boolean_t done; local
3119 done = (spa->spa_async_thread == NULL && !spa->spa_async_tasks);
3121 if (done)
3901 * Iteration 5 test zcopy when it can't be done.
6337 "%4.1f%% of %5s used, %3.0f%% done, %8s to go\n",
/illumos-gate/usr/src/cmd/cpio/
H A Dcpio.c550 * This was done so that attributes can be handled with as few code changes
593 * This is done so that an archiver that doesn't understand these formats
9084 int done; /* loop control */ local
9112 for (done = 0; ! done; ) {
9122 done = 1;
9140 done = 1;
/illumos-gate/usr/src/uts/common/io/scsi/adapters/mpt_sas/
H A Dmptsas.c1448 * Initialize the wait and done FIFO queue
1835 * Return DDI_SUCCESS if done; DDI_FAILURE if there's a problem.
2481 * bridge chip design team. This may be done by the sparc pci
3484 * doneq will be done in those routines.
5044 NDBG5(("mptsas_poll: done"));
8443 * Mapping of the buffer was done in mptsas_pkt_alloc_extern().
8725 /* pop one off the done queue */
9383 int done = 0; local
9402 done = -1;
9410 return (done);
[all...]
/illumos-gate/usr/src/cmd/tar/
H A Dtar.c240 * This was done so that attributes can be handled with as few code changes
284 * This is done so that an archiver that doesn't understand these formats
434 static void done(int n);
1135 done(2);
1145 done(2);
1150 done(2);
1190 done(Errflg);
1255 done(1);
1294 done(Errflg); /* received signal to stop */
1454 done(
4908 done(int n) function
[all...]
/illumos-gate/usr/src/cmd/boot/bootadm/
H A Dbootadm.c477 * (ex. mkisofs). This is done to prevent those processes from attempting
710 * filesystem has been done.
1075 goto done;
1080 goto done;
1096 goto done;
1100 goto done;
1105 goto done;
1118 goto done;
1127 goto done;
1141 goto done;
9940 int done, ret = BAM_SUCCESS; local
[all...]
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/
H A Dlm5710.h1730 /* This bit defines if OTP process was done on chip */
1763 /* Needed for pxp config should be done by the MCP*/
1950 volatile u16 * done; member in struct:_lm_vf_pf_message_t
2186 // TRUE if read/write DMAE operations can be done (DMAE block + PXP initialized)
2810 * is done as part of cid allocation/de-allocating */

Completed in 408 milliseconds

12345678910