/freebsd/sys/dev/liquidio/base/ |
H A D | lio_console.c | 108 * Structure that defines a single console. 111 * size of each console is console_buf_size -1; 143 * This macro returns the size of a member of a structure. Logically it is 146 #define SIZEOF_FIELD(s, field) sizeof(((s *)NULL)->field) 156 * @param size Size of the structure member. 162 uint32_t offset, uint32_t size) in __cvmx_bootmem_desc_get() argument 166 switch (size) { in __cvmx_bootmem_desc_get() 216 if (!oct->bootmem_desc_addr) in __cvmx_bootmem_check_version() 217 oct->bootmem_desc_addr = in __cvmx_bootmem_check_version() 222 oct->bootmem_desc_addr, in __cvmx_bootmem_check_version() [all …]
|
/freebsd/stand/fonts/ |
H A D | INDEX.fonts | 12 # terminus-b32.fnt:de:Terminus Schriftart 13 # terminus-b32.fnt:en:Terminus font 15 # If lang is empty use 'en' (us-english) as default. 29 # The font definition for "en" is the fall-back font for 36 6x12.fnt:en:Terminus BSD Console, size 12 37 6x12.fnt:da:Terminus BSD-konsol, størrelse 12 38 6x12.fnt:de:Terminus BSD Console, Größe 12 39 8x14.fnt:en:Terminus BSD Console, size 14 40 8x14.fnt:da:Terminus BSD-konsol, størrelse 14 41 8x14.fnt:de:Terminus BSD Console, Größe 14 [all …]
|
/freebsd/sys/dev/xen/console/ |
H A D | xen_console.c | 51 #include <xen/xen-os.h> 54 #include <contrib/xen/io/console.h> 71 unsigned int size); 73 unsigned int size); 77 * Called by the low-level driver during early boot. 78 * Only the minimal set up to get a console should be done here. 81 /* Prepare the console to be fully use */ 104 #define WBUF_MASK(_i) ((_i)&(WBUF_SIZE-1)) 109 #define RBUF_MASK(_i) ((_i)&(RBUF_SIZE-1)) 113 /* Pointer to the console operations */ [all …]
|
/freebsd/sys/kern/ |
H A D | kern_cons.c | 1 /*- 2 * SPDX-License-Identifier: BSD-3-Clause 87 static MALLOC_DEFINE(M_TTYCONS, "tty console", "tty console handling"); 100 int cons_avail_mask = 0; /* Bit mask. Each registered low level console 108 "State of the console muting"); 112 struct msgbuf consmsgbuf; /* message buffer for console tty */ 116 struct tty *constty; /* pointer to console "window" tty */ 130 * of kbd.c is contingent on any number of keyboard/console drivers being 146 printf("-- Muting boot messages --\n"); in mute_console() 160 * Check if we should mute the console (for security reasons perhaps) in cninit() [all …]
|
/freebsd/stand/man/ |
H A D | loader_simp.8 | 46 automate tasks, do pre-configuration or assist in recovery 53 The main drive behind these commands is user-friendliness. 57 will probe for a console and set the 58 .Va console 59 variable, or set it to serial console 97 on the console while kernel and modules are being loaded. 102 .Dq Li -1 , 122 .Bl -tag -width Ds -compact 185 type to make the kernel create a file-backed 245 Scans for Plug-and-Play devices. [all …]
|
H A D | loader.efi.8 | 2 .\" SPDX-License-Identifier: BSD-2-Clause 4 .\" Copyright (c) 2019-2022 Netflix, Inc 58 .Ss Console Considerations 59 The EFI BIOS provides a generic console. 65 .Dv console 69 .Dv 8be4df61-93ca-11d2-aa0d-00e098032b8c-ConOut 72 console points to. 77 kernel has a limitation when more than one console is present. 79 Only the primary console will get the log messages from the 88 tells the kernel to use the video console as primary. [all …]
|
/freebsd/sys/x86/xen/ |
H A D | hvm.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 55 #include <xen/xen-os.h> 63 #include <contrib/xen/arch-x86/cpuid.h> 67 /*--------------------------- Forward Declarations ---------------------------*/ 70 /*-------------------------------- Global Data -------------------------------*/ 81 * If non-zero, the hypervisor has been configured to use a direct 92 /*------------------------------- Per-CPU Data -------------------------------*/ 95 /*------------------------------ Sysctl tunables -----------------------------*/ 101 /*---------------------- XEN Hypervisor Probe and Setup ----------------------*/ [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/reserved-memory/ |
H A D | ramoops.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/reserved-memory/ramoops.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 11 recovered after a reboot. This is a child-node of "/reserved-memory", and 16 as kernel log messages, or for optional ECC error-correction data. The total 17 size of these optional buffers must fit in the reserved region. 20 records. These records have a configurable size, with a size of 0 indicating 23 At least one of "record-size", "console-size", "ftrace-size", or "pmsg-size" 24 must be set non-zero, but are otherwise optional as listed below. [all …]
|
/freebsd/stand/efi/loader/ |
H A D | bootinfo.c | 1 /*- 76 char *console; in bi_getboothowto() local 82 console = getenv("console"); in bi_getboothowto() 83 if (console != NULL) { in bi_getboothowto() 84 if (strcmp(console, "comconsole") == 0) in bi_getboothowto() 86 if (strcmp(console, "nullconsole") == 0) in bi_getboothowto() 90 if (strcmp(console, "efi") == 0 && in bi_getboothowto() 92 getenv("hw.uart.console") == NULL) { in bi_getboothowto() 107 * But if someone specifically setup hw.uart.console, in bi_getboothowto() 110 speed = -1; in bi_getboothowto() [all …]
|
H A D | main.c | 1 /*- 2 * Copyright (c) 2008-2010 Rui Paulo 6 * Copyright (c) 2016-2019 Netflix, Inc. written by M. Warner Losh 96 * in the event no currdev is found. -2 means always break, -1 means 133 status = BS->LocateHandle(ByProtocol, &inputid, 0, &sz, 0); in has_keyboard() 136 status = BS->LocateHandle(ByProtocol, &inputid, 0, &sz, in has_keyboard() 170 if ((EISA_ID_TO_NUM(acpi->HID) & 0xff00) == 0x300 && in has_keyboard() 171 (acpi->HID & 0xffff) == PNP_EISA_ID_CONST) { in has_keyboard() 185 if (usb->DeviceClass == 3 && /* HID */ in has_keyboard() 186 usb->DeviceSubClass == 1 && /* Boot devices */ in has_keyboard() [all …]
|
/freebsd/sys/contrib/device-tree/src/arc/ |
H A D | nsimosci.dts | 1 // SPDX-License-Identifier: GPL-2.0-only 5 /dts-v1/; 12 #address-cells = <1>; 13 #size-cells = <1>; 14 interrupt-parent = <&core_intc>; 17 /* this is for console on PGU */ 18 /* bootargs = "console=tty0 consoleblank=0"; */ 19 /* this is for console on serial */ 20 …t8250,mmio32,0xf0000000,115200n8 console=tty0 console=ttyS0,115200n8 consoleblank=0 debug video=64… 28 compatible = "simple-bus"; [all …]
|
H A D | nsimosci_hs.dts | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * Copyright (C) 2014-15 Synopsys, Inc. (www.synopsys.com) 5 /dts-v1/; 12 #address-cells = <1>; 13 #size-cells = <1>; 14 interrupt-parent = <&core_intc>; 17 /* this is for console on PGU */ 18 /* bootargs = "console=tty0 consoleblank=0"; */ 19 /* this is for console on serial */ 20 …t8250,mmio32,0xf0000000,115200n8 console=tty0 console=ttyS0,115200n8 consoleblank=0 debug video=64… [all …]
|
/freebsd/stand/defaults/ |
H A D | loader.conf.5 | 52 .Bl -bullet 77 .Bl -tag -width Ar 80 A user with console access will be able to interrupt the 83 the console during this delay. 101 .Dq Li -1 , 109 option, this option prevents users with console access from being able 124 Set to "yes" to get the same effect as boot -v or booting verbose from the 138 The lua-based loader will process files with a 149 should be treated as write-only. 172 .Bd -literal [all …]
|
H A D | loader.conf | 1 # This is loader.conf - a file full of useful variables that you can 13 kernel="kernel" # /boot sub-directory containing kernel and modules 30 splash="/boot/images/freebsd-logo-rev.png" # Set boot_mute=YES to load it 49 # the boot-time entropy cache. This 97 # -1 for no user interrupts, NO to disable 99 #bootlock_password="" # Prevent booting (see check-password.4th(8)) 107 kernels_autodetect="YES" # Auto-detect kernel directories in /boot 109 #comconsole_speed="115200" # Set the current serial console speed 110 #console="vidconsole" # A comma separated list of console(s) 118 #tftp.blksize="1428" # Set the RFC 2348 TFTP block size. [all …]
|
/freebsd/sys/contrib/device-tree/src/powerpc/ |
H A D | adder875-uboot.dts | 1 // SPDX-License-Identifier: GPL-2.0-or-later 3 * Device Tree Source for MPC885 ADS running U-Boot 9 /dts-v1/; 12 compatible = "analogue-and-micro,adder875"; 13 #address-cells = <1>; 14 #size-cells = <1>; 17 console = &console; 23 #address-cells = <1>; 24 #size-cells = <0>; 29 d-cache-line-size = <16>; [all …]
|
H A D | adder875-redboot.dts | 1 // SPDX-License-Identifier: GPL-2.0-or-later 9 /dts-v1/; 12 compatible = "analogue-and-micro,adder875"; 13 #address-cells = <1>; 14 #size-cells = <1>; 17 console = &console; 23 #address-cells = <1>; 24 #size-cells = <0>; 29 d-cache-line-size = <16>; 30 i-cache-line-size = <16>; [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | Process.h | 1 //===- llvm/Support/Process.h -----------------------------------*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 22 //===----------------------------------------------------------------------===// 50 /// Get the process's page size. 52 /// page size information is used for optimization, and this error can be 53 /// safely discarded by calling consumeError, and an estimated page size 57 /// Get the process's estimated page size. 59 /// the page size fails then this will silently return an estimated page size. 60 /// The estimated page size is guaranteed to be a power of 2. [all …]
|
/freebsd/sys/dev/dpaa2/ |
H A D | dpaa2_console.c | 1 /*- 2 * SPDX-License-Identifier: BSD-3-Clause AND BSD-2-Clause 5 * // SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause) 7 * Freescale DPAA2 Platforms Console Driver 9 * Copyright 2015-2016 Freescale Semiconductor Inc. 12 …* git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/drivers/soc/fsl/dpaa2-console.c… 15 * Copyright (c) 2022-2023 Bjoern A. Zeeb 41 * - https://www.nxp.com.cn/docs/en/application-note/AN13329.pdf 42 * - DPAA2UM 43 …* - git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/drivers/soc/fsl/dpaa2-console… [all …]
|
/freebsd/crypto/openssh/regress/unittests/sshsig/ |
H A D | webauthn.html | 3 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> 15 allow signing of data using the just-generated key. The data may be signed 17 easier to test using command-line tools. 23 <span id="error" style="color: #800; font-weight: bold; font-size: 150%;"></span> 28 <td><input id="username" type="text" size="20" name="user" value="test" /></td> 35 <pre id="enrollresultjson" style="color: #008; font-family: monospace;"></pre> 37 <pre id="enrollresultraw" style="color: #008; font-family: monospace;"></pre> 39 <pre id="enrollresultattestobj" style="color: #008; font-family: monospace;"></pre> 41 <pre id="keyhandle" style="color: #008; font-family: monospace;"></pre> 43 <pre id="enrollresultauthdataraw" style="color: #008; font-family: monospace;"></pre> [all …]
|
/freebsd/stand/i386/loader/ |
H A D | main.c | 1 /*- 53 _Static_assert(sizeof(struct bootargs) == BOOTARGS_SIZE, "Bootarg size bad"); 97 initial_howto = kargs->howto; in main() 98 initial_bootdev = kargs->bootdev; in main() 99 initial_bootinfo = kargs->bootinfo ? in main() 100 (struct bootinfo *)PTOV(kargs->bootinfo) : NULL; in main() 102 /* Initialize the v86 register set to a known-good state. */ in main() 134 * detect ACPI for future reference. This may set console to comconsole in main() 140 * XXX Chicken-and-egg problem; we want to have console output early, in main() 141 * but some console attributes may depend on reading from eg. the boot in main() [all …]
|
/freebsd/cddl/usr.sbin/dwatch/libexec/ |
H A D | systop | 1 # -*- tab-width: 4 -*- ;; Emacs 5 # $Title: dwatch(8) profile for top-like syscall $ 6 # $Copyright: 2014-2018 Devin Teske. All rights reserved. $ 19 " # END-QUOTE 23 : ${PROBE:=profile:::tick-3s} 45 # Here we override the default EVENT_TAG to include ANSI cursor-homing and 46 # screen-clearing codes. 48 size=$( stty size 2> /dev/null ) 49 rows="${size%% *}" 50 cols="${size#* }" [all …]
|
/freebsd/stand/libsa/ |
H A D | libsa.3 | 50 .Bl -hang -width 10n 53 .Fn malloc "size_t size" 57 .Fa size 58 bytes of memory from the heap using a best-fit algorithm. 97 to the traditional shell-supported environment. 100 .Bl -hang -width 10n 159 .Bl -hang -widt [all...] |
/freebsd/stand/userboot/ |
H A D | userboot.h | 1 /*- 57 * Console i/o 61 * Wait until a key is pressed on the console and then return it 66 * Write the character ch to the console 71 * Return non-zero if a key can be read from the console 90 * Return non-zero if the file is a directory 95 * Read size bytes from a file. The number of bytes remaining 98 int (*read)(void *arg, void *h, void *dst, size_t size, 106 * in size. 130 void *dst, size_t size, size_t *resid_return); [all …]
|
/freebsd/usr.sbin/bhyve/ |
H A D | bhyve.8 | 99 I/O connectivity can be specified with command-line parameters. 110 .Pa edk2-bhyve 113 .Pa u-boot-bhyve-arm64 114 package provides a U-Boot image that can be used to boot the guest. 120 .Bl -tag -width 10n 161 Destroy the VM on guest initiated power-off. 203 Set configuration variables from a simple, key-value config file. 229 Allow devices behind the LPC PCI-ISA bridge to be configured. 230 The only supported devices are the TTY-class devices 241 .Cm pc-testdev . [all …]
|
/freebsd/sys/contrib/device-tree/src/arm/aspeed/ |
H A D | aspeed-bmc-facebook-tiogapass.dts | 1 // SPDX-License-Identifier: GPL-2.0+ 4 /dts-v1/; 6 #include "aspeed-g5.dtsi" 7 #include <dt-bindings/gpio/aspeed-gpio.h> 8 #include <dt-bindings/i2c/i2c.h> 12 compatible = "facebook,tiogapass-bmc", "aspeed,ast2500"; 39 stdout-pat [all...] |