Home
last modified time | relevance | path

Searched +full:user +full:- +full:level (Results 1 – 25 of 1091) sorted by relevance

12345678910>>...44

/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).
80 will require that the super-user password be
81 entered before the system will start a single-user shell.
96 If the system security level (see
[all …]
/freebsd/sys/contrib/dpdk_rte_lpm/
H A Drte_log.h1 /* SPDX-License-Identifier: BSD-3-Clause
2 * Copyright(c) 2010-2017 Intel Corporation
35 uint32_t level; /**< Log level. */ member
68 #define RTE_LOGTYPE_USER1 24 /**< User-defined log type 1. */
69 #define RTE_LOGTYPE_USER2 25 /**< User-defined log type 2. */
70 #define RTE_LOGTYPE_USER3 26 /**< User-defined log type 3. */
71 #define RTE_LOGTYPE_USER4 27 /**< User-defined log type 4. */
72 #define RTE_LOGTYPE_USER5 28 /**< User-defined log type 5. */
73 #define RTE_LOGTYPE_USER6 29 /**< User-defined log type 6. */
74 #define RTE_LOGTYPE_USER7 30 /**< User-defined log type 7. */
[all …]
/freebsd/sbin/sysctl/
H A Dsysctl.81 .\"-
2 .\" SPDX-License-Identifier: BSD-3-Clause
61 .Bl -tag -width "-f filename"
138 .Bd -literal -offset indent
139 listsysctls () { set -A reply $(sysctl -AN ${1%.*}) }
140 compctl -K listsysctls sysctl
147 .Dl "complete sysctl 'n/*/`sysctl -Na`/'"
155 .Dl "set psize=`sysctl -n hw.pagesize`"
219 .Bl -column security.bsd.unprivileged_read_msgbuf integerxxx
268 .It Va "user.cs_path string no"
[all …]
/freebsd/share/man/man4/
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
37 supplies mouse data to the user process in the standardized way via the
40 This arrangement makes it possible for the console and the user process
45 The user process which wants to utilize mouse operation simply opens
54 is running, otherwise the user process will not see any data coming from
60 The current operation level can be referred to and changed via ioctl calls.
62 The level zero, the basic level, is the lowest level at which the driver
63 offers the basic service to user programs.
72 .Bl -tag -width Byte_1 -compact
[all …]
H A Dpsm.43 .\" Kazutaka YOKOTA <yokota@zodiac.mech.utsunomiya-u.ac.jp>
71 driver allows the user to initially set the resolution
94 The current operation level can be set via an ioctl call.
96 At the level zero the basic support is provided; the device driver will report
99 The movement and status are encoded in a series of fixed-length data packets
102 This is the default level of operation and the driver is initially
103 at this level when opened by the user program.
105 The operation level one, the `extended' level, supports a roller (or wheel),
108 8 byte data packets are sent to the user program at this level.
110 At the operation level two, data from the pointing device is passed to the
[all …]
H A Dmulticast.41 .\" Copyright (c) 2001-2003 International Computer Science Institute
60 All multicast-capable routers must run a common multicast routing
63 Protocol Independent Multicast - Sparse Mode (PIM-SM),
64 or Protocol Independent Multicast - Dense Mode (PIM-DM)
72 the user must enable multicast forwarding in the kernel
76 and must run a multicast routing capable user-level process.
84 The so-called
95 .Bd -literal
100 .Bd -literal
128 .Bd -literal
[all …]
H A Dmouse.43 .\" Kazutaka YOKOTA <yokota@zodiac.mech.utsunomiya-u.ac.jp>
41 provide user programs with movement and button state information of the mouse.
49 The user program simply opens a mouse device with a
54 Movement and button states are usually encoded in fixed-length data packets.
58 The mouse drivers may have ``non-blocking'' attribute which will make
62 The current operation level can be examined and changed via
65 The level zero is the lowest level at which the driver offers the basic
66 service to user programs.
68 and state of up to three buttons at this level.
69 At the level one, if supported by the driver, mouse data is encoded
[all …]
H A Dacpi_thermal.455 .Bl -tag -width indent
58 A new active cooling level will not be selected until this interval expires.
62 If set to 1, allow user override of various setpoints (below).
68 If this is non-negative, the appropriate _AC%d object is running.
69 Set this value to the desired active cooling level to force
70 the corresponding fan object to the appropriate level.
79 These are bit-masked values.
84 This value can be overridden by the user.
87 This value can be overridden by the user.
90 This value can be overridden by the user.
[all …]
/freebsd/sys/contrib/openzfs/man/man7/
H A Dvdevprops.71 .\" SPDX-License-Identifier: CDDL-1.0
10 .\" or https://opensource.org/licenses/CDDL-1.0.
30 .Nd native and user-defined properties of ZFS vdevs
33 Properties are divided into two types, native properties and user-defined
34 .Pq or Qq user
37 In addition, native properties are either editable or read-only.
38 User properties have no effect on ZFS behavior, but you can use them to annotate
40 For more information about user properties, see the
41 .Sx User Properties
47 Properties are not inherited from top-level vdevs, with the exception of
[all …]
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/i386/funcs/
H A Dtst.badcopyinstr.d31 * On IA/32, there is a single 32-bit address space that is partitioned
32 * between user-level and kernel-level. copyin()/copyinstr() and
34 * user-level addresses are actually at user-level. This test attempts
40 * User Process Tracing/copyin() and copyinstr()
H A Dtst.badcopyin.d29 * On IA/32, there is a single 32-bit address space that is partitioned
30 * between user-level and kernel-level. copyin()/copyinstr() and
32 * user-level addresses are actually at user-level. This test attempts
39 * User Process Tracing/copyin() and copyinstr()
H A Dtst.badcopyout.d31 * On IA/32, there is a single 32-bit address space that is partitioned
32 * between user-level and kernel-level. copyin()/copyinstr() and
34 * user-level addresses are actually at user-level. This test attempts
47 this->a = (uint32_t *)alloca(4);
48 *this->a = -1;
49 copyout(this->a, (uintptr_t)&`clock, 4);
H A Dtst.badcopyoutstr.d31 * On IA/32, there is a single 32-bit address space that is partitioned
32 * between user-level and kernel-level. copyin()/copyinstr() and
34 * user-level addresses are actually at user-level. This test attempts
47 this->str = alloca(10);
48 bcopy("kablammo!", this->str, 10);
49 copyoutstr(this->str, (uintptr_t)&`clock, 10);
/freebsd/sys/dev/hyperv/utilities/
H A Dhv_kvp.h1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
37 * Maximum value size - used for both key names and value data, and includes
48 * Note: This value is used in defining the KVP exchange message - this value
59 * Maximum key size - the registry limit for the length of an entry name
69 * implementing the host/guest protocol. 2) A user level daemon that is
94 * data gathering functionality in a user mode daemon. The user level daemon
96 * kernel and user-level daemon communicate using a connector channel.
98 * The user mode component first registers with the
100 * for the specified keys. In response to this message the user mode component
[all …]
/freebsd/sys/x86/include/
H A Dsegments.h1 /*-
2 * SPDX-License-Identifier: BSD-3-Clause
46 #define SEL_RPL_MASK 3 /* requester priv level */
47 #define ISPL(s) ((s)&3) /* priority level of a selector */
48 #define SEL_KPL 0 /* kernel priority level */
49 #define SEL_UPL 3 /* user priority level */
57 * User segment descriptors (%cs, %ds etc for i386 apps. 64 bit wide)
58 * For long-mode apps, %cs only has the conforming bit in sd_type, the sd_dpl,
65 unsigned sd_dpl:2; /* segment descriptor priority level */
78 unsigned sd_dpl:2; /* segment descriptor priority level */
[all …]
/freebsd/contrib/ofed/infiniband-diags/man/
H A Ddump_fts.85 DUMP_FTS \- dump InfiniBand forwarding tables
7 .nr rst2man-indent-level 0
10 \\$1 \\n[an-margin]
11 level \\n[rst2man-indent-level]
12 level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
13 -
14 \\n[rst2man-indent0]
15 \\n[rst2man-indent1]
16 \\n[rst2man-indent2]
21 . nr rst2man-indent\\n[rst2man-indent-level] \\n[an-margin]
[all …]
H A Dibtracert.85 IBTRACERT \-
7 .nr rst2man-indent-level 0
10 \\$1 \\n[an-margin]
11 level \\n[rst2man-indent-level]
12 level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
13 -
14 \\n[rst2man-indent0]
15 \\n[rst2man-indent1]
16 \\n[rst2man-indent2]
21 . nr rst2man-indent\\n[rst2man-indent-level] \\n[an-margin]
[all …]
H A Dsmpquery.85 SMPQUERY \-
7 .nr rst2man-indent-level 0
10 \\$1 \\n[an-margin]
11 level \\n[rst2man-indent-level]
12 level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
13 -
14 \\n[rst2man-indent0]
15 \\n[rst2man-indent1]
16 \\n[rst2man-indent2]
21 . nr rst2man-indent\\n[rst2man-indent-level] \\n[an-margin]
[all …]
H A Dibroute.85 IBROUTE \-
7 .nr rst2man-indent-level 0
10 \\$1 \\n[an-margin]
11 level \\n[rst2man-indent-level]
12 level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
13 -
14 \\n[rst2man-indent0]
15 \\n[rst2man-indent1]
16 \\n[rst2man-indent2]
21 . nr rst2man-indent\\n[rst2man-indent-level] \\n[an-margin]
[all …]
/freebsd/lib/libpam/modules/pam_unix/
H A Dpam_unix.88 .\" under DARPA/SPAWAR contract N66001-01-C-8035 ("CBOSS"), as part of the
42 .Op Ar service-name
43 .Ar module-type
44 .Ar control-flag
55 .Ar module-type
67 a user
72 It prompts the user for a password and verifies that this is correct with
76 .Bl -tag -width ".Cm use_first_pass"
81 level.
84 previous module obtained the user's password, that password is used to
[all …]
/freebsd/lib/libc/gen/
H A Dsysctl.3157 .Bd -literal -offset indent -compact
170 if (sysctl(mib, 4, &kp, &len, NULL, 0) == -1)
177 The top level names are defined with a CTL_ prefix in
182 .Bl -column CTLXMACHDEPXXX "Next Level NamesXXXXXX" -offset indent
183 .It Sy Name Ta Sy Next Level Names Ta Sy Description
190 .It Dv CTL_USER Ta In sys/sysctl.h Ta User-level
197 .Bd -literal -offset indent -compact
209 .Bd -literal -offset indent -compact
243 .Bd -literal -offset indent -compact
248 A distinguished second level name, VFS_GENERIC,
[all …]
/freebsd/sys/dev/isci/scil/
H A Dsati_design.h1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0
9 * Copyright(c) 2008 - 2011 Intel Corporation. All rights reserved.
22 * Foundation, Inc., 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA.
28 * Copyright(c) 2008 - 2011 Intel Corporation. All rights reserved.
58 @page sati_design_page SATI High Level Design
61 - Nathan Marushak
69 Attachment), and SAT (SCSI-to-ATA Translation).
78 a result, in some instances the user must fill out callbacks to set data.
79 This ensures that user isn't forced to have to copy the data an additional
[all …]
/freebsd/sbin/restore/
H A Drestore.8103 .Bl -tag -width Ds
108 provides a shell like interface that allows the user to move
113 .Bl -tag -width Fl
143 utility will ask which volume the user wishes to mount.
176 level, label, and the file system and host dump was made
190 mounted and the user
193 before starting the restoration of the initial level 0 backup.
195 level 0 restores successfully, the
198 any necessary incremental backups on top of the level 0.
205 .Bd -literal -offset indent
[all …]
/freebsd/contrib/sendmail/libsmutil/
H A Dsafefile.c2 * Copyright (c) 1998-2004 Proofpoint, Inc. and its suppliers.
4 * Copyright (c) 1983, 1995-1997 Eric P. Allman. All rights reserved.
9 * forth in the LICENSE file which can be found at the top level of
18 SM_RCSID("@(#)$Id: safefile.c,v 8.130 2013-11-22 20:51:50 ca Exp $")
22 ** SAFEFILE -- return 0 if a file exists and is safe for a user.
25 ** fn -- filename to check.
26 ** uid -- user id to compare against.
27 ** gid -- group id to compare against.
28 ** user -- user name to compare against (used for group sets).
29 ** flags -- modifiers:
[all …]
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DTextDiagnosticPrinter.cpp1 //===--- TextDiagnosticPrinter.cpp - Diagnostic Printer -------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
11 //===----------------------------------------------------------------------===//
52 DiagnosticsEngine::Level Level, in printDiagnosticOptions() argument
57 // Handle special cases for non-warnings early. in printDiagnosticOptions()
59 OS << " [-ferror-limit=]"; in printDiagnosticOptions()
64 // report to the user what happened by inferring what the diagnostic engine in printDiagnosticOptions()
68 // If this is a warning which has been mapped to an error by the user (as in printDiagnosticOptions()
72 if (Level == DiagnosticsEngine::Error && in printDiagnosticOptions()
[all …]

12345678910>>...44