/freebsd-src/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-src/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-src/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-src/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 /*--- 102 xen_emergency_print(const char * str,size_t size) xen_emergency_print() argument 209 xenpf_dom0_console_t *console = &op.u.dom0_console; fixup_console() local 214 int size; fixup_console() local [all...] |
/freebsd-src/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 tt 475 cngets(char * cp,size_t size,int visible) cngets() argument 602 int size = consmsgbuf_size; constty_set() local [all...] |
/freebsd-src/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 -compac [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-1 [all...] |
/freebsd-src/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 …]
|
H A D | ramoops.txt | 5 recovered after a reboot. This is a child-node of "/reserved-memory", and 10 as kernel log messages, or for optional ECC error-correction data. The total 11 size of these optional buffers must fit in the reserved region. 14 records. These records have a configurable size, with a size of 0 indicating 17 At least one of "record-size", "console-size", "ftrace-size", or "pmsg-size" 18 must be set non-zero, but are otherwise optional as listed below. 23 - compatible: must be "ramoops" 25 - reg: region of memory that is preserved between reboots 30 - ecc-size: enables ECC support and specifies ECC buffer size in bytes 33 - record-size: maximum size in bytes of each kmsg dump. [all …]
|
/freebsd-src/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 …]
|
H A D | nsimosci_hs_idu.dts | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * Copyright (C) 2014-15 Synopsys, Inc. (www.synopsys.com) 5 /dts-v1/; 10 model = "snps,nsimosci_hs-smp"; 12 #address-cells = <1>; 13 #size-cells = <1>; 14 interrupt-parent = <&core_intc>; 17 /* this is for console on serial */ 18 …rt8250,mmio32,0xf0000000,115200n8 console=tty0 console=ttyS0,115200n8 consoleblan=0 debug video=64… 26 compatible = "simple-bus"; [all …]
|
/freebsd-src/stand/defaults/ |
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 [all...] |
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 131 The lua-based loader will process files with a 142 should be treated as write-only. 165 .Bd -litera [all...] |
/freebsd-src/stand/efi/loader/ |
H A D | bootinfo.c | 1 /*- 76 char *console; in bi_getboothowto() 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() 79 char *console; bi_getboothowto() local 339 vm_offset_t size; bi_load() local [all...] |
/freebsd-src/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-src/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-src/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-src/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-src/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-src/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-src/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-src/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-src/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-path = &uart5; 40 bootargs = "console=ttyS4,115200 earlycon"; 47 iio-hwmon { 48 compatible = "iio-hwmon"; [all …]
|