Home
last modified time | relevance | path

Searched refs:freeze (Results 1 – 25 of 74) sorted by relevance

123

/freebsd/sys/contrib/device-tree/Bindings/fpga/
H A Daltera-freeze-bridge.txt3 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/tests/sys/cddl/zfs/tests/cli_root/zpool/
H A Dzpool_003_pos.ksh60 log_must $ZPOOL freeze $TESTPOOL
62 log_mustnot $ZPOOL freeze $TESTPOOL
63 log_mustnot $ZPOOL freeze ${TESTPOOL%%/*}
66 log_mustnot $ZPOOL freeze fakepool
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool/
H A Dzpool_003_pos.ksh62 log_must zpool freeze $TESTPOOL
64 log_mustnot zpool freeze $TESTPOOL
65 log_mustnot zpool freeze ${TESTPOOL%%/*}
68 log_mustnot zpool freeze fakepool
/freebsd/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();
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/
H A Dstrstream40 void freeze(bool freezefl = true);
94 void freeze(bool freezefl = true);
120 void freeze(bool freezefl = true);
162 void freeze(bool __freezefl = true);
225 _LIBCPP_HIDE_FROM_ABI void freeze(bool __freezefl = true) { __sb_.freeze(__freezefl); }
255 _LIBCPP_HIDE_FROM_ABI void freeze(bool __freezefl = true) { __sb_.freeze(__freezefl); }
/freebsd/contrib/llvm-project/libcxx/include/
H A Dstrstream40 void freeze(bool freezefl = true);
94 void freeze(bool freezefl = true);
120 void freeze(bool freezefl = true);
181 void freeze(bool __freezefl = true);
301 _LIBCPP_HIDE_FROM_ABI void freeze(bool __freezefl = true) { __sb_.freeze(__freezefl); }
344 _LIBCPP_HIDE_FROM_ABI void freeze(bool __freezefl = true) { __sb_.freeze(__freezefl); }
/freebsd/sys/powerpc/powermac/
H A Dtbgpio.c132 tbgpio_freeze_timebase(device_t dev, bool freeze) in tbgpio_freeze_timebase() argument
140 if (freeze) in tbgpio_freeze_timebase()
/freebsd/sys/powerpc/mpc85xx/
H A Dplatform_mpc85xx.c578 dummy_freeze(device_t dev, bool freeze) in dummy_freeze() argument
601 mpc85xx_rcpm_freeze_timebase(device_t dev, bool freeze) in mpc85xx_rcpm_freeze_timebase() argument
607 if (freeze) { in mpc85xx_rcpm_freeze_timebase()
668 mpc85xx_guts_freeze_timebase(device_t dev, bool freeze) in mpc85xx_guts_freeze_timebase() argument
676 if (freeze) in mpc85xx_guts_freeze_timebase()
/freebsd/usr.sbin/devctl/
H A Ddevctl.c357 freeze(int ac, char **av __unused) in freeze() function
366 DEVCTL_COMMAND(top, freeze, freeze);
/freebsd/sys/dev/firewire/
H A Dsbp.c166 uint16_t freeze; member
698 sdev->freeze++; in sbp_probe_target()
730 sdev->freeze++; in sbp_probe_target()
984 xpt_release_devq(sdev->path, sdev->freeze, TRUE); in sbp_cam_scan_lun()
985 sdev->freeze = 1; in sbp_cam_scan_lun()
1024 xpt_release_devq(sdev->path, sdev->freeze, TRUE); in sbp_cam_scan_target()
1025 sdev->freeze = 1; in sbp_cam_scan_target()
1091 xpt_release_devq(sdev->path, sdev->freeze, TRUE); in sbp_agent_reset_callback()
1092 sdev->freeze = 0; in sbp_agent_reset_callback()
1713 sdev->freeze++; in sbp_recv1()
[all …]
/freebsd/contrib/hyperv/tools/
H A Dhv_vss_daemon.c78 freeze(void) in freeze() function
251 error = freeze(); in main()
/freebsd/tests/sys/cddl/zfs/tests/zil/
H A Dzil.kshlib38 log_must $ZPOOL freeze $TESTPOOL
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_import/
H A Dzpool_import_hostid_changed_unclean_export.ksh57 log_must zpool freeze $TESTPOOL1
H A Dzpool_import_hostid_changed_cachefile_unclean_export.ksh61 log_must zpool freeze $TESTPOOL1
H A Dzpool_import_status.ksh76 log_must zpool freeze $TESTPOOL1
/freebsd/libexec/rc/rc.d/
H A Ddevmatch69 devctl freeze
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dpm.h64 .freeze = _suspendfunc, \
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/suid/
H A Dsuid_write_zil_replay.ksh54 log_must zpool freeze $TESTPOOL
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/removal/
H A Dremoval_with_missing_log.ksh60 log_must zpool freeze $TESTPOOL
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/slog/
H A Dslog_replay_fs_002.ksh80 log_must zpool freeze $TESTPOOL
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/longname/
H A Dlongname_003_pos.ksh79 log_must zpool freeze $TESTPOOL
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/block_cloning/
H A Dblock_cloning_fideduperange_replay.ksh71 log_must zpool freeze $TESTPOOL
H A Dblock_cloning_replay.ksh75 log_must zpool freeze $TESTPOOL
H A Dblock_cloning_replay_encrypted.ksh77 log_must zpool freeze $TESTPOOL
/freebsd/crypto/openssh/
H A Dsmult_curve25519_ref.c50 static void freeze(unsigned int a[32]) in freeze() function
262 freeze(work + 64); in crypto_scalarmult_curve25519()

123