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

/freebsd-13-stable/tests/sys/cddl/zfs/tests/cli_root/zpool/
H A Dzpool_003_pos.ksh40 # Verify debugging features of zpool such as ABORT and freeze/unfreeze
65 log_must $ZPOOL freeze $TESTPOOL
67 log_mustnot $ZPOOL freeze $TESTPOOL
68 log_mustnot $ZPOOL freeze ${TESTPOOL%%/*}
71 log_mustnot $ZPOOL freeze fakepool
/freebsd-13-stable/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
75 log_must zpool freeze $TESTPOOL
77 log_mustnot zpool freeze $TESTPOOL
78 log_mustnot zpool freeze ${TESTPOOL%%/*}
81 log_mustnot zpool freeze fakepool
/freebsd-13-stable/sys/compat/linuxkpi/common/include/linux/
H A Dpm.h41 .freeze = _suspendfunc, \
H A Ddevice.h71 int (*freeze)(struct device *dev); member in struct:dev_pm_ops
/freebsd-13-stable/tests/sys/cddl/zfs/tests/zil/
H A Dzil.kshlib37 # and consequently no post-freeze log records will be created.
40 log_must $ZPOOL freeze $TESTPOOL
/freebsd-13-stable/libexec/rc/rc.d/
H A Ddevmatch63 devctl freeze
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/slog/
H A Dslog_replay_fs_002.ksh89 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-13-stable/usr.sbin/devctl/
H A Ddevctl.c84 " devctl freeze\n"
353 fprintf(stderr, "usage: devctl freeze\n");
358 freeze(int ac, char **av __unused) function
364 err(1, "Failed to freeze probe/attach");
367 DEVCTL_COMMAND(top, freeze, freeze);
/freebsd-13-stable/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-13-stable/sys/powerpc/mpc85xx/
H A Dplatform_mpc85xx.c565 /* Fallback freeze. In case no real handler is found in the device tree. */
567 dummy_freeze(device_t dev, bool freeze) argument
580 mpc85xx_rcpm_freeze_timebase(device_t dev, bool freeze) argument
586 if (freeze)
647 mpc85xx_guts_freeze_timebase(device_t dev, bool freeze) argument
655 if (freeze)
/freebsd-13-stable/crypto/openssh/
H A Dsmult_curve25519_ref.c50 static void freeze(unsigned int a[32]) function
262 freeze(work + 64);
/freebsd-13-stable/sys/dev/firewire/
H A Dsbp.c170 uint16_t freeze; member in struct:sbp_dev
712 sdev->freeze++;
744 sdev->freeze++;
1000 xpt_release_devq(sdev->path, sdev->freeze, TRUE);
1001 sdev->freeze = 1;
1040 xpt_release_devq(sdev->path, sdev->freeze, TRUE);
1041 sdev->freeze = 1;
1107 xpt_release_devq(sdev->path, sdev->freeze, TRUE);
1108 sdev->freeze = 0;
1739 sdev->freeze
[all...]
/freebsd-13-stable/contrib/llvm-project/libcxx/src/
H A Dstrstream.cpp127 strstreambuf::freeze(bool __freezefl) function in class:strstreambuf
/freebsd-13-stable/sys/cam/
H A Dcam_xpt.c3059 * the freeze count so that a single timeout
3078 * Decrement the freeze count so that a single
3466 * The client wants to freeze the queue
4459 uint32_t freeze; local
4466 freeze = (dev->ccbq.queue.qfrozen_cnt += count);
4470 return (freeze);
4478 uint32_t freeze; local
4483 freeze = xpt_freeze_devq_device(dev, count);
4485 return (freeze);
4492 uint32_t freeze; local
[all...]
/freebsd-13-stable/contrib/subversion/subversion/libsvn_fs/
H A Dfs-loader.h274 svn_error_t *(*freeze)(svn_fs_t *fs,
270 svn_error_t *(*freeze)(svn_fs_t *fs, member in struct:fs_vtable_t
H A Dfs-loader.c768 SVN_ERR(fs->vtable->freeze(fs, freeze_func, freeze_baton, pool));
/freebsd-13-stable/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLLexer.cpp907 INSTKEYWORD(freeze, Freeze);

Completed in 152 milliseconds