• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-12-stable/cddl/contrib/opensolaris/cmd/ztest/

Lines Matching refs:B_FALSE

468 static boolean_t ztest_device_removal_active = B_FALSE;
553 usage(B_FALSE);
559 usage(B_FALSE);
572 usage(B_FALSE);
579 usage(B_FALSE);
587 usage(B_FALSE);
667 usage(B_FALSE);
680 usage(B_FALSE);
687 usage(B_FALSE);
769 usage(B_FALSE);
801 usage(B_FALSE);
808 usage(B_FALSE);
832 ztest_dump_core = B_FALSE;
853 ztest_dump_core = B_FALSE;
857 ztest_dump_core = B_FALSE;
878 spa_write_cachefile(ztest_spa, B_FALSE, B_FALSE);
1582 itx->itx_sync = B_FALSE;
1598 itx->itx_sync = B_FALSE;
1722 dmu_tx_hold_zap(tx, lr->lr_doid, B_FALSE, name);
2215 if (ztest_replay_create(zd, lr, B_FALSE) != 0) {
2259 if ((error = ztest_replay_remove(zd, lr, B_FALSE)) != 0) {
2288 error = ztest_replay_write(zd, lr, B_FALSE);
2307 error = ztest_replay_truncate(zd, lr, B_FALSE);
2326 error = ztest_replay_setattr(zd, lr, B_FALSE);
2426 B_FALSE);
2431 B_FALSE);
2637 spa->spa_multihost = B_FALSE;
2861 error = spa_vdev_remove(spa, guid, B_FALSE);
2960 ZFS_PROP_SPECIAL_SMALL_BLOCKS, 32768, B_FALSE);
3060 error = spa_vdev_remove(spa, guid, B_FALSE);
3157 error = spa_vdev_split_mirror(spa, "splitp", config, NULL, B_FALSE);
3194 int oldvd_has_siblings = B_FALSE;
3195 int newvd_is_spare = B_FALSE;
3275 error = spa_vdev_detach(spa, oldguid, pguid, B_FALSE);
3405 vd = vdev_lookup_top(spa, ztest_random_vdev_top(spa, B_FALSE));
3409 error = spa_vdev_remove(spa, guid, B_FALSE);
3434 ztest_device_removal_active = B_FALSE;
3728 ZFS_SYNC_ALWAYS, B_FALSE));
3756 VERIFY0(dsl_destroy_snapshot(name, B_FALSE));
3774 return (B_FALSE);
3792 error = dsl_destroy_snapshot(snapname, B_FALSE);
3820 dmu_objset_own(name, DMU_OST_OTHER, B_FALSE, FTAG, &os) == 0) {
3854 VERIFY0(dmu_objset_own(name, DMU_OST_OTHER, B_FALSE, FTAG, &os));
3890 dmu_objset_own(name, DMU_OST_OTHER, B_FALSE, FTAG, &os2));
3938 error = dsl_destroy_snapshot(snap3name, B_FALSE);
3941 error = dsl_destroy_snapshot(snap2name, B_FALSE);
3947 error = dsl_destroy_snapshot(snap1name, B_FALSE);
4144 if (ztest_object_init(zd, od, sizeof (od), B_FALSE) != 0)
4416 if (ztest_object_init(zd, od, sizeof (od), B_FALSE) != 0)
4617 if (ztest_object_init(zd, od, sizeof (od), B_FALSE) != 0)
4862 if (ztest_object_init(zd, od, sizeof (od), B_FALSE) != 0)
5050 if (ztest_object_init(zd, od, sizeof (od), B_FALSE) != 0)
5303 error = dsl_destroy_snapshot(fullname, B_FALSE);
5370 error = dsl_destroy_snapshot(fullname, B_FALSE);
5372 fatal(0, "dsl_destroy_snapshot(%s, B_FALSE) = %d",
5415 boolean_t islog = B_FALSE;
5684 if (ztest_object_init(zd, od, sizeof (od), B_FALSE) != 0)
5694 B_FALSE) != 0 ||
5696 B_FALSE) != 0) {
5728 fatal(B_FALSE, "dmu_buf_hold(%p, %llu, %llu) = %u",
6020 VERIFY3U(0, ==, spa_export(oldname, &config, B_FALSE, B_FALSE));
6037 fatal(B_FALSE, "couldn't import pool %s as %s: error %u",
6275 VERIFY0(dmu_objset_own(name, DMU_OST_OTHER, B_FALSE, zd, &os));
6333 ztest_exiting = B_FALSE;
6560 VERIFY0(ztest_object_init(zd, &od, sizeof (od), B_FALSE));
6660 args.can_be_active = B_FALSE;
6858 ztest_dump_core = B_FALSE;
6878 return (B_FALSE);
7017 ztest_opts.zo_alt_libpath, B_FALSE, NULL));
7019 VERIFY(!exec_child(NULL, NULL, B_FALSE, NULL));
7021 zs->zs_do_init = B_FALSE;