/freebsd-src/sys/contrib/device-tree/Bindings/arm/cpu-enable-method/ |
H A D | al,alpine-smp | 2 Secondary CPU enable-method "al,alpine-smp" binding 5 This document describes the "al,alpine-smp" method for 7 "al,alpine-smp" enable method should be defined in the 10 Enable method name: "al,alpine-smp" 12 Compatible CPUs: "arm,cortex-a15" 17 "al,alpine-cpu-resume" and "al,alpine-n [all...] |
/freebsd-src/sys/contrib/device-tree/Bindings/arm/hisilicon/controller/ |
H A D | sysctrl.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Wei Xu <xuwei5@hisilicon.com> 19 offset. In addition, the HiP01 system controller has some specific control 23 Hisilicon system controller --> hisilicon,sysctrl 24 HiP01 system controller --> hisilicon,hip01-sysctrl 25 Hi6220 system controller --> hisilicon,hi6220-sysctrl 26 Hi3519 system controller --> hisilicon,hi3519-sysctrl 29 - if: [all …]
|
/freebsd-src/share/man/man4/man4.i386/ |
H A D | apm.4 | 30 .Bl -enum -offset indent 56 .Bl -tag -width 4n -offset indent 108 .Bl -column "xxxxxxxxxxxxxxxxx" "xxxxxxxxxxxxx" "xxxxxxxx" 114 .It Dv "PMEV_NORMRESUME" Ta No "resume system" Ta "normal resume" 115 .It Dv "PMEV_CRITRESUME" Ta No "resume system" Ta "critical resume" 116 .It Dv "PMEV_STANDBYRESUME" Ta No "resume system" Ta "standby resume" 128 Many, if not most, of the implementations of APM-bios in laptops 130 You may be putting your LCD-display and batteries at 133 MS-Windows is that they use the real-mode interface.) 143 is active, calling the BIOS setup routine by using hot-keys, [all …]
|
/freebsd-src/share/man/man9/ |
H A D | kthread.9 | 1 .\" Copyright (c) 2000-2001 103 .Bd -literal -offset indent 114 .Bl -tag -width ".Va global_threadpp" -offset indent 205 functions are used to suspend and resume a kernel thread. 212 until it is told to resume. 213 Once it has been told to resume it will return allowing execution of the 216 resume request. 221 of the kernel thread to suspend or resume. 242 functions return zero on success and non-zero on failure. 254 .Bd -literal -offset indent [all …]
|
H A D | kproc.9 | 1 .\" Copyright (c) 2000-2001 103 .Bd -literal -offset indent 114 .Bl -tag -width ".Va global_procpp" -offset indent 191 functions are used to suspend and resume a kernel process. 201 until it is told to resume. 202 Once it has been told to resume it will return allowing execution of the 205 resume request. 210 of the kernel process to suspend or resume. 283 functions return zero on success and non-zero on failure. 295 .Bd -literal -offset indent [all …]
|
H A D | iflibdi.9 | 106 .Bl -tag -width ".Va if_capabilities" -offset indent 174 .Bl -ohang -offset indent 187 Resume a device by calling the device dependent resume function, the 208 Calls led_create to initialize the ctx->ifc_led_dev field
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Coroutines/ |
H A D | CoroEarly.cpp | 1 //===- CoroEarly.cpp - Coroutine Early Function Pass -------- 69 int64_t Offset = alignTo( lowerCoroPromise() local [all...] |
H A D | CoroInternal.h | 1 //===- CoroInternal.h - Internal Coroutine interfaces -------- 90 Resume, global() enumerator [all...] |
/freebsd-src/sys/contrib/device-tree/Bindings/powerpc/4xx/ |
H A D | cpm.txt | 4 - compatible : compatible list, currently only "ibm,cpm" 5 - dcr-access-method : "native" 6 - dcr-reg : < DCR register range > 9 - er-offset : All 4xx SoCs with a CPM controller have 15 er-offset = <1>. 16 - unused-units : specifier consist of one cell. For each 20 - idle-doze : specifier consist of one cell. For each 24 - standby : specifier consist of one cell. For each 27 restored on resume. 28 - suspend : specifier consist of one cell. For each [all …]
|
/freebsd-src/usr.sbin/apmd/ |
H A D | apmd.8 | 61 built-in functions in the configuration file. 66 .Bl -tag -width f_file 143 .Bd -literal 160 .Bl -bullet 163 .Bd -ragged -offset indent 170 .Bd -ragged -offset indent 175 .Bl -item 177 - Events ignored by the kernel if 181 .Bl -tag -width USERSUSPENDREQ -compact -offset indent 192 - Events passed to [all …]
|
/freebsd-src/lib/geom/eli/ |
H A D | geli.8 | 1 .\" Copyright (c) 2005-2019 Pawel Jakub Dawidek <pawel@dawidek.net> 34 .Bd -ragged -offset indent 42 .Bd -literal -offset indent 63 .Cm label - an alias for 77 .Cm stop - an alias for 125 .Cm resume 161 .Bl -bullet -offset indent -compact 170 .Nm AES-XTS , 171 .Nm AES-CBC , 173 .Nm Camellia-CBC ) . [all …]
|
/freebsd-src/sys/contrib/device-tree/Bindings/arm/hisilicon/ |
H A D | hisilicon.txt | 2 ---------------------------------------------------- 5 - compatible = "hisilicon,hi3660"; 9 - compatible = "hisilicon,hi3660-hikey960", "hisilicon,hi3660"; 13 - compatible = "hisilicon,hi3670"; 17 - compatible = "hisilicon,hi3670-hikey970", "hisilicon,hi3670"; 21 - compatible = "hisilicon,hi3798cv200"; 25 - compatible = "hisilicon,hi3798cv200-poplar", "hisilicon,hi3798cv200"; 29 - compatible = "hisilicon,hi3620-hi4511"; 33 - compatible = "hisilicon,hi6220"; 37 - compatible = "hisilicon,hi6220-hikey", "hisilicon,hi6220"; [all …]
|
/freebsd-src/sys/contrib/vchiq/interface/vchiq_arm/ |
H A D | vchiq_arm.c | 3 * Copyright (c) 2010-2012 Broadcom. All rights reserved. 14 * 3. The names of the above-listed copyright holders may not be used 48 /* Some per-instance constants */ 64 #define VC_SUSPEND_NUM_OFFSET 3 /* number of values before idle which are -ve */ 74 #define VC_RESUME_NUM_OFFSET 1 /* number of values before idle which are -ve */ 84 ** correctly - we don't want to prevent ARM suspend indefinitely in this case. 150 loff_t offset; member 213 insert = instance->completion_insert; in add_completion() 214 while ((insert - instance->completion_remove) >= MAX_COMPLETIONS) { in add_completion() 215 /* Out of space - wait for the client */ in add_completion() [all …]
|
/freebsd-src/contrib/llvm-project/libunwind/src/ |
H A D | Unwind-EHABI.cpp | 1 //===----------------------------------------------------------------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 8 // Implements ARM zero-cost C++ exceptions 10 //===----------------------------------------------------------------------===// 12 #include "Unwind-EHABI.h" 32 uint8_t getByte(const uint32_t* data, size_t offset) { in getByte() argument 35 return byteData[(offset & ~(size_t)0x03) + (3 - (offset & (size_t)0x03))]; in getByte() 37 return byteData[offset]; in getByte() 56 SU16 = 0, // Short descriptor, 16-bit entries 57 LU16 = 1, // Long descriptor, 16-bit entries [all …]
|
/freebsd-src/stand/ficl/softwords/ |
H A D | oo.fr | 3 \ ** F I C L O - O E X T E N S I O N S 7 17 ficl-vocabulary oop 14 \ 2. Object aggregation (has-a relationship) 18 \ 4. Separate name-spaces for methods - methods are 30 \ object ( -- instance class ) 44 \ on the stack. This is by convention - ficl has no way to 51 \ Revised Apr 2001 - Added Guy Carver's vtable extensions. Class now 55 \ Revised Nov 2001 - metaclass debug method now finds only metaclass methods 59 \ END-CLASS allocates and clears the vtable - then it walks class's method 65 \ - header [all …]
|
/freebsd-src/sbin/rcorder/ |
H A D | rcorder.8 | 96 .Bl -tag -width "-k keep" 120 .Bd -literal -offset indent 150 .Bl -tag -width "shutdown" -offset indent 154 .It Sy suspend , resume 158 .Nm /etc/rc.resume 168 .Bd -literal -offset indent 178 .Bd -literal -offset indent 179 $ rcorder -k nostart -s firstboot -s nojailvnet /etc/rc.d/* | wc -l 185 utility may print one of the following error messages and exit with a non-zero 187 .Bl -diag [all …]
|
/freebsd-src/sys/dev/drm2/ |
H A D | drm_os_freebsd.c | 40 return ((int64_t)tv->tv_sec * NSEC_PER_SEC) + in timeval_to_ns() 41 tv->tv_usec * NSEC_PER_USEC; in timeval_to_ns() 59 tv.tv_sec--; in ns_to_timeval() 81 drm_linux_timer_hz_mask--; in drm_linux_timer_init() 116 return (-ENXIO); in drm_probe_helper() 122 device_get_nameunit(kdev), id_entry->name); in drm_probe_helper() 123 device_set_desc(kdev, id_entry->name); in drm_probe_helper() 128 return (-BUS_PROBE_GENERIC); in drm_probe_helper() 131 return (-ENXIO); in drm_probe_helper() 150 dev->id_entry = drm_find_description(vendor, device, idlist); in drm_attach_helper() [all …]
|
/freebsd-src/lib/msun/man/ |
H A D | ieee.3 | 33 .Nd IEEE standard 754 for floating-point arithmetic 35 The IEEE Standard 754 for Binary Floating-Point Arithmetic 36 defines representations of floating-point numbers and abstract 39 .Ss IEEE STANDARD 754 Floating-Point Arithmetic 43 .Bd -ragged -offset indent -compact 49 Zero is represented ambiguously as +0 or \-0. 50 .Bd -ragged -offset indent -compact 53 with like signs; but x\-x yields +0 for every 57 .Fn copysign x \(+-0 . 60 finite x = y then \*(If = 1/(x\-y) \(!= \-1/(y\-x) = \-\*(If. [all …]
|
/freebsd-src/share/man/man4/ |
H A D | acpi.4 | 65 .Bl -tag -width indent 140 (power-off nicely). 142 Reset the video adapter from real mode during the resume path. 161 (suspend-to-RAM). 170 .Bl -tag -width indent 206 .Bl -tag -widt [all...] |
H A D | smartpqi.4 | 1 .\" Copyright (C) 2019-2023, Microchip Technology Inc. and its subsidiaries 2 .\" Copyright (C) 2016-2018, Microsemi Corporation 3 .\" Copyright (C) 2016, PMC-Sierra, Inc. 36 .Bd -ragged -offset indent 44 .Bd -literal -offset indent 57 .Bl -bullet -compact 67 .Bl -tag -width /boot/kernel/smartpqi.ko -compact 76 https://www.microchip.com/design-centers/storage 95 The controller is not actually paused on suspend/resume.
|
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Platform/NetBSD/ |
H A D | PlatformNetBSD.cpp | 1 //===-- PlatformNetBSD.cpp ------------------------------------------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 46 arch ? arch->GetArchitectureName() : "<null>", in CreateInstance() 47 arch ? arch->GetTriple().getTriple() : "<null>"); in CreateInstance() 50 if (!create && arch && arch->IsValid()) { in CreateInstance() 51 const llvm::Triple &triple = arch->GetTriple(); in CreateInstance() 71 return "Local NetBSD user platform plug-in."; in GetPluginDescriptionStatic() 72 return "Remote NetBSD user platform plug-in."; in GetPluginDescriptionStatic() 81 default_platform_sp->SetSystemArchitecture(HostInfo::GetArchitecture()); in Initialize() [all …]
|
/freebsd-src/sys/contrib/dev/mediatek/mt76/ |
H A D | mt792x_usb.c | 1 // SPDX-License-Identifier: ISC 18 mutex_lock(&dev->usb.usb_ctrl_mtx); in mt792xu_rr() 21 mutex_unlock(&dev->usb.usb_ctrl_mtx); in mt792xu_rr() 29 mutex_lock(&dev->usb.usb_ctrl_mtx); in mt792xu_wr() 32 mutex_unlock(&dev->usb.usb_ctrl_mtx); in mt792xu_wr() 38 mutex_lock(&dev->usb.usb_ctrl_mtx); in mt792xu_rmw() 43 mutex_unlock(&dev->usb.usb_ctrl_mtx); in mt792xu_rmw() 49 void mt792xu_copy(struct mt76_dev *dev, u32 offset, const void *data, int len) in mt792xu_copy() argument 51 struct mt76_usb *usb = &dev->usb; in mt792xu_copy() 57 mutex_lock(&usb->usb_ctrl_mtx); in mt792xu_copy() [all …]
|
/freebsd-src/crypto/openssh/ |
H A D | sftp-client.c | 1 /* $OpenBSD: sftp-client.c,v 1.175 2023/11/13 09:18:19 tobhe Exp $ */ 3 * Copyright (c) 2001-2004 Damien Miller <djm@openbsd.org> 29 #include "openbsd-compat/sys-queue.h" 65 #include "sftp-common.h" 66 #include "sftp-client.h" 113 /* Tracks in-progress requests during file transfers */ 117 u_int64_t offset; member 128 uint64_t offset) in request_enqueue() argument 133 req->id = id; in request_enqueue() 134 req->len = len; in request_enqueue() [all …]
|
/freebsd-src/sys/i386/acpica/ |
H A D | acpi_wakecode.S | 1 /*- 3 * Copyright (c) 2001-2012 Mitsuru IWASAKI <iwasaki@jp.freebsd.org> 5 * Copyright (c) 2008-2012 Jung-uk Kim <jkim@FreeBSD.org> 38 * Resume entry point. The BIOS enters here in real mode after POST with 42 * of the system (i.e., S3 suspend-to-RAM vs. S4 suspend-to-disk). 52 * any calls we make. Set up full 32-bit bootstrap kernel flags 65 /* To debug resume hangs, beep the speaker if the user requested. */ 66 testb $~0, resume_beep - wakeup_start 68 movb $0, resume_beep - wakeup_start 86 /* Re-initialize video BIOS if the reset_video tunable is set. */ [all …]
|
/freebsd-src/contrib/processor-trace/libipt/src/ |
H A D | pt_query_decoder.c | 2 * Copyright (c) 2014-2019, Intel Corporation 38 #include "intel-pt.h" 63 return -pte_internal; in pt_qry_find_header_fup() 72 switch (packet->type) { in pt_qry_find_header_fup() 94 return -pte_invalid; in pt_qry_decoder_init() 98 errcode = pt_config_from_user(&decoder->config, config); in pt_qry_decoder_init() 102 pt_last_ip_init(&decoder->ip); in pt_qry_decoder_init() 103 pt_tnt_cache_init(&decoder->tnt); in pt_qry_decoder_init() 104 pt_time_init(&decoder->time); in pt_qry_decoder_init() 105 pt_time_init(&decoder->last_time); in pt_qry_decoder_init() [all …]
|