Searched refs:freeze (Results 1 - 25 of 34) sorted by relevance

12

/freebsd-current/tests/sys/cddl/zfs/tests/cli_root/zpool/
H A Dzpool_003_pos.ksh35 # Verify debugging features of zpool such as ABORT and freeze/unfreeze
60 log_must $ZPOOL freeze $TESTPOOL
62 log_mustnot $ZPOOL freeze $TESTPOOL
63 log_mustnot $ZPOOL freeze ${TESTPOOL%%/*}
66 log_mustnot $ZPOOL freeze fakepool
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool/
H A Dzpool_003_pos.ksh36 # Verify debugging features of zpool such as ABORT and freeze/unfreeze
71 log_must zpool freeze $TESTPOOL
73 log_mustnot zpool freeze $TESTPOOL
74 log_mustnot zpool freeze ${TESTPOOL%%/*}
77 log_mustnot zpool freeze fakepool
/freebsd-current/tools/test/stress2/misc/
H A Dufssuspend.sh40 freeze(void)
63 continue; /* skip to freeze '/dev' */
66 continue; /* skip to freeze RDONLY partition */
114 error = freeze();
115 printf("freeze: err=%d\n", error);
/freebsd-current/tests/sys/cddl/zfs/tests/zil/
H A Dzil.kshlib35 # and consequently no post-freeze log records will be created.
38 log_must $ZPOOL freeze $TESTPOOL
/freebsd-current/sys/compat/linuxkpi/common/include/linux/
H A Dpm.h65 .freeze = _suspendfunc, \
75 .freeze = _suspendfunc, \
/freebsd-current/libexec/rc/rc.d/
H A Ddevmatch66 devctl freeze
/freebsd-current/sys/powerpc/powermac/
H A Dtbgpio.c132 tbgpio_freeze_timebase(device_t dev, bool freeze) argument
140 if (freeze)
H A Dmacio.c448 * On SMP G4, timebase freeze is via a GPIO on macio.
451 * perform timebase freeze/unfreeze on behalf of the platform.
777 macio_freeze_timebase(device_t dev, bool freeze) argument
781 if (freeze) {
H A Dplatform_powermac.c415 * XXX Temporary fallback for platforms we don't know how to freeze.
452 /* Fallback freeze. In case no real handler is found in the device tree. */
454 dummy_timebase(device_t dev, bool freeze) argument
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/suid/
H A Dsuid_write_zil_replay.ksh63 log_must zpool freeze $TESTPOOL
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/slog/
H A Dslog_replay_fs_002.ksh89 log_must zpool freeze $TESTPOOL
H A Dslog_016_pos.ksh92 log_must zpool freeze $TESTPOOL
H A Dslog_replay_volume.ksh42 # "freeze" command is required to flush the in-flight transactions;
44 # deltas are discarded. All deltas past a freeze point are kept
110 log_must zpool freeze $TESTPOOL
H A Dslog_replay_fs_001.ksh42 # "freeze" command is required to flush the in-flight transactions;
44 # deltas are discarded. All deltas past a freeze point are kept
83 log_must zpool freeze $TESTPOOL
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_import/
H A Dzpool_import_status.ksh85 log_must zpool freeze $TESTPOOL1
/freebsd-current/usr.sbin/devctl/
H A Ddevctl.c82 " devctl freeze\n"
352 fprintf(stderr, "usage: devctl freeze\n");
357 freeze(int ac, char **av __unused) function
363 err(1, "Failed to freeze probe/attach");
366 DEVCTL_COMMAND(top, freeze, freeze);
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/block_cloning/
H A Dblock_cloning_replay_encrypted.ksh90 log_must zpool freeze $TESTPOOL
H A Dblock_cloning_replay.ksh88 log_must zpool freeze $TESTPOOL
/freebsd-current/contrib/hyperv/tools/
H A Dhv_vss_daemon.c66 continue; /* skip to freeze '/dev' */
68 continue; /* skip to freeze RDONLY partition */
78 freeze(void) function
101 continue; /* skip to freeze '/dev' */
103 continue; /* skip to freeze RDONLY partition */
147 fprintf(stderr, "%s: daemon for UFS file system freeze/thaw\n"
251 error = freeze();
/freebsd-current/sys/powerpc/mpc85xx/
H A Dplatform_mpc85xx.c563 /* Fallback freeze. In case no real handler is found in the device tree. */
565 dummy_freeze(device_t dev, bool freeze) argument
578 mpc85xx_rcpm_freeze_timebase(device_t dev, bool freeze) argument
584 if (freeze)
643 mpc85xx_guts_freeze_timebase(device_t dev, bool freeze) argument
651 if (freeze)
/freebsd-current/crypto/openssh/
H A Dsmult_curve25519_ref.c50 static void freeze(unsigned int a[32]) function
262 freeze(work + 64);
/freebsd-current/sys/dev/firewire/
H A Dsbp.c168 uint16_t freeze; member in struct:sbp_dev
710 sdev->freeze++;
742 sdev->freeze++;
996 xpt_release_devq(sdev->path, sdev->freeze, TRUE);
997 sdev->freeze = 1;
1036 xpt_release_devq(sdev->path, sdev->freeze, TRUE);
1037 sdev->freeze = 1;
1103 xpt_release_devq(sdev->path, sdev->freeze, TRUE);
1104 sdev->freeze = 0;
1735 sdev->freeze
[all...]
/freebsd-current/sys/contrib/dev/iwlwifi/queue/
H A Dtx.h179 bool freeze);
/freebsd-current/contrib/llvm-project/libcxx/src/
H A Dstrstream.cpp88 void strstreambuf::freeze(bool __freezefl) { function in class:strstreambuf
/freebsd-current/sys/contrib/dev/iwlwifi/
H A Diwl-trans.h623 bool freeze);
1403 bool freeze)
1411 trans->ops->freeze_txq_timer(trans, txqs, freeze);
1401 iwl_trans_freeze_txq_timer(struct iwl_trans *trans, unsigned long txqs, bool freeze) argument

Completed in 459 milliseconds

12