/freebsd/sys/contrib/device-tree/Bindings/fpga/ |
H A D | altera-freeze-bridge.txt | 1 Altera Freeze Bridge Controller Driver 3 The Altera Freeze Bridge Controller manages one or more freeze bridges. 4 The controller can freeze/disable the bridges which prevents signal 10 - compatible : Should contain "altr,freeze-bridge-controller" 11 - regs : base address and size for freeze bridge module 16 freeze-controller@100000450 { 17 compatible = "altr,freeze-bridge-controller";
|
/freebsd/share/man/man4/ |
H A D | hv_vss.4 | 52 The freeze or thaw functionality of application is important to guarantee 58 applications' freeze/thaw should start or finish. 59 But it is not aware of the freeze/thaw notification from Hyper-V host. 62 is designed to notify application freeze/thaw request. 63 Thus, it plays a role of broker to forward the freeze/thaw command from Hyper-V host 70 takes the responsibility to freeze/thaw UFS file system, 85 will be informed to check whether file system freeze/thaw is supported. 97 VM supports VSS, it will send freeze request to VM, and 123 All the default timeout limit used in VSS capability check, freeze or thaw is the same. 165 #define FREEZE (1) [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | CanonicalizeFreezeInLoops.cpp | 9 // This pass canonicalizes freeze instructions in a loop by pushing them out to 15 // i.next.fr = freeze i.next // push this out of this loop 19 // init.fr = freeze init 50 #define DEBUG_TYPE "canon-freeze" 70 // Can freeze instruction be pushed into operands of I? 93 // A freeze instruction that uses an induction phi 130 // Given U = (value, user), replace value with freeze(value), and let 131 // SCEV forget user. The inserted freeze is placed in the preheader. 142 LLVM_DEBUG(dbgs() << "canonfr: inserting freeze:\n"); in InsertFreezeAndForgetFromSCEV() 177 // another freeze into the loop, so skip this PHI. in run() [all …]
|
/freebsd/contrib/hyperv/tools/ |
H A D | hv_vss_daemon.c | 24 #define FREEZE (1) macro 66 continue; /* skip to freeze '/dev' */ in check() 68 continue; /* skip to freeze RDONLY partition */ in check() 78 freeze(void) in freeze() function 101 continue; /* skip to freeze '/dev' */ in freeze() 103 continue; /* skip to freeze RDONLY partition */ in freeze() 147 fprintf(stderr, "%s: daemon for UFS file system freeze/thaw\n" in usage() 251 error = freeze(); in main() 270 userdata.status, op == HV_VSS_FREEZE ? "Freeze" : in main()
|
H A D | hv_vss_daemon.8 | 38 daemon provides the ability to freeze and thaw the file system for 52 accepts file system freeze and thaw requests from the 56 The file system freeze and thaw functionality is
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool/ |
H A D | zpool_003_pos.ksh | 36 # 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/tests/sys/cddl/zfs/tests/cli_root/zpool/ |
H A D | zpool_003_pos.ksh | 35 # 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/tools/test/stress2/misc/ |
H A D | ufssuspend.sh | 40 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/sys/dev/hwpmc/ |
H A D | hwpmc_power8.c | 68 * By default, freeze counter in all states. in power8_set_pmc() 91 /* Freeze all counters before modifying PMC registers */ in power8_pcpu_init() 98 * - FCPC=0, FCP=0: don't freeze counters in problem state in power8_pcpu_init() 99 * - FCECE: Freeze Counters on Enabled Condition or Event in power8_pcpu_init() 113 /* Freeze each counter, in all states */ in power8_pcpu_init() 118 /* Enable interrupts, unset global freeze */ in power8_pcpu_init() 130 /* Freeze counters, disable interrupts */ in power8_pcpu_fini()
|
/freebsd/usr.sbin/devctl/ |
H A D | devctl.8 | 68 .Cm freeze 179 .It Cm freeze 180 Freeze probe and attach processing initiated in response to drivers being 192 Resume (thaw the freeze) probe and attach initiated in response to drivers 194 In addition to resuming, all pending actions that were frozen during the freeze
|
H A D | devctl.c | 82 " devctl freeze\n" in usage() 352 fprintf(stderr, "usage: devctl freeze\n"); in freeze_usage() 357 freeze(int ac, char **av __unused) in freeze() function 363 err(1, "Failed to freeze probe/attach"); in freeze() 366 DEVCTL_COMMAND(top, freeze, freeze);
|
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | strstream | 40 void freeze(bool freezefl = true); 94 void freeze(bool freezefl = true); 120 void freeze(bool freezefl = true); 174 void freeze(bool __freezefl = true); 294 _LIBCPP_HIDE_FROM_ABI void freeze(bool __freezefl = true) { __sb_.freeze(__freezefl); } 337 _LIBCPP_HIDE_FROM_ABI void freeze(bool __freezefl = true) { __sb_.freeze(__freezefl); }
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/slog/ |
H A D | slog_replay_volume.ksh | 42 # "freeze" command is required to flush the in-flight transactions; 44 # deltas are discarded. All deltas past a freeze point are kept 50 # 2. Freeze TESTVOL. 108 # 2. Freeze TESTVOL 110 log_must zpool freeze $TESTPOOL
|
H A D | slog_replay_fs_001.ksh | 42 # "freeze" command is required to flush the in-flight transactions; 44 # deltas are discarded. All deltas past a freeze point are kept 49 # 2. Freeze TESTFS 89 # 2. Freeze TESTFS 91 log_must zpool freeze $TESTPOOL
|
H A D | slog_016_pos.ksh | 35 # 2. Freeze TESTFS 90 # 2. Freeze TESTFS 92 log_must zpool freeze $TESTPOOL
|
H A D | slog_replay_fs_002.ksh | 37 # 2. Freeze TESTFS 87 # 2. Freeze TESTFS 89 log_must zpool freeze $TESTPOOL
|
/freebsd/contrib/libarchive/libarchive/ |
H A D | archive_ppmd8_private.h | 40 /* The BUG in Shkarin's code for FREEZE mode was fixed, but that fixed 42 in FREEZE mode. So we disable FREEZE mode support. */
|
/freebsd/tests/sys/cddl/zfs/tests/zil/ |
H A D | zil.kshlib | 35 # and consequently no post-freeze log records will be created. 38 log_must $ZPOOL freeze $TESTPOOL
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
H A D | CanonicalizeFreezeInLoops.h | 9 // This file canonicalizes freeze instructions in a loop. 23 /// A pass that canonicalizes freeze instructions in a loop.
|
/freebsd/tools/test/stress2/tools/ |
H A D | freeze.sh | 29 # Freeze detection script 40 echo "Freeze from $d1 to $d2, $e elapsed."
|
H A D | freeze2.sh | 29 # Freeze detection script 41 echo "Freeze from $d1 to $d2, $e elapsed."
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_import/ |
H A D | zpool_import_hostid_changed_unclean_export.ksh | 30 # 3.1. Sync then freeze the pool. 56 log_must zpool freeze $TESTPOOL1
|
H A D | zpool_import_hostid_changed_cachefile_unclean_export.ksh | 31 # 4.1. Sync then freeze the pool. 60 log_must zpool freeze $TESTPOOL1
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/tmpfile/ |
H A D | tmpfile_002_pos.c | 23 * 3. freeze the pool, export and re-import the pool. 68 run("freeze"); in main()
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/suid/ |
H A D | suid_write_zil_replay.ksh | 61 # 2. Freeze TESTFS 63 log_must zpool freeze $TESTPOOL
|