| /freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/failmode/ |
| H A D | failmode_dmu_tx_wait.ksh | 1 #!/bin/ksh -p 2 # SPDX-License-Identifier: CDDL-1.0 6 # The contents of this file are subject to the terms of the 11 # or https://opensource.org/licenses/CDDL-1.0. 32 typeset -i dd_pid=0 36 zinject -c all || true 38 test $dd_pid -gt 0 && kill -9 $dd_pid || true 44 DISK=${DISKS%% *} 46 # create a single-disk pool, set failmode=wait 47 log_must zpool create -o failmode=wait -f $TESTPOOL $DISK [all …]
|
| H A D | failmode_dmu_tx_continue.ksh | 1 #!/bin/ksh -p 2 # SPDX-License-Identifier: CDDL-1.0 6 # The contents of this file are subject to the terms of the 11 # or https://opensource.org/licenses/CDDL-1.0. 32 typeset -i dd_pid=0 36 zinject -c all || true 38 test $dd_pid -gt 0 && kill -9 $dd_pid || true 44 DISK=${DISKS%% *} 46 # create a single-disk pool, set failmode=continue 47 log_must zpool create -o failmode=continue -f $TESTPOOL $DISK [all …]
|
| H A D | failmode.kshlib | 1 #!/bin/ksh -p 2 # SPDX-License-Identifier: CDDL-1.0 6 # The contents of this file are subject to the terms of the 11 # or https://opensource.org/licenses/CDDL-1.0. 30 typeset -A failmode_sync_helper_cmd=( 37 typeset -A failmode_sync_helper_dsopts=( 38 ["syncalways"]="-o sync=always" 43 zinject -c all || true 52 # - failmode: wait|continue 53 # - helper: fsync|msync|osync|syncalways [all …]
|
| /freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/fault/ |
| H A D | suspend_resume_single.ksh | 1 #!/bin/ksh -p 2 # SPDX-License-Identifier: CDDL-1.0 6 # The contents of this file are subject to the terms of the 11 # or https://opensource.org/licenses/CDDL-1.0. 37 rm -f $DATAFILE 42 log_assert "ensure single-disk pool resumes properly after suspend and clear" 52 # create a single-device pool 56 # "pull" the disk 59 # copy data onto the pool. it'll appear to succeed, but only be in memory 63 log_note "waiting for pool to suspend" [all …]
|
| /freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/syncfs/ |
| H A D | syncfs_suspend.ksh | 1 #!/bin/ksh -p 2 # SPDX-License-Identifier: CDDL-1.0 6 # The contents of this file are subject to the terms of the 11 # or https://opensource.org/licenses/CDDL-1.0. 32 typeset -i syncfs_pid=0 36 zinject -c all || true 38 test $syncfs_pid -gt 0 && kill -9 $syncfs_pid || true 44 DISK=${DISKS%% *} 46 # create a single-disk pool, set failmode=wait 47 log_must zpool create -o failmode=wait -f $TESTPOOL $DISK [all …]
|
| /freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_initialize/ |
| H A D | zpool_initialize_uninit.ksh | 1 #!/bin/ksh -p 2 # SPDX-License-Identifier: CDDL-1.0 6 # The contents of this file are subject to the terms of the 11 # or https://opensource.org/licenses/CDDL-1.0. 36 # 1. Create a one-disk pool. 38 # 3. Verify pool wide cancel|suspend + uninit 41 # c. Cancel or suspend initializing and verify that initializing is not active. 43 # 4. Verify per-disk cancel|suspend + uninit 46 DISK1="$(echo $DISKS | cut -d' ' -f1)" 47 DISK2="$(echo $DISKS | cut -d' ' -f2)" [all …]
|
| H A D | zpool_initialize_suspend_resume.ksh | 1 #!/bin/ksh -p 2 # SPDX-License-Identifier: CDDL-1.0 6 # The contents of this file are subject to the terms of the 11 # or https://opensource.org/licenses/CDDL-1.0. 35 # 1. Create a one-disk pool. 37 # 3. Wait 3 seconds, then suspend initializing and verify that the progress 45 log_must zpool create -f $TESTPOOL $DISK1 48 [[ -z "$(initialize_progress $TESTPOOL $DISK1)" ]] && \ 52 log_must zpool initialize -s $TESTPOOL 57 [[ "$progress" -eq "$(initialize_progress $TESTPOOL $DISK1)" ]] || \ [all …]
|
| H A D | zpool_initialize_start_and_cancel_neg.ksh | 1 #!/bin/ksh -p 2 # SPDX-License-Identifier: CDDL-1.0 6 # The contents of this file are subject to the terms of the 11 # or https://opensource.org/licenses/CDDL-1.0. 36 # 1. Create a three-disk pool. 38 # 3. Try to cancel and suspend initializing on the non-initializing disks. 39 # 4. Try to re-initialize the currently initializing disk. 43 DISK2="$(echo $DISKS | cut -d' ' -f2)" 44 DISK3="$(echo $DISKS | cut -d' ' -f3)" 46 log_must zpool list -v [all …]
|
| H A D | zpool_initialize_online_offline.ksh | 1 #!/bin/ksh -p 2 # SPDX-License-Identifier: CDDL-1.0 6 # The contents of this file are subject to the terms of the 11 # or https://opensource.org/licenses/CDDL-1.0. 35 # 1. Create a pool with a two-way mirror. 37 # 3. Offline the disk. 38 # 4. Online the disk. 40 # 6. Suspend initializing. 41 # 7. Repeat steps 3-4 and verify that initializing does not resume. 45 DISK2="$(echo $DISKS | cut -d' ' -f2)" [all …]
|
| /freebsd/sys/contrib/device-tree/Bindings/regulator/ |
| H A D | regulator.yaml | 1 # SPDX-License-Identifier: GPL-2.0 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Liam Girdwood <lgirdwood@gmail.com> 11 - Mark Brown <broonie@kernel.org> 14 regulator-nam [all...] |
| H A D | maxim,max77802.yaml | 1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Javier Martinez Canillas <javier@dowhile0.org> 11 - Krzysztof Kozlowski <krzk@kernel.org> 17 The Maxim MAX77686 provides 10 high-efficiency Buck and 32 Low-DropOut (LDO) 23 Certain regulators support "regulator-initial-mode" and "regulator-mode". 24 The valid modes list is defined in the dt-bindings/regulator/maxim,max77802.h 26 1 - Normal regulator voltage output mode. 27 3 - Low Power which reduces the quiescent current down to only 1uA [all …]
|
| /freebsd/sys/contrib/device-tree/src/arm64/rockchip/ |
| H A D | rk3568-qnap-ts433.dts | 1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 4 * Copyright (c) 2024 Uwe Kleine-König 7 /dts-v1/; 9 #include <dt-bindings/input/input.h> 10 #include <dt-bindings/leds/common.h> 11 #include <dt-bindings/gpio/gpio.h> 15 model = "Qnap TS-433-4G NAS System 4-Bay"; 25 stdout-path = "serial2:115200n8"; 29 compatible = "gpio-keys"; 30 pinctrl-0 = <©_button_pin>, <&reset_button_pin>; [all …]
|
| /freebsd/share/man/man4/ |
| H A D | acpi.4 | 15 .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 19 .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 57 driver is intended to provide power management without user intervention. 59 used to modify or monitor 65 .Bl -tag -width indent 76 Lowest Cx state to use for idling the CPU. 83 should be set to 93 is equivalent to the ia32 101 but additionally requires bus mastering to be disabled. 118 exiting to legacy mode first. [all …]
|
| H A D | acpi_ibm.4 | 15 .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 19 .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 36 .Bd -ragged -offset indent 40 Alternatively, to load the driver as a 43 .Bd -literal -offset indent 50 The main purpose of this driver is to provide an interface, 62 interface has to be enabled explicitly, as it may alter the default action of 71 sysctl, is set to 80 .Bl -tag -width "subsystem" -offset indent -compact 95 .Bl -tag -width "subsystem" -offset indent -compact [all …]
|
| /freebsd/contrib/file/magic/Magdir/ |
| H A D | virtual | 2 #------------------------------------------------------------------------------ 5 # Microsoft hard disk images for: 10 # Reference: https://download.microsoft.com/download/f/f/e/ffef50a5-07dd-4cf8-aaa3-442c0673a029/ 11 # Virtual%20Hard%20Disk%20Format%20Spec_10_18_06.doc 12 0 string conectix Microsoft Disk Image, Virtual Server or Virtual PC 14 #0 string conectix Microsoft Virtual Hard Disk image 16 !:mime application/x-virtualbox-vhd 18 # Features is a bit field used to indicate specific feature support 20 # Reserved. This bit must always be set to 1. 27 # Dynamic Disk Header cookie like cxsparse [all …]
|
| /freebsd/share/man/man4/man4.i386/ |
| H A D | apm.4 | 21 This driver is scheduled for removal prior to the release of 25 is an interface to the Intel / Microsoft APM (Advanced Power Management) BIOS 30 .Bl -enum -offset indent 34 adjusts the system clock to RTC. 38 passes a message to 56 .Bl -tag -width 4n -offset indent 58 Suspend system. 100 no need to use these two operations in most cases. 108 .Bl -column "xxxxxxxxxxxxxxxxx" "xxxxxxxxxxxxx" "xxxxxxxx" 110 .It Dv "PMEV_STANDBYREQ" Ta No "suspend system" Ta "standby request" [all …]
|
| /freebsd/usr.sbin/acpi/acpiconf/ |
| H A D | acpiconf.8 | 1 .\"- 2 .\" Copyright (c) 2000 Dag-Erling Smørgrav 14 .\" 3. The name of the author may not be used to endorse or promote products 18 .\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES 22 .\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 45 The following command-line options are recognized: 46 .Bl -tag -width ".Fl s Ar type" 54 Ack or abort a pending suspend request using the argument provided. 62 (not implemented on most systems but similar to S1), 67 (the CPU context is lost and memory context is stored to disk). [all …]
|
| /freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/procfs/ |
| H A D | pool_state.ksh | 1 #!/bin/ksh -p 2 # SPDX-License-Identifier: CDDL-1.0 6 # The contents of this file are subject to the terms of the 11 # or https://opensource.org/licenses/CDDL-1.0. 34 # 3. Fault one disk 36 # 5. Create a new pool with a single scsi_debug disk 37 # 6. Remove the disk 39 # 8. Add the disk back in 49 if [ -n "$TESTPOOL2" ] ; then 50 if [ -n "$host" ] ; then [all …]
|
| /freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_trim/ |
| H A D | zpool_trim_start_and_cancel_neg.ksh | 1 #!/bin/ksh -p 2 # SPDX-License-Identifier: CDDL-1.0 32 # 1. Create a three-disk pool. 34 # 3. Try to cancel and suspend trimming on the non-trimming disks. 35 # 4. Try to re-trim the currently trimming disk. 39 DISK2="$(echo $DISKS | cut -d' ' -f2)" 40 DISK3="$(echo $DISKS | cut -d' ' -f3)" 42 log_must zpool list -v 43 log_must zpool create -f $TESTPOOL $DISK1 $DISK2 $DISK3 -O recordsize=4k 46 log_must zpool trim -r 1 $TESTPOOL $DISK1 [all …]
|
| H A D | zpool_trim_online_offline.ksh | 1 #!/bin/ksh -p 2 # SPDX-License-Identifier: CDDL-1.0 31 # 1. Create a pool with a two-way mirror, prepare blocks to trim. 33 # 3. Offline the disk. 34 # 4. Online the disk. 36 # 6. Suspend trimming. 37 # 7. Repeat steps 3-4 and verify that trimming does not resume. 41 DISK2="$(echo $DISKS | cut -d' ' -f2)" 43 log_must zpool create -f $TESTPOOL mirror $DISK1 $DISK2 -O recordsize=4k 46 log_must zpool trim -r 1 $TESTPOOL $DISK1 [all …]
|
| /freebsd/lib/libsys/ |
| H A D | acct.2 | 13 .\" may be used to endorse or promote products derived from this software 17 .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 21 .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 52 pathname (null-terminated), record collection is enabled and for 54 conditions an accounting record is appended to 69 This call is permitted only to the super-user. 77 .Bl -tag -width ".Va kern.acct_chkfreq" 79 Specifies the frequency (in seconds) with which free disk 82 The percentage of free disk space above which process 85 The percentage of free disk space below which process [all …]
|
| /freebsd/sys/dev/mmc/ |
| H A D | mmcsd.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 18 * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES 22 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 28 * Portions of this software may have been developed with reference to 31 * The following conditions apply to the release of the simplified 35 * Group. This Simplified Specification is provided on a non-confidential 36 * basis subject to the disclaimers below. Any implementation of the 38 * Association, SD Group, SD-3C LLC or other third parties. 44 * is provided "AS-IS" without any representations or warranties of any [all …]
|
| /freebsd/lib/geom/eli/ |
| H A D | geli.8 | 1 .\" Copyright (c) 2005-2019 Pawel Jakub Dawidek <pawel@dawidek.net> 14 .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 18 .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 32 To compile GEOM_ELI into your kernel, add the following lines to your kernel 34 .Bd -ragged -offset indent 39 Alternatively, to load the GEOM_ELI module at boot time, add the following line 42 .Bd -literal -offset indent 63 .Cm label - an alias for 77 .Cm stop - an alias for 121 .Cm suspend [all …]
|
| /freebsd/sys/contrib/openzfs/include/sys/ |
| H A D | zil_impl.h | 1 // SPDX-License-Identifier: CDDL-1.0 5 * The contents of this file are subject to the terms of the 10 * or https://opensource.org/licenses/CDDL-1.0. 42 * An lwb will start out in the "new" state, and transition to the "opened" 43 * state via a call to zil_lwb_write_open() on first itx assignment. When 44 * transitioning from "new" to "opened" the zilog's "zl_issuer_lock" and 49 * When transitioning from "opened" to "closed" the zilog's "zl_issuer_lock" 50 * must be held. New lwb allocation also takes "zl_lock" to protect the list. 56 * When lwb in "ready" state receives its block pointer, it can transition to 62 * "issued" to "write done", and then from "write done" to "flush done", [all …]
|
| /freebsd/contrib/openbsm/man/ |
| H A D | audit_control.5 | 1 .\" Copyright (c) 2004-2009 Apple Inc. 7 .\" contract FA8650-15-C-7558 ("CADETS"), as part of the DARPA Transparent 19 .\" its contributors may be used to endorse or promote products derived 23 .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 27 .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 49 .Bl -tag -width indent 53 Changes to this entry can only be enacted by restarting the 57 for a description of how to restart the audit system. 59 When set to 64 will be creating hardlinks to all trail files in [all …]
|