Home
last modified time | relevance | path

Searched +full:per +full:- +full:console (Results 1 – 25 of 261) sorted by relevance

1234567891011

/freebsd/sys/contrib/xen/
H A Dxen.h30 #include "xen-compat.h"
33 #include "arch-x86/xen.h"
35 #include "arch-arm.h"
135 /* Architecture-specific hypercall definitions. */
157 /* New event-channel and physdev hypercalls introduced in 0x00030202. */
175 * In the side comments, 'V.' denotes a per-VCPU VIRQ while 'G.' denotes a
176 * global VIRQ. The former can be bound once per VCPU and cannot be re-bound.
177 * The latter can be allocated only once per guest: they must initially be
178 * allocated to VCPU0 but can subsequently be re-bound.
183 #define VIRQ_CONSOLE 2 /* G. (DOM0) Bytes received on emergency console. */
[all …]
/freebsd/contrib/ncurses/man/
H A Dterm.72 .\" Copyright 2018-2023,2024 Thomas E. Dickey *
3 .\" Copyright 1998-2011,2017 Free Software Foundation, Inc. *
31 .TH term 7 2024-03-16 "ncurses @NCURSES_MAJOR@.@NCURSES_MINOR@" Miscellaneous
45 term \-
51 console or display-device type you are using.
53 is critical for all screen-oriented programs, including your editor and mailer.
55 A default \fITERM\fP value will be set on a per-line basis by either
56 \fB/etc/inittab\fP (e.g., System\-V-like Unices)
61 Older Unix systems pre-set a very dumb terminal type
63 Newer ones may pre-set \*(``vt100\*('', reflecting the prevalence of DEC
[all …]
/freebsd/share/man/man4/
H A Duart.41 .\"-
2 .\" SPDX-License-Identifier: BSD-2-Clause
53 .Bl -tag -compact -width 0x000000
55 device is potential system console
72 EIA RS-232C (CCITT V.24) serial communications interface.
112 It contains the bus attachments and the low-level interrupt handler.
125 Likewise, when the kernel is configured for a serial console, the
144 .Bl -bullet -compact
154 .Sh Pulse Per Second (PPS) Timing Interface
182 .Bl -tag -compact -offset "mmmm" -width "mmmm"
[all …]
H A Dsysmouse.41 .\" Copyright 1997 John-Mark Gurney. All rights reserved.
12 .\" THIS SOFTWARE IS PROVIDED BY John-Mark Gurney AND CONTRIBUTORS ``AS IS'' AND
35 The console driver, in conjunction with the mouse daemon
40 This arrangement makes it possible for the console and the user process
72 .Bl -tag -width Byte_1 -compact
74 .Bl -tag -width bit_7 -compact
90 \-128 through 127.
93 \-128 through 127.
96 \-128 through 127.
101 \-128 through 127.
[all …]
H A Dspkr.48 .Nd console speaker device driver
13 The speaker device driver allows applications to control the PC console
15 .Tn IBM-PC Ns --compatible
25 another process has the device locked will return -1 with an
37 Sound-generation does not monopolize the processor; in fact, the driver
67 The play-string language is modeled on the PLAY statement conventions of
77 The `octave-tracking'
80 There are 84 accessible notes numbered 1-84 in 7 octaves, each running from
81 C to B, numbered 0-6; the scale is equal-tempered A440 and octave 3 starts
83 By default, the play function emits half-second notes with the
[all …]
H A Dxen.45 .\" Cambridge Computer Laboratory under DARPA/AFRL contract FA8750-10-C-0237
46 "para-virtualized" as the x86 instruction set was not fully virtualizable.
47 Primarily, para-virtualization modifies the virtual memory system to use
49 modify the TLB, although para-virtualized device drivers were also required
54 supported; this is referred to as hardware-assisted virtualization (HVM and PVH).
56 peripherals, or para-virtualized drivers, which are aware of virtualization,
59 PVH configurations rely on para-virtualized drivers exclusively for IO.
62 Para-virtualized device drivers are required in order to support certain
66 These para-virtualized drivers are supported:
67 .Bl -hang -offset indent -width blkfront
[all …]
H A Dsyscons.43 .\" Kazutaka YOKOTA <yokota@zodiac.mech.utsunomiya-u.ac.jp>
33 .Nd the legacy console driver
75 console is deprecated, and will be removed in a future version of
79 console instead.
84 It resembles the SCO color console driver.
92 on such systems will result in no usable console.
131 .Bd -literal -offset indent
132 Alt-F1 ttyv0 Alt-F7 ttyv6 Shift-Alt-F1 ttyva
133 Alt-F2 ttyv1 Alt-F8 ttyv7 Shift-Alt-F2 ttyvb
134 Alt-F3 ttyv2 Alt-F9 ttyv8 Shift-Alt-F3 ttyvc
[all …]
/freebsd/contrib/tcsh/nls/italian/
H A Dset339 37 Cerca all'indietro nello storico per una linea che inizia come la corrente
40 38 Cerca in avanti nello storico per una linea che inizia come la corrente
48 46 Elenca le possibili scelte per il completamento
49 47 Elenca le possibili scelte per il completamento ignorando le modalità di completamento programma…
51 49 Elenca le possibili scelte per il completamento o segnala la fine del file nel caso di linea vuo…
117 115 Replace just-yanked text with yank from earlier kill
122 120 (WIN32 only) Page visible console window up
123 121 (WIN32 only) Page visible console window down
/freebsd/sys/kern/
H A Dkern_cons.c1 /*-
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/sys/x86/xen/
H A Dhvm.c1 /*-
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/share/doc/papers/sysperf/
H A D5.t51 only by hosts at that site. To off-site hosts machines on a site's
58 The broadcast address may be set at boot time on a per-interface basis.
90 are now interfaced to the protocol level allowing protocol-specific
96 the previous hard limit of 30 open files per process has been relaxed.
98 32-bit words, removing the dependency on file descriptors from
101 The default per-process descriptor limit was raised from 20 to 64,
113 and per process size to 64 megabyte of data and 64 megabyte of stack.
116 with 4-8 megabyte of physical memory.
154 onto the normal run-time stack before switching to an
177 printing on the system console.
[all …]
/freebsd/usr.sbin/bhyve/
H A Dbhyve.899 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/share/man/man9/
H A Dieee80211.972 layer for protocol services but devices that off-load functionality
156 system console.
181 functions are device-independent handlers for
206 sub-type, for the device
215 sub-type.
218 The virtual radio architecture splits state between a single per-device
225 as read-only.
240 and should be extended with any driver-private state.
244 data structures and should be exploited to maintain driver-private state
255 Long-lasting references to a node are counted to guard against
[all …]
/freebsd/share/doc/smm/01.setup/
H A D6.t38 In a normal reboot, the system checks the disks and comes up multi-user
39 without intervention at the console.
42 This will leave the system in single-user mode, with only the console
44 (If the console has been marked ``insecure'' in
46 you must enter the root password to bring the machine to single-user mode.)
48 and then to return to single-user mode by signaling
52 To bring the system up to a multi-user configuration from the single-user
54 all you have to do is hit ^D on the console. The system
57 a multi-user restart script (and
68 ``fsck \-p'' or force a reboot with
[all …]
/freebsd/crypto/heimdal/lib/kadm5/
H A Diprop.839 .Nm ipropd-master ,
40 .Nm ipropd-slave
43 .Nm ipropd-master
45 .Fl Fl config-file= Ns Ar string
60 .Op Fl Fl slave-stats-file= Ns Ar file
61 .Op Fl Fl time-missing= Ns Ar time
62 .Op Fl Fl time-gone= Ns Ar time
66 .Nm ipropd-slave
68 .Fl Fl config-file= Ns Ar string
79 .Op Fl Fl time-lost= Ns Ar time
[all …]
/freebsd/libexec/getty/
H A Dttys.539 Pseudo-terminals (see
47 file per special device file.
103 an active kernel console device (it is equivalent to ``on'' in this
111 The flag ``secure'' (if the console is enabled) allows users with a
142 Note that no shell-style globbing or other variable substitution occurs.
144 .Bl -tag -width /etc/ttys -compact
148 .Bd -literal
149 # root login on console at 1200 baud
150 console "/usr/libexec/getty std.1200" vt100 on secure
152 ttyd0 "/usr/libexec/getty d1200" dialup on group=dialup # 555-1234
[all …]
/freebsd/contrib/ofed/opensm/man/
H A Dopensm.84 opensm \- InfiniBand subnet manager and administration (SM/SA)
8 [\-\-version]]
9 [\-F | \-\-config <file_name>]
10 [\-c(reate-config) <file_name>]
11 [\-g(uid) <GUID in hex>]
12 [\-l(mc) <LMC>]
13 [\-p(riority) <PRIORITY>]
14 [\-\-smkey <SM_Key>]
15 [\-\-sm_sl <SL number>]
16 [\-r(eassign_lids)]
[all …]
/freebsd/contrib/ofed/opensm/
H A Dconfig.h6 /* Define as 1 if you want to enable a loopback console */
9 /* Define as 1 if you want to enable a console on a socket connection */
25 #define HAVE_DEFAULT_NODENAME_MAP "/etc/opensm/ib-node-name-map"
33 /* Define a Per Module Logging config file */
34 #define HAVE_DEFAULT_PER_MOD_LOGGING_FILE "/etc/opensm/per-module-logging.conf"
37 #define HAVE_DEFAULT_PREFIX_ROUTES_FILE "/etc/opensm/prefix-routes.conf"
40 #define HAVE_DEFAULT_QOS_POLICY_FILE "/etc/opensm/qos-policy.conf"
48 /* Define to 1 if you have the `ibumad' library (-libumad). */
51 /* Define to 1 if you have the `pthread' library (-lpthread). */
54 /* Define to 1 if you have the `vapi' library (-lvapi). */
[all …]
/freebsd/sys/dev/liquidio/base/
H A Dlio_console.c70 #define LIO_CONSOLE_POLL_INTERVAL_MS 100 /* 10 times per second */
108 * Structure that defines a single console.
111 * size of each console is console_buf_size -1;
146 #define SIZEOF_FIELD(s, field) sizeof(((s *)NULL)->field)
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()
226 oct->bootmem_desc_addr, in __cvmx_bootmem_check_version()
235 CAST_ULL(oct->bootmem_desc_addr)); in __cvmx_bootmem_check_version()
236 return (-1); in __cvmx_bootmem_check_version()
[all …]
/freebsd/sbin/init/
H A Dinit.851 and if this succeeds, begins multi-user operation.
54 commences single-user operation by giving
55 the super-user a shell on the console.
60 prevent the system from going multi-user and to instead execute
61 a single-user shell without starting the normal daemons.
63 later be made to go to multi-user by exiting the
64 single-user shell (with ^D).
73 .Em console
80 will require that the super-user password be
81 entered before the system will start a single-user shell.
[all …]
/freebsd/sys/contrib/device-tree/Bindings/nvmem/
H A Dnintendo-otp.yaml1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
3 ---
4 $id: http://devicetree.org/schemas/nvmem/nintendo-otp.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
11 which contains common and per-console keys, signatures and related data
17 - Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
20 - $ref: nvmem.yaml#
25 - nintendo,hollywood-otp
26 - nintendo,latte-otp
32 - compatible
[all …]
/freebsd/sys/dev/vt/
H A Dvt.h1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
108 * Per-device datastructure.
116 term_char_t *vpb_buf; /* Copy-paste buffer. */
146 struct mtx vd_lock; /* Per-devic
[all...]
/freebsd/usr.bin/rctl/
H A Drctl.81 .\"-
60 .Bl -tag -width indent
88 "Human-readable" output.
98 Syntax for a rule is subject:subject-id:resource:action=amount/per.
100 .Bl -tag -width "subject-id" -compact -offset indent
109 .It subject-id
133 .It per
149 .Em per ,
155 .Em per
165 .Bl -column -offset 3n "pseudoterminals" ".Sy username or numerical User ID"
[all …]
/freebsd/stand/libsa/
H A Dlibsa.350 .Bl -hang -width 10n
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 -width 10n
221 .Bl -hang -widt
[all...]
/freebsd/contrib/ofed/opensm/opensm/
H A Dmain.c2 * Copyright (c) 2004-2009 Voltaire, Inc. All rights reserved.
3 * Copyright (c) 2002-2011 Mellanox Technologies LTD. All rights reserved.
4 * Copyright (c) 1996-2003 Intel Corporation. All rights reserved.
7 * Copyright (c) 2009-2011 ZIH, TU Dresden, Federal Republic of Germany. All rights reserved.
19 * - Redistributions of source code must retain the above
23 * - Redistributions in binary form must reproduce the above
79 printf("OpenSM: Got signal %d - exiting...\n", signum); in mark_exit_flag()
130 printf("\n------- OpenSM - Usage and options ----------------------\n"); in show_usage()
133 printf("--version\n Prints OpenSM version and exits.\n\n"); in show_usage()
134 printf("--config, -F <file-name>\n" in show_usage()
[all …]

1234567891011