Searched refs:remove (Results 1 - 25 of 203) sorted by last modified time

123456789

/illumos-gate/usr/src/test/zfs-tests/tests/functional/cache/
H A Dcache_001_pos.ksh59 log_must zpool remove $TESTPOOL $ldev
H A Dcache_002_pos.ksh59 log_must zpool remove $TESTPOOL $ldev
H A Dcache_003_pos.ksh63 log_must zpool remove $TESTPOOL $ldev
H A Dcache_011_pos.ksh62 log_must zpool remove $TESTPOOL $LDEV
/illumos-gate/usr/src/test/zfs-tests/tests/functional/casenorm/
H A Dcasenorm.kshlib27 rm -rf $TESTDIR || log_unresolved Could not remove $TESTDIR
38 rm -rf $TESTDIR || log_unresolved Could not remove $TESTDIR
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_rename/
H A Dcleanup.ksh39 log_unresolved Could not remove $TESTDIR2
H A Dsetup.ksh42 log_unresolved Could not remove $TESTDIR2
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_import/
H A Dsetup.ksh58 rm -rf $TESTDIR || log_unresolved Could not remove $TESTDIR
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_remove/
H A Dzpool_remove_001_neg.ksh37 # Verify that 'zpool can not remove device except inactive hot spares from pool'
41 # 2. Try to remove device from the pool
42 # 3. Verify that the remove failed.
61 log_mustnot zpool remove $dev
84 log_assert "Check zpool remove <pool> <device> can not remove " \
96 log_pass "'zpool remove <pool> <device> fail as expected .'"
H A Dzpool_remove_002_pos.ksh37 # Verify that 'zpool can only remove inactive hot spare devices from pool'
41 # 2. Try to remove the inactive hotspare device from the pool
42 # 3. Verify that the remove succeed.
58 log_assert "zpool remove can only remove inactive hotspare device from pool"
62 log_must zpool remove $TESTPOOL $spare_devs2
66 log_must zpool remove $TESTPOOL $spare_devs2
69 log_pass "zpool remove can only remove inactive hotspare device from pool"
H A Dzpool_remove_003_pos.ksh37 # Verify that 'zpool can remove hotspare devices from pool when it state
44 # 3. Verify that the zpool remove succeed.
62 log_assert "zpool remove can remove hotspare device which state go though" \
69 log_mustnot zpool remove $TESTPOOL $spare_devs3
71 log_must zpool remove $TESTPOOL $spare_devs3
73 log_pass "'zpool remove device passed as expected.'"
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_user/misc/
H A Dzpool_remove_001_neg.ksh38 # zpool remove returns an error when run as a user
41 # 1. Attempt to remove a device from a pool
48 log_assert "zpool remove returns an error when run as a user"
50 log_mustnot zpool remove $TESTPOOL.virt /$TESTDIR/disk-spare1.dat
59 log_pass "zpool remove returns an error when run as a user"
/illumos-gate/usr/src/test/zfs-tests/tests/functional/delegate/
H A Dzfs_allow_011_neg.ksh51 add remove list iostat \
/illumos-gate/usr/src/test/zfs-tests/tests/functional/inuse/
H A Dinuse_004_pos.ksh58 log_unresolved Could not remove $TESTDIR
/illumos-gate/usr/src/test/zfs-tests/tests/functional/migration/
H A Dsetup.ksh54 rm -rf $TESTDIR || log_unresolved Could not remove $TESTDIR
60 rm -rf $NONZFS_TESTDIR || log_unresolved Could not remove $NONZFS_TESTDIR
/illumos-gate/usr/src/test/zfs-tests/tests/functional/mv_files/
H A Dmv_files_common.kshlib93 rm -rf $TESTDIR || log_unresolved Could not remove $TESTDIR
96 rm -rf $TESTDIR_TGT || log_unresolved Could not remove $TESTDIR_TGT
/illumos-gate/usr/src/uts/common/fs/
H A Dvnode.c724 /* Lock the tree, remove the node, and delete the kstat */
1916 * sure it's okay to remove the file. Keep a reference to the
3534 VOPSTATS_UPDATE(dvp, remove);
4497 * remove from linked list of VSD nodes
/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_client.c1522 * MAC clients must remove the unicast addresses and promisc callbacks
1683 * rings, i.e add/remove rings given to a client. Or this might cause the
1686 * if the client was given a non-default group we remove all rings except
2218 * we want to add/remove for this specific vid.
3075 * addresses, so we will just remove the flent
3487 * of the mac datapath is required to remove this limitation.
3741 * If there aren't any list walkers, the remove would succeed
3742 * inline, else we wait for the deferred remove to complete
3755 * If we failed to remove the notification callback and "wait" is set
3774 mac_resource_remove_t remove, mac_resource_quiesce_
3773 mac_resource_set_common(mac_client_handle_t mch, mac_resource_add_t add, mac_resource_remove_t remove, mac_resource_quiesce_t quiesce, mac_resource_restart_t restart, mac_resource_bind_t bind, void *arg) argument
[all...]
/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_libscf.c748 ret = remove(tempfilename);
751 warn(gettext("Could not remove temporary file"));
834 * instance, we must terminate our child and remove the temporary
3893 * if not then remove the file from the list.
12345 * before suppressing the instance. If there is, then we must not remove them
12487 * If there is, then we must not remove them now in case the service
12549 * want to remove them in case the service is re-imported.
13778 * scf_delhash() is used to remove the property group related to the
16620 * and remove them, then delete the service.
16706 * don't want to remove instance
[all...]
/illumos-gate/usr/src/cmd/zonecfg/
H A Dzonecfg_lex.l138 <INITIAL>remove {
/illumos-gate/usr/src/cmd/ztest/
H A Dztest.c259 * Object descriptor. Used as a template for object lookup/create/remove.
2270 * If the objects do not all exist, or if 'remove' is specified,
2271 * remove any existing objects and create new ones. Otherwise,
2275 ztest_object_init(ztest_ds_t *zd, ztest_od_t *od, size_t size, boolean_t remove) argument
2281 if ((ztest_lookup(zd, od, count) != 0 || remove) &&
2518 * If we have slogs then remove them 1/4 of the time.
2594 * Pick a random device to remove.
3136 "intervening vdev offline or remove.\n");
4105 * Verify that zap_{create,destroy,add,remove,update} work as expected.
4135 * we can lookup and remove bot
[all...]
/illumos-gate/usr/src/lib/libc/amd64/
H A DMakefile512 remove.o \
/illumos-gate/usr/src/lib/libc/i386/
H A DMakefile.com548 remove.o \
/illumos-gate/usr/src/lib/libc/port/
H A Dllib-lc834 int remove(const char *filename);
/illumos-gate/usr/src/lib/libc/sparc/
H A DMakefile.com580 remove.o \

Completed in 155 milliseconds

123456789