Home
last modified time | relevance | path

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

12345678910>>...38

/freebsd/lib/libdevstat/
H A Ddevstat.c1 /*-
2 * SPDX-License-Identifier: BSD-3-Clause
182 &numdevsize, NULL, 0) == -1) { in devstat_getnumdevs()
187 return(-1); in devstat_getnumdevs()
192 if (KREADNL(kd, X_NUMDEVS, numdevs) == -1) in devstat_getnumdevs()
193 return(-1); in devstat_getnumdevs()
219 &gensize, NULL, 0) == -1) { in devstat_getgeneration()
223 return(-1); in devstat_getgeneration()
227 if (KREADNL(kd, X_GENERATION, generation) == -1) in devstat_getgeneration()
228 return(-1); in devstat_getgeneration()
[all …]
H A Ddevstat.3152 and returns \-1.
164 .Bd -literal -offset indent
191 .Bd -literal -offset indent
250 .Bl -tag -width indent
253 These are generally devices specified by name by the user e.g.\&
258 from user input.
268 value currently must be maintained by the user.
272 If no devices have been selected by name or by pattern, the performance
275 If devices have been selected by name or pattern, the performance tracking
276 code will honor those selections and will only sort among the selected
[all …]
/freebsd/contrib/dialog/samples/
H A Ddialog.py18 # Then, methods can be called on it for interacting with the user.
20 # I wrote this because I want to use my 486-33 laptop as my main
22 # user in console mode. There are apparently other modules out there
28 # *any* objects to be displayed and selected, not just strings.
35 # (it's possible -- I've already tried :-).
37 # height and width defaults. Hmmm - should also then check for
39 # Put into a package name to make more reusable - reduce the possibility
43 # there is a bug in (at least) Linux-Mandrake 7.0 Russian Edition
44 # running on AMD K6-2 3D that causes core dump when 'dialog'
45 # is running with --gauge option;
[all …]
/freebsd/bin/pax/
H A Dpax.11 .\"-
42 .Bk -words
45 .Bk -words
49 .Bk -words
50 .Op Fl U Ar user
53 .Bk -words
57 .Bk -words
69 .Bk -words
72 .Bk -words
76 .Bk -words
[all …]
H A Dpax.c1 /*-
2 * SPDX-License-Identifier: BSD-3-Clause
96 * PAX - Portable Archive Interchange
102 * ustar - 10.1.1 extended tar interchange format
103 * cpio - 10.1.2 extended cpio interchange format
104 * tar - old BSD 4.3 tar format
105 * binary cpio - old cpio with binary header format
106 * sysVR4 cpio - with and without CRC
108 * This version is a superset of IEEE Std 1003.2b-d3
120 * 1.3 The user can specify via the non-standard option flag -E if error
[all …]
H A Dftree.c1 /*-
2 * SPDX-License-Identifier: BSD-3-Clause
56 * is modified by the -n and -u flags. The user is informed when a specific
57 * file arg does not generate any selected files. -n keeps expanding the file
58 * tree arg until one of its files is selected, then skips to the next file
59 * arg. when the user does not supply the file trees as command line args to
77 * options are based on the selection of pax options by the user
79 * also attempt to reset directory access times when -t (tflag) is set.
81 * 0 if there is at least one valid file arg to process, -1 otherwise
89 * use FTS_NOCHDIR, as the user may have to open multiple archives and in ftree_start()
[all …]
H A Dsel_subs.c1 /*-
2 * SPDX-License-Identifier: BSD-3-Clause
59 static USRT **usrtb = NULL; /* user selection table */
84 * User/group selection routines
86 * Routines to handle user selection of files based on the file uid/gid. To
87 * add an entry, the user supplies either the name or the uid/gid starting with
93 * add a user match to the user match hash table
95 * 0 if added ok, -1 otherwise;
110 return(-1); in usr_add()
113 paxwarn(1, "Unable to allocate memory for user selection table"); in usr_add()
[all …]
/freebsd/usr.sbin/bsdconfig/share/packages/
H A Dpackages.subr3 # Copyright (c) 2013-2016 Devin Teske
61 PACKAGES_DETECTED= # Boolean (NULL/non-NULL); detected installed packages?
63 SELECTED_PACKAGES= # Packages selected by user in [X]dialog(1) interface
82 # prior to execution (it contains a series of pre-quoted strings which act as
89 while [ $# -gt 0 ]; do
93 cat="${category# }" # Trim lead space inserted by sort-method
102 [ $n -ge 1 ] && desc="$desc; $n $msg_installed_lc"
104 # Add number of selected packages for this category (if any)
110 [ $n -ge 1 ] && desc="$desc; $n $msg_selected"
112 # Re-Add asterisk to the category if its index has been cached
[all …]
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DStackFrameList.h1 //===-- StackFrameList.h ----------------------------------------*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
45 /// Mark a stack frame as the currently selected frame and return its index.
48 /// Get the currently selected frame index.
49 /// We should only call SelectMostRelevantFrame if (a) the user hasn't already
50 /// selected a frame, and (b) if this really is a user facing
59 /// Mark a stack frame as the currently selected frame using the frame index
60 /// \p idx. Like \ref GetFrameAtIndex, invisible frames cannot be selected.
67 return idx - m_current_inlined_depth; in GetVisibleStackFrameIndex()
[all …]
/freebsd/usr.sbin/bsdinstall/scripts/
H A Dzfsboot2 #-
3 # Copyright (c) 2013-2016 Allan Jude
4 # Copyright (c) 2013-2018 Devin Teske
42 # Default name of the boot-pool
54 : ${ZFSBOOT_POOL_CREATE_OPTIONS:=-O compress=lz4 -O atime=off}
174 " # END-QUOTE
177 # If interactive and the user has not explicitly chosen a vdev type or disks,
178 # make the user confirm scripted/default choices when proceeding to install.
197 GELI_ATTACH='geli attach -j - -k "%s" "%s"'
198 GELI_ATTACH_NOKEY='geli attach -j - "%s"'
[all …]
H A Dfirmware2 #-
3 # SPDX-License-Identifier: BSD-2-Clause
34 fwlist=`chroot $BSDINSTALL_CHROOT fwget -q -n`
47 \"-\" \
49 \"-\" \
52 ${DIALOG} --title "${title}" --backtitle "${btitle}" \
53 --hline "${hline}" \
54 --nocancel --pause "${msg}" $height $width 5
55 f_dialog_menutag_store -s ""
59 local desc status height width rows selected retval
[all …]
/freebsd/bin/ps/
H A Dps.11 .\"-
37 .Op Fl -libxo
47 .Op Fl U Ar user Ns Op , Ns Ar user Ns Ar ...
49 .Op Fl -libxo
64 A different set of processes can be selected for display by using any
75 For the processes which have been selected for display,
89 If more than one sorting option was given, then the selected processes
92 For the processes which have been selected for display, the information
93 to display is selected based on a set of keywords (see the
99 controlling terminal, state, CPU time (including both user and system time)
[all …]
/freebsd/contrib/openbsm/bin/auditreduce/
H A Dauditreduce.c1 /*-
2 * Copyright (c) 2004-2008 Apple Inc.
8 * contract FA8650-15-C-7558 ("CADETS"), as part of the DARPA Transparent
43 * XXX We assume that records are sorted chronologically - both wrt to
93 static int p_euid; /* Effective user id. */
96 static int p_ruid; /* Real user id. */
101 * Maintain a dynamically sized array of events for -m
108 * Following are the objects (-o option) that we can select upon.
133 if (copy[i - 1] == '\\') in parse_regexp()
134 strlcpy(&copy[i - 1], &copy[i], len); in parse_regexp()
[all …]
/freebsd/usr.sbin/bsdconfig/include/
H A Doptions.hlp9 NFS Slow: User is using a slow PC or Ethernet card
12 with poor performance being "fed" by NFS on a higher-performance
43 Yes To All: Assume "Yes" answers to all non-critical dialogs
46 decide NOT to ask the user about any "boundary" conditions that
56 the user.
64 interactively ask the user.
70 anonymous user. If you wish to log in as someone else,
77 to customize some text file, at which point the user will be
79 simplistic editor which shows its command set on-screen is
80 selected by default, but UNIX purists may wish to change this
[all …]
H A Dmessages.subr2 # Copyright (c) 2012-2016 Devin Teske
30 hline_alnum_punc_tab_enter="Use alpha-numeric, punctuation, TAB or ENTER"
46 msg_assume_network_is_already_configured="Running multi-user, assume that the network is already co…
47 msg_assume_yes_to_all_non_critical_dialogs="Assume \"Yes\" answers to all non-critical dialogs"
51 …ing_to_update_repository_catalogue="Attempting to update repository catalogue from selected media."
52 msg_audio_desc="Audio utilities - most require a supported sound card."
85 msg_command_failed_rest_of_script_aborted="Command \`%s' failed - rest of script aborted."
116 msg_docs_desc="Meta-ports for FreeBSD documentation."
126 msg_enter_the_device_name_of_a_ufs_formatted_partition="Enter the device-name of a UFS formatted pa…
141 msg_forget_all_confirm="WARNING! Are you really sure you want to forget all known networks\nby re-i…
[all …]
/freebsd/lib/libmixer/
H A Dmixer.31 .\"-
2 .\" Copyright (c) 2021-2022 Christos Margiolis <christos@FreeBSD.org>
51 Mixer library (libmixer, -lmixer)
109 .Bd -literal
112 struct mix_dev *dev; /* selected device */
139 .Bl -tag -width "f_default"
143 A pointer to the currently selected device.
203 .Bd -literal
223 .Bl -tag -width "parent_mixer"
229 .Bd -ragged
[all …]
/freebsd/crypto/openssh/
H A Daudit-bsm.c4 * - deal with overlap between this and sys_auth_allowed_user
9 * Copyright 1988-2002 Sun Microsystems, Inc. All rights reserved.
124 /* Below is the low-level BSM interface code */
128 * different mechanism in audit_connection_from() for IPv4-only machines.
145 return -1; in aug_get_machine()
148 switch (ai->ai_family) { in aug_get_machine()
150 in4 = (struct sockaddr_in *)ai->ai_addr; in aug_get_machine()
152 memcpy(addr, &in4->sin_addr, sizeof(struct in_addr)); in aug_get_machine()
156 in6 = (struct sockaddr_in6 *)ai->ai_addr; in aug_get_machine()
158 memcpy(addr, &in6->sin6_addr, sizeof(struct in6_addr)); in aug_get_machine()
[all …]
/freebsd/share/man/man4/
H A Dmac_portacl.47 .\" DARPA/SPAWAR contract N66001-01-C-8035 ("CBOSS"), as part of the
41 .Bd -ragged -offset indent
48 .Bd -ragged -offset indent
85 policy only affects ports explicitly bound by a user process (either
92 connections where the process has not explicitly selected a port:
93 these are automatically selected by the IP stack.
110 is set to a non-zero value.
114 MIBs are available for fine-tuning the enforcement of this MAC policy.
123 .Bl -tag -width indent
140 .Bl -tag -width ".Ar protocol"
[all …]
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DHighlighter.h1 //===-- Highlighter.h -------------------------------------------*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
17 #include "lldb/lldb-enumerations.h"
50 /// The style for the token which is below the cursor of the user. Note that
52 /// stop-show-column-ansi-prefix/stop-show-column-ansi-suffix.
53 ColorStyle selected; member
71 /// Matches operators like '+', '-', '%', '&', '='
98 /// Returns a human readable name for the selected highlighter.
105 /// The user supplied line that needs to be highlighted.
[all …]
/freebsd/share/man/man9/
H A Dvaccess.91 .\"-
79 owner component of the permission bits is selected.
82 a match, then the group component of the permission bits is selected.
84 group, then the other component of the permission bits is selected.
86 Once appropriate protections are selected for the current credential,
90 then super-user privilege, if available for the credential, will also be
94 will return 0 on success, or a non-zero error value on failure.
96 .Bl -tag -width Er
/freebsd/secure/lib/libcrypto/man/man3/
H A DSSL_CTX_set_alpn_select_cb.318 .\" Set up some character translations and predefined strings. \*(-- will
24 .tr \(*W-
27 . ds -- \(*W-
29 . if (\n(.H=4u)&(1m=24u) .ds -- \(*W\h'-12u'\(*W\h'-12u'-\" diablo 10 pitch
30 . if (\n(.H=4u)&(1m=20u) .ds -- \(*W\h'-12u'\(*W\h'-8u'-\" diablo 12 pitch
37 . ds -- \|\(em\|
71 .\" Fear. Run. Save yourself. No user-serviceable parts.
81 . ds #H ((1u-(\\\\n(.fu%2u))*.13m)
97 . ds ' \\k:\h'-(\\n(.wu*8/10-\*(#H)'\'\h"|\\n:u"
98 . ds ` \\k:\h'-(\\n(.wu*8/10-\*(#H)'\`\h'|\\n:u'
[all …]
/freebsd/contrib/dialog/
H A Ddialog.13 .\" Copyright 2005-2020,2021 Thomas E. Dickey
53 dialog \- display dialog boxes from shell scripts
55 \fB\*p \-\-clear\fP
57 .BI "\*p \-\-create\-rc " file
59 \fB\*p \-\-print\-maxsize\fP
62 \fIcommon-options\fP
63 \fIbox-options\fP
108 Use the "\fB\-\-and\-widget\fP" token to force \fB\*p\fP to proceed to the next
118 \*(``\fB\-\-output\-fd\fP\*('',
119 \*(``\fB\-\-stderr\fP\*('' and
[all …]
/freebsd/contrib/ldns/ldns/
H A Ddane.h2 * dane.h -- defines for the DNS-Based Authentication of Named Entities (DANE)
73 * SubjectPublicKeyInfo: DER-encoded binary structure
89 /** Exact match on selected content */
92 /** SHA-256 hash of selected content [RFC6234] */
95 /** SHA-512 hash of selected content [RFC6234] */
140 * \param[in] cert The certificate from which the data is selected
143 * of the selected data
155 * \param[out] selected_cert The selected cert.
171 * validation chain. 1 the one but last, etc. When index is -1,
172 * the last certificate is used that MUST be self-signed.
[all …]
/freebsd/lib/libc/gen/
H A Dsyslog.362 logged-in users, or forwarded to other machines as appropriate.
82 using the variable-length argument facilities of
93 The level is selected from the following
96 .Bl -tag -width LOG_AUTHPRIV
142 .Bl -tag -width LOG_AUTHPRIV
171 .Bl -tag -width LOG_AUTHPRIV
182 selected individuals.
200 These cannot be generated by any user processes.
220 Messages generated by random user processes.
270 .Bd -literal -offset indent -compact
[all …]
/freebsd/usr.sbin/iostat/
H A Diostat.c1 /*-
2 * SPDX-License-Identifier: BSD-3-Clause
34 /*-
142 static volatile sig_atomic_t wresized; /* Tty resized, when non-zero. */
171 fprintf(stderr, "usage: iostat [-CdhIKoTxz] [-c count] [-M core]" in usage()
172 " [-n devs] [-N system]\n" in usage()
173 "\t [-t type,if,pass] [-w wait] [drives]\n"); in usage()
201 while ((c = getopt(argc, argv, "Cc:dhIKM:N:n:oTt:w:xz")) != -1) { in main()
266 argc -= optind; in main()
275 if (kvm_nlist(kd, namelist) == -1) in main()
[all …]

12345678910>>...38