/freebsd/sys/contrib/device-tree/Bindings/power/reset/ |
H A D | gpio-restart.txt | 7 will be driven in the inactive state. Otherwise its not driven until 13 inactive->active edge condition, triggering positive edge triggered 15 inactive, thus causing an active->inactive edge, triggering negative edge 16 triggered reset. After a delay specified by inactive-delay, the GPIO 30 specified, the GPIO is initialized as an output in its inactive state. 41 - inactive-delay: Delay (default 100) to wait after driving gpio inactive [ms] 52 inactive-delay = <100>;
|
H A D | gpio-restart.yaml | 17 'open-source' is not found, the GPIO line will be driven in the inactive state. Otherwise its 22 This will also cause an inactive->active edge condition, triggering positive edge triggered 23 reset. After a delay specified by active-delay, the GPIO is set to inactive, thus causing an 24 active->inactive edge, triggering negative edge triggered reset. After a delay specified by 25 inactive-delay, the GPIO is driven active again. After a delay specified by wait-delay, the 44 in its inactive state. 54 inactive-delay: 56 description: Delay (default 100) to wait after driving gpio inactive [ms] 77 inactive-delay = <100>;
|
H A D | gpio-poweroff.txt | 6 'input' is not found, the GPIO line will be driven in the inactive 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, 29 inactive state. 31 - inactive-delay-ms: Delay (default 100) to wait after driving gpio inactive
|
H A D | gpio-poweroff.yaml | 15 from inactive to active. After a delay (active-delay-ms) it 16 is expected to be switched back to inactive. After another 17 delay (inactive-delay-ms) it is configured as active again. 36 property is not specified, the GPIO is initialized as an output in its inactive state. 42 inactive-delay-ms: 44 description: Delay to wait after driving gpio inactive
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_remove/ |
H A D | zpool_remove_003_pos.ksh | 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 | 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 | 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)); 342 (IRInt<"mvn_predicated", [Vector, Predicate]> $a, $pred, $inactive)>; 346 (IRInt<"clz_predicated", [Vector, Predicate]> $a, $pred, $inactive)>; 351 (IRInt<"cls_predicated", [Vector, Predicate]> $a, $pred, $inactive)>; 370 (IRInt<name#"_predicated", [Vector, Predicate]> $a, $pred, $inactive), 377 (IRInt<name#"_predicated", [Vector, Predicate]> $a, $pred, $inactive)>; 393 def "": Intrinsic<Vector, (args Vector:$inactive, Vector:$a, Vector:$b, 399 (bitcast $inactive, UVector)), Vector)>; [all …]
|
/freebsd/tests/sys/cddl/zfs/tests/cli_root/zpool_remove/ |
H A D | zpool_remove_003_pos.ksh | 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 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 | 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 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 | 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,
|
/freebsd/sys/contrib/device-tree/Bindings/input/ |
H A D | gpio-matrix-keypad.txt | 27 - drive-inactive-cols: drive inactive columns during scan, 28 default is to turn inactive columns into inputs.
|
/freebsd/sys/contrib/openzfs/.github/workflows/ |
H A D | labels.yml | 29 …gh pr edit $ISSUE --remove-label "Status: Accepted,Status: Inactive,Status: Revision Needed,Status… 39 …SUE --remove-label "Status: Accepted,Status: Code Review Needed,Status: Inactive,Status: Revision … 49 …gh pr edit $ISSUE --remove-label "Status: Accepted,Status: Inactive,Status: Revision Needed,Status…
|
/freebsd/sys/netgraph/netflow/ |
H A D | ng_netflow.h | 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 },\ 108 { "Inactive timeout", &ng_parse_uint32_type },\ 136 uint32_t inactive_timeout; /* flow inactive timeout */ 334 { "inactive", &ng_parse_uint32_type }, \ 452 counter_u64_t nfinfo_inact_exp; /* inactive expiries */ 458 uint32_t nfinfo_inact_t; /* flow inactive timeout */
|
/freebsd/sys/contrib/device-tree/Bindings/sound/ |
H A D | davinci-mcasp-audio.yaml | 52 0 - Inactive, 1 - TX, 2 - RX 53 All AXR pins should be present in the array even if inactive 96 specify the drive on TX pin during inactive time slots 196 0 0 0 0 /* 0: INACTIVE, 1: TX, 2: RX */
|
/freebsd/sys/vm/ |
H A D | vm_pagequeue.h | 103 * inactive pages and aging active pages. To decide how many pages to process, 157 * memory is present in the inactive (I) and laundry (L) page queues, so that it 164 * Otherwise, when the inactive target is met, the page daemon periodically 167 * eventually migrate to the inactive queue. 172 * output) because of a shortage of clean inactive pages, the laundry thread 225 * inactive queue scans. After vm_pageout_oom_seq consecutive scans fail, 264 blockcount_t vmd_inactive_running; /* Number of inactive threads. */ 267 volatile u_int vmd_inactive_freed; /* Successful inactive frees. */ 292 u_int vmd_inactive_target; /* (c) pages desired inactive */
|
/freebsd/share/man/man9/ |
H A D | sleepqueue.9 | 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
|
/freebsd/contrib/dialog/samples/ |
H A D | debian.rc | 49 # Inactive button color 55 # Inactive button key color 61 # Inactive button label color
|
H A D | sourcemage.rc | 48 # Inactive button color 54 # Inactive button key color 60 # Inactive button label color
|
H A D | suse.rc | 48 # Inactive button color 54 # Inactive button key color 60 # Inactive button label color
|
H A D | whiptail.rc | 48 # Inactive button color 54 # Inactive button key color 60 # Inactive button label color
|
H A D | slackware.rc | 48 # Inactive button color 54 # Inactive button key color 60 # Inactive button label color
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_import/ |
H A D | zpool_import_features_001_pos.ksh | 32 # Pool can be imported with inactive unsupported features. 53 log_assert "Pool with inactive unsupported features can be imported." 66 if [[ "$state" != "inactive" ]]; then
|
/freebsd/sys/netpfil/pf/ |
H A D | pf_ioctl.c | 458 ruleset->rules[rs_num].inactive.ticket) in pf_get_kpool() 461 rule = TAILQ_LAST(ruleset->rules[rs_num].inactive.ptr, in pf_get_kpool() 464 rule = TAILQ_FIRST(ruleset->rules[rs_num].inactive.ptr); in pf_get_kpool() 783 /* Purge old inactive rules. */ in pf_begin_eth() 784 TAILQ_FOREACH_SAFE(rule, rs->inactive.rules, entries, in pf_begin_eth() 786 TAILQ_REMOVE(rs->inactive.rules, rule, in pf_begin_eth() 791 *ticket = ++rs->inactive.ticket; in pf_begin_eth() 792 rs->inactive.open = 1; in pf_begin_eth() 807 pf_rollback_eth(rs->inactive.ticket, in pf_rollback_eth_cb() 826 if (!rs->inactive.open || in pf_rollback_eth() [all …]
|
/freebsd/sys/dev/virtio/random/ |
H A D | virtio_random.c | 55 bool inactive; member 181 sc->inactive = false; in vtrnd_attach() 204 sc->inactive = true; in vtrnd_detach() 226 sc->inactive = true; in vtrnd_shutdown() 294 if (sc->inactive) in vtrnd_harvest()
|
/freebsd/usr.sbin/dumpcis/ |
H A D | cardinfo.h | 71 * ------->| inactive |<--------------| filled | 84 * while suspended in the inactive state, you will return to the 85 * empty state if you do not insert a new card and to the inactive state 88 * Some might argue that inactive should be sticky forever and 98 enum cardstate { noslot, empty, suspend, filled, inactive }; enumerator
|