/freebsd/sys/contrib/device-tree/Bindings/power/reset/ |
H A D | gpio-restart.txt | 6 handler. If the optional properties 'open-source' is not found, the GPIO line 7 will be driven in the inactive state. Otherwise its not driven until 13 inactive->active edge condition, triggering positive edge triggered 14 reset. After a delay specified by active-delay, the GPIO is set to 15 inactive, thus causing an active->inactive edge, triggering negative edge 16 triggered reset. After a delay specified by inactive-delay, the GPIO 17 is driven active again. After a delay specified by wait-delay, the 21 - compatible : should be "gpio-restart". 22 - gpios : The GPIO to set high/low, see "gpios property" in 28 - open-source : Treat the GPIO as being open source and defer driving [all …]
|
H A D | gpio-restart.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/power/reset/gpio-restar [all...] |
H A D | gpio-poweroff.txt | 6 'input' is not found, the GPIO line will be driven in the inactive 9 When the power-off handler is called, the gpio is configured as an 11 condition. This will also cause an inactive->active edge condition, so 13 the GPIO is set to inactive, thus causing an active->inactive edge, 19 - compatible : should be "gpio-poweroff". 20 - gpios : The GPIO to set high/low, see "gpios property" in 26 - input : Initially configure the GPIO line as an input. Only reconfigure 27 it to an output when the power-off handler is called. If this optional 29 inactive state. 30 - active-delay-ms: Delay (default 100) to wait after driving gpio active [all …]
|
H A D | gpio-poweroff.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/power/reset/gpio-powerof [all...] |
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_remove/ |
H A D | zpool_remove_003_pos.ksh | 1 #!/bin/ksh -p 10 # or https://opensource.org/licenses/CDDL-1.0. 38 # switch from active to inactive' 42 # 2. Try to replace the inactive hotspare device to active device in the pool 43 # 3. Try to detach active (spare) device to make it inactive 62 " active to inactive in pool" 64 log_note "Check spare device which state go through active to inactive"
|
H A D | zpool_remove_002_pos.ksh | 1 #!/bin/ksh -p 10 # or https://opensource.org/licenses/CDDL-1.0. 37 # Verify that 'zpool can only remove inactive hot spare devices from pool' 41 # 2. Try to remove the inactive hotspare device from the pool 57 log_assert "zpool remove can only remove inactive hotspare device from pool" 68 log_pass "zpool remove can only remove inactive hotspare device from pool"
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | arm_mve.td | 1 //===- arm_mve.td - ACLE intrinsic functions for MVE architecture ---------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 9 // This file defines the set of ACLE-specified source-level intrinsic 17 //===----------------------------------------------------------------------===// 71 // special-purpose IR intrinsics. This is because such a general form 72 // (such as NEON uses) required a variable-width vector size, and we are 272 (select $pred, (not (splat (Scalar $imm))), $inactive), 294 (select $pred, (splat $s), $inactive), 1, "_n", PNT_NType, PNT_None>; 301 defvar PredIntCall = !con((PredInt $inactive, $base), paramsOut, (? $pred)); [all …]
|
/freebsd/tests/sys/cddl/zfs/tests/cli_root/zpool_remove/ |
H A D | zpool_remove_003_pos.ksh | 1 #!/usr/local/bin/ksh93 -p 36 # switch from active to inactive' 40 # 2. Try to replace the inactive hotspare device to active device in the pool 41 # 3. Try to detach active (spare) device to make it inactive 48 # CODING_STATUS: COMPLETED (2007-06-18) 75 " active to inactive in pool" 77 log_note "Check spare device which state go through active to inactive"
|
H A D | zpool_remove_002_pos.ksh | 1 #!/usr/local/bin/ksh93 -p 35 # Verify that 'zpool can only remove inactive hot spare devices from pool' 39 # 2. Try to remove the inactive hotspare device from the pool 46 # CODING_STATUS: COMPLETED (2007-06-18) 63 log_assert "zpool remove can only remove inactive hotspare device from pool" 74 log_pass "zpool remove can only remove inactive hotspare device from pool"
|
/freebsd/stand/common/ |
H A D | disk.h | 1 /*- 64 * FreeBSD (inactive) 66 * Linux (inactive) 68 * DOS/Windows (inactive) 70 * Active MBR slices (marked as bootable) are preferred over inactive. GPT 71 * doesn't have the concept of active/inactive partitions. In both MBR and GPT, 75 * The low-level disk device will typically call disk_open() from its open 78 * selected partition - this offset should be added to the offset passed to 85 #define D_SLICENONE -1 87 #define D_PARTNONE -1 [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/input/ |
H A D | gpio-matrix-keypad.txt | 6 keypad can sense a key-press and key-release by means of GPIO lines and 10 - compatible: Should be "gpio-matrix-keypad" 11 - row-gpios: List of gpios used as row lines. The gpio specifier 14 - col-gpios: List of gpios used as column lines. The gpio specifier 17 - linux,keymap: The definition can be found at 18 bindings/input/matrix-keymap.txt 21 - linux,no-autorepeat: do no enable autorepeat feature. 22 - wakeup-source: use any event on keypad as wakeup event. 24 - debounce-delay-ms: debounce interval in milliseconds 25 - col-scan-delay-us: delay, measured in microseconds, that is needed [all …]
|
/freebsd/sys/contrib/openzfs/.github/workflows/ |
H A D | labels.yml | 8 pull-requests: write 12 runs-on: ubuntu-latest 15 - env: 19 gh pr edit $ISSUE --add-label "Status: Work in Progress" 22 runs-on: ubuntu-latest 25 - env: 29 …gh pr edit $ISSUE --remove-label "Status: Accepted,Status: Inactive,Status: Revision Needed,Status… 32 runs-on: ubuntu-latest 35 - env: 39 …pr edit $ISSUE --remove-label "Status: Accepted,Status: Code Review Needed,Status: Inactive,Status… [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/sound/ |
H A D | davinci-mcasp-audio.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/sound/davinci-mcasp-audio.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Jayesh Choudhary <j-choudhary@ti.com> 15 - ti,dm646x-mcasp-audio 16 - ti,da830-mcasp-audio 17 - ti,am33xx-mcasp-audio 18 - ti,dra7-mcasp-audio 19 - ti,omap4-mcasp-audio [all …]
|
/freebsd/sys/netgraph/netflow/ |
H A D | ng_netflow.h | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 4 * Copyright (c) 2010-2011 Alexander V. Chernikov <melifaro@ipfw.ru> 5 * Copyright (c) 2004-2005 Gleb Smirnoff <glebius@FreeBSD.org> 6 * Copyright (c) 2001-2003 Roman V. Palagin <romanp@unshadow.net> 57 NGM_NETFLOW_SETDLT = 4, /* set data-link type */ 59 NGM_NETFLOW_SETTIMEOUTS = 6, /* set active/inactive flow timeouts */ 77 uint64_t nfinfo_inact_exp; /* inactive expiries */ 85 uint32_t nfinfo_inact_t; /* flow inactive timeout */ 100 { "Inactive expiries", &ng_parse_uint64_type },\ [all …]
|
/freebsd/contrib/dialog/samples/ |
H A D | debian.rc | 3 # Run-time configuration file for dialog, matches Debian color scheme. 8 # Number - <number> 9 # String - "string" 10 # Boolean - <ON|OFF> 11 # Attribute - (foreground,background,highlight?) 13 # Set aspect-ration. 19 # Set tab-length (for textbox tab-conversion). 22 # Make tab-traversal for checklist, etc., include the list. 49 # Inactive button color 55 # Inactive button key color [all …]
|
H A D | sourcemage.rc | 3 # Run-time configuration file for dialog, matches SourceMage color scheme. 7 # Number - <number> 8 # String - "string" 9 # Boolean - <ON|OFF> 10 # Attribute - (foreground,background,highlight?) 12 # Set aspect-ration. 18 # Set tab-length (for textbox tab-conversion). 21 # Make tab-traversal for checklist, etc., include the list. 48 # Inactive button color 54 # Inactive button key color [all …]
|
H A D | suse.rc | 3 # Run-time configuration file for dialog, matches SuSE color scheme. 7 # Number - <number> 8 # String - "string" 9 # Boolean - <ON|OFF> 10 # Attribute - (foreground,background,highlight?) 12 # Set aspect-ration. 18 # Set tab-length (for textbox tab-conversion). 21 # Make tab-traversal for checklist, etc., include the list. 48 # Inactive button color 54 # Inactive button key color [all …]
|
H A D | whiptail.rc | 3 # Run-time configuration file for dialog, matches whiptail's color scheme. 7 # Number - <number> 8 # String - "string" 9 # Boolean - <ON|OFF> 10 # Attribute - (foreground,background,highlight?) 12 # Set aspect-ration. 18 # Set tab-length (for textbox tab-conversion). 21 # Make tab-traversal for checklist, etc., include the list. 48 # Inactive button color 54 # Inactive button key color [all …]
|
H A D | slackware.rc | 3 # Run-time configuration file for dialog, matches Slackware color scheme. 7 # Number - <number> 8 # String - "string" 9 # Boolean - <ON|OFF> 10 # Attribute - (foreground,background,highlight?) 12 # Set aspect-ration. 18 # Set tab-length (for textbox tab-conversion). 21 # Make tab-traversal for checklist, etc., include the list. 48 # Inactive button color 54 # Inactive button key color [all …]
|
/freebsd/sys/vm/ |
H A D | vm_pagequeue.h | 1 /*- 2 * SPDX-License-Identifier: (BSD-3-Clause AND MIT-CMU) 8 * The Mach Operating System project at Carnegie-Mellon University. 35 * Copyright (c) 1987, 1990 Carnegie-Mellon University. 55 * Pittsburgh PA 15213-3890 103 * inactive page [all...] |
/freebsd/share/man/man9/ |
H A D | sleepqueue.9 | 1 .\" Copyright (c) 2000-2004 John H. Baldwin <jhb@FreeBSD.org> 95 The implementation of each wait channel splits its sleepqueue into 2 sub-queues 99 Threads that are not blocked on a wait channel have an associated inactive 101 When a thread blocks on a wait channel it donates its inactive sleep queue 104 the wait channel that it was blocked on gives it an inactive sleep queue for 109 function allocates an inactive sleep queue and is used to assign a 113 function frees the resources associated with an inactive sleep queue and is 180 parameter specifies the sub-queue, in which the contending thread will be 185 .Bl -tag -width ".Dv SLEEPQ_CONDVAR" -compact 201 .Bl -tag -width ".Dv SLEEPQ_INTERRUPTIBLE" -compact [all …]
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_import/ |
H A D | zpool_import_features_001_pos.ksh | 1 #!/bin/ksh -p 10 # or https://opensource.org/licenses/CDDL-1.0. 32 # Pool can be imported with inactive unsupported features. 53 log_assert "Pool with inactive unsupported features can be imported." 60 log_must zhack -d $DEVICE_DIR feature enable $TESTPOOL1 $feature 63 log_must zpool import -d $DEVICE_DIR $TESTPOOL1 65 state=$(zpool list -Ho unsupported@$feature $TESTPOOL1) 66 if [[ "$state" != "inactive" ]]; then
|
/freebsd/sys/dev/virtio/random/ |
H A D | virtio_random.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 55 bool inactive; member 147 sc->vtrnd_dev = dev; in vtrnd_attach() 150 len = sizeof(*sc->vtrnd_value) * HARVESTSIZE; in vtrnd_attach() 151 sc->vtrnd_value = malloc_aligned(len, len, M_DEVBUF, M_WAITOK); in vtrnd_attach() 152 sc->vtrnd_sg = sglist_build(sc->vtrnd_value, len, M_WAITOK); in vtrnd_attach() 173 sc->eh = EVENTHANDLER_REGISTER(shutdown_post_sync, in vtrnd_attach() 175 if (sc->eh == NULL) { in vtrnd_attach() 181 sc->inactive = false; in vtrnd_attach() [all …]
|
/freebsd/sys/netpfil/pf/ |
H A D | pf_ioctl.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 13 * - Redistributions of source code must retain the above copyright 15 * - Redistributions in binary form must reproduce the above 35 * Materiel Command, USAF, under agreement number F30602-01-2-0537. 226 * XXX - These are new and need to be checked when moveing to a new version 309 * Copy a user-provided string, returning an error if truncation would occur. 311 * guarantee that it's nul-terminated. 346 V_pf_default_rule.nr = -1; in pfattach_vnet() 347 V_pf_default_rule.rtableid = -1; in pfattach_vnet() [all …]
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/mmp/ |
H A D | mmp_inactive_import.ksh | 1 #!/bin/ksh -p 22 # Verify import behavior for inactive, but not exported, pools 49 log_assert "multihost=on|off inactive pool activity checks" 59 for opt in "" "-f"; do 60 log_must zpool export -F $TESTPOOL 65 log_must zpool export -F $TESTPOOL 69 log_must import_no_activity_check $TESTPOOL "-f" 72 log_must zpool export -F $TESTPOOL 75 log_must import_no_activity_check $TESTPOOL "-f" 81 for opt in "" "-f"; do [all …]
|