Home
last modified time | relevance | path

Searched +full:non +full:- +full:local (Results 1 – 25 of 1046) sorted by relevance

12345678910>>...42

/freebsd/secure/lib/libcrypto/man/man3/
H A DBIO_sendmmsg.31 .\" -*- mode: troff; coding: utf-8 -*-
58 .TH BIO_SENDMMSG 3ossl 2025-09-30 3.5.4 OpenSSL
66 BIO_err_is_non_fatal \- send and receive multiple datagrams in a single call
75 \& BIO_ADDR *peer, *local;
111 The \fIflags\fR field of a \fBBIO_MSG\fR provides input per-message flags to the
113 written with output per-message flags, or zero if no such flags are applicable.
115 Currently, no input or output per-message flags are defined and this field
124 on a per-datagram basis, and the source address of received datagrams to be
130 Similarly, the \fIlocal\fR field of a \fBBIO_MSG\fR allows the source address of sent
131 datagrams to be specified on a per-datagram basis, and the destination address
[all …]
/freebsd/crypto/openssl/doc/man3/
H A DBIO_sendmmsg.pod7 BIO_err_is_non_fatal - send and receive multiple datagrams in a single call
16 BIO_ADDR *peer, *local;
52 The I<flags> field of a B<BIO_MSG> provides input per-message flags to the
54 written with output per-message flags, or zero if no such flags are applicable.
56 Currently, no input or output per-message flags are defined and this field
65 on a per-datagram basis, and the source address of received datagrams to be
71 Similarly, the I<local> field of a B<BIO_MSG> allows the source address of sent
72 datagrams to be specified on a per-datagram basis, and the destination address
73 of received datagrams to be determined. Unlike I<peer>, support for I<local>
75 BIO_dgram_set_local_addr_enable(). If I<local> is non-NULL in a B<BIO_MSG> and
[all …]
/freebsd/usr.sbin/bsdconfig/share/media/
H A Dnfs.subr3 # Copyright (c) 2012-2013 Devin Teske
72 local nfs
97 local dev if
99 f_device_find -1 "$if" $DEVICE_TYPE_NETWORK dev
105 local hostname="${nfs%%:*}"
147 # If non-NULL, adds the "tcp" option via `-o' to mount_nfs(8).
149 # If non-NULL, adds the "nfsv3" option via `-o' to mount_nfs(8).
151 # If non-NULL, adds the "-P" flag to mount_nfs(8).
153 # If non-NULL, adjusts the read/write size to avoid timeouts.
157 local funcname=f_media_init_nfs
[all …]
/freebsd/usr.sbin/bsdconfig/share/
H A Dvariable.subr3 # Copyright (c) 2012-2014 Devin Teske
54 # Register a new variable named $variable with the given reference-handle
67 # allowing dynamic enumeration of so-called `registered/advertised' variables.
71 local handle="$1" variable="$2"
73 f_dprintf "variable.subr: New variable %s -> %s" "$handle" "$variable"
80 # Unless nonInteractive is set, prompt the user with a given value (pre-filled
90 local var="$1" cp
111 # Initialize various user-edittable values to their defaults
113 setvar $VAR_EDITOR "${EDITOR:-/usr/bin/ee}"
126 local var
[all …]
H A Dmustberoot.subr3 # Copyright (c) 2006-2013 Devin Teske
50 # non-NULL to enable authentication as `root', otherwise disabled.
61 # requested authentication user does not exist? Set to non-NULL to enable,
62 # otherwise a non-existent user is treated like an invalid password.
71 # Re-execution of the current program via sudo is automatically handled.
75 # USE_XDIALOG Either NULL or Non-NULL. If given a value will indicate
80 local funcname=f_become_root_via_sudo
81 local prompt hline height width rows msg
83 [ "$( id -u )" = "0" ] && return $SUCCESS
92 local checkpath="${HOME%/}/.bsdconfig_uses_sudo"
[all …]
/freebsd/contrib/netbsd-tests/fs/ffs/
H A Dt_miscquota.sh29 "walk user quota list over several disk blocks" -b le 1 user
32 "create a persistent shapshot of quota-enabled fs, and do some writes" \
33 -b le 1 user
36 "create a non-persistent shapshot of quota-enabled fs, and do some writes" \
37 -boL le 1 user
40 "create a persistent shapshot of quota-enabled fs, and do some writes and unconf" \
41 -boC le 1 user
44 "create a non-persistent shapshot of quota-enabled fs, and do some writes and unconf" \
45 -boLC le 1 user
49 -l le 1 user
[all …]
H A Dt_setquota.sh32 "set quota with ${q} enabled" -b ${e} ${v} ${q}
34 "set quota for new id with ${q} enabled" -b ${e} ${v} ${q}
36 "set default quota with ${q} enabled" -b ${e} ${v} ${q}
39 "set quota with both enabled" -b ${e} ${v} "both"
41 "set quota for new id with both enabled" -b ${e} ${v} "both"
43 "set quota for new id with both enabled, WAPBL" -bl ${e} ${v} "both"
45 "set default quota with both enabled" -b ${e} ${v} "both"
52 local q=$4
53 local expect
54 local fail
[all …]
/freebsd/release/
H A Drelease.conf.sample25 #GITCMD="/usr/local/bin/git clone -q --branch main"
35 #MAKE_CONF="/etc/local/make.conf"
36 #SRC_CONF="/etc/local/src.conf"
39 #MAKE_FLAGS="-s"
41 ## Set to use world- and kernel-specific make(1) flags.
42 #WORLD_FLAGS="-j $(sysctl -n hw.ncpu)"
43 #KERNEL_FLAGS="-j $(( $(( $(sysctl -n hw.ncpu) + 1 )) / 2 ))"
51 ## Set to '1' to disable multi-threaded xz(1) compression.
57 ## Set to a list of ports required to build embedded system-on-chip
58 ## images, such as sysutils/u-boot-rpi.
[all …]
/freebsd/share/man/man4/
H A Dng_l2tp.41 .\" Copyright (c) 2001-2002 Packet Design, LLC.
22 .\" OR NON-INFRINGEMENT. PACKET DESIGN DOES NOT WARRANT, GUARANTEE,
60 .Bl -tag -width ".Va session_hhhh"
81 hook connects to the local L2TP management entity.
104 .Bl -tag -width foo
110 .Bd -literal
115 uint16_t tunnel_id; /* local tunnel id */
132 field configures the local tunnel ID for the control connection.
141 is non-zero, they will be dropped; otherwise, they will be dropped
142 only if the tunnel ID is non-zero.
[all …]
H A Dnuma.430 .Nd Non-Uniform Memory Access
35 Non-Uniform Memory Access is a computer architecture design which
43 Accessing memory local to a processor is faster than accessing memory
46 implements NUMA-aware memory allocation policies.
75 tool is available for starting processes with a non-default
81 Systems with non-uniform access to I/O devices may mark those devices
82 with the local VM domain identifier.
83 Drivers can find out their local domain information by calling
92 .Bl -tag -width indent -compact
99 A value of -1 means the locality map is not available or no
[all …]
/freebsd/contrib/bc/
H A DMEMORY_BUGS.md4 of `bc`, `dc`, or `bcl`. (Non-released commits with memory bugs do not count.)
21 double-free on `SIGINT` when using command-line expressions with `-e` and
22 `-f`. This was caused by not properly ending a jump series.
27 possible out-of-bounds read when there is an error flushing `stdout` on exit
34 out-of-bound
[all...]
/freebsd/usr.sbin/bsdconfig/usermgmt/share/
H A Dgroup_input.subr4 # Copyright (c) 2012-2014 Devin Teske
50 local funcname=f_input_group
51 local group="$1"
54 eval "$( pw groupshow "$group" 2> /dev/null | awk -F: '
73 # non-NULL, initially highlight $default group.
77 local prompt=
78 local menu_list="
80 " # END-QUOTE
81 local defaultitem="$1"
82 local hline="$hline_alnum_punc_tab_enter"
[all …]
/freebsd/tests/sys/cddl/zfs/tests/delegate/
H A Dzfs_allow_008_pos.ksh1 #!/usr/local/bin/ksh93 -p
36 # non-root user can allow any permissions which he is holding to
41 # 2. Verify the non-root user can allow permission if he has allow
48 # CODING_STATUS: COMPLETED (2006-09-20)
56 log_assert "Verify non-root user can allow permissions."
66 # Delegate local permission to $STAFF1
67 log_must $ZFS allow -l $STAFF1 $perms1 $dtst
68 log_must $ZFS allow -l $STAFF1 allow $dtst
71 log_must $ZFS allow -l $STAFF1 $perms2 $childfs
72 # $perms1 is local permission in $ROOT_TESTFS
[all …]
/freebsd/crypto/openssl/crypto/bio/
H A Dbss_dgram_pair.c2 * Copyright 2022-2025 The OpenSSL Project Authors. All Rights Reserved.
21 * Byte-wise ring buffer which supports pushing and popping blocks of multiple
37 r->start = OPENSSL_malloc(nbytes); in ring_buf_init()
38 if (r->start == NULL) in ring_buf_init()
41 r->len = nbytes; in ring_buf_init()
42 r->idx[0] = r->idx[1] = r->count = 0; in ring_buf_init()
48 OPENSSL_free(r->start); in ring_buf_destroy()
49 r->start = NULL; in ring_buf_destroy()
50 r->len = 0; in ring_buf_destroy()
51 r->count = 0; in ring_buf_destroy()
[all …]
/freebsd/lib/libpmc/pmu-events/arch/x86/amdzen2/
H A Dmemory.json5 …"BriefDescription": "Non-forwardable conflict; used to reduce STLI's via software. All reasons. St…
6-to-load conflicts: A load was unable to complete due to a non-forwardable conflict with an older …
24 "BriefDescription": "Retired lock instructions. Non-speculative lock succeeded.",
84 "BriefDescription": "A non-cacheable store and the non-cacheable commit buffer is full."
90 …esses, although these are generally rare. Each increment represents an eight-byte access, although…
131 …"BriefDescription": "Demand Data Cache Fills by Data Source. Hit in cache; local CCX (not Local L2…
137 "BriefDescription": "Demand Data Cache Fills by Data Source. Local L2 hit.",
197 "BriefDescription": "Total Page Table Walks on I-side.",
215 "BriefDescription": "Total Page Table Walks on D-side.",
262 … the processor core. Software PREFETCH instruction saw a match on an already-allocated miss reques…
[all …]
/freebsd/sys/tools/syscalls/core/
H A Dfreebsd-syscall.lua1 --
2 -- SPDX-License-Identifier: BSD-2-Clause
3 --
4 -- Copyright (c) 2024 Tyler Baxter <agge@FreeBSD.org>
5 -- Copyright (c) 2023 Warner Losh <imp@bsdimp.com>
6 -- Copyright (c) 2019 Kyle Evans <kevans@FreeBSD.org>
7 --
9 local syscall = require("core.syscall")
10 local util = require("tools.util")
12 local FreeBSDSyscall = {}
[all …]
/freebsd/crypto/openssl/doc/designs/quic-design/
H A Dconnection-id-cache.md4 The connection ID cache is responsible for managing connection IDs, both local
8 ---------------------
13 * pick a non-retired ID associated from those available for a connection and
22 In MVP, a many-to-1 matching of Connection IDs per Connection object
25 When picking a non-retired connection ID for MVP, the youngest available will
28 Local Connection IDs
29 --------------------
31 For local connection IDs, we need to be able to:
46 There will be one global set of local connection IDs, `QUIC_ROUTE_TABLE`,
58 * For MVP, the local connection ID cache need only have one element.
[all …]
/freebsd/usr.sbin/pkg/
H A Dpkg.751 It is used to manage local packages installed from
63 .Bl -tag
74 from a local package instead of fetching from remote.
127 .Bl -tag -width indent
128 .It Fl d, Fl -debug
145 .Pa /usr/local/etc/pkg/repos
154 .Bd -literal -offset indent
164 .Bl -tag -width signature_type -compact
197 .Pa /usr/local/etc/pkg.conf
199 .Bd -literal -offset indent
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DMemoryDependenceAnalysis.h1 //===- llvm/Analysis/MemoryDependenceAnalysis.h - Memory Deps ---*- C++ -*-===//
5 // SPDX-License-Identifie
[all...]
/freebsd/usr.bin/clang/llvm-objcopy/
H A Dllvm-objcopy.14 .nr rst2man-indent-level 0
7 \\$1 \\n[an-margin]
8 level \\n[rst2man-indent-level]
9 level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
10 -
11 \\n[rst2man-indent0]
12 \\n[rst2man-indent1]
13 \\n[rst2man-indent2]
18 . nr rst2man-indent\\n[rst2man-indent-level] \\n[an-margin]
19 . nr rst2man-indent-level +1
[all …]
/freebsd/usr.bin/login/
H A Dlogin.access5 # matches the (user, host) combination, or, in case of non-networked
15 # The first field should be a "+" (access granted) or "-" (access denied)
18 # of one or more tty names (for non-networked logins), host names, domain
20 # with "."), ALL (always matches) or LOCAL (matches any string that does
27 # logged-in user. Only groups are matched in which users are explicitly
34 #-:ALL EXCEPT wheel shutdown sync:console
36 # Disallow non-local logins to privileged accounts (group wheel).
38 #-:wheel:ALL EXCEPT LOCAL .win.tue.nl
42 #-:wsbscaro wsbsecr wsbspac wsbsym wscosor wstaiwde:ALL
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64MachObjectWriter.cpp1 //===-- AArch64MachObjectWriter.cpp - ARM Mach Object Writer --------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
68 if (Sym->getKind() == MCSymbolRefExpr::VK_GOT) in getAArch64FixupKindMachOInfo()
73 if (Sym->getKind() == MCSymbolRefExpr::VK_GOT) in getAArch64FixupKindMachOInfo()
83 switch (Sym->getKind()) { in getAArch64FixupKindMachOInfo()
98 // This encompasses the relocation for the whole 21-bit value. in getAArch64FixupKindMachOInfo()
99 switch (Sym->getKind()) { in getAArch64FixupKindMachOInfo()
125 // Debug info sections can use local relocations. in canUseLocalRelocation()
151 unsigned IsPCRel = Writer->isFixupKindPCRel(Asm, Fixup.getKind()); in recordRelocation()
[all …]
/freebsd/usr.sbin/bsdinstall/scripts/
H A Dpkgbase.in3 -- SPDX-License-Identifier: BSD-2-Clause
4 --
5 -- Copyright(c) 2025 The FreeBSD Foundation.
6 --
7 -- This software was developed by Isaac Freund <ifreund@freebsdfoundation.org>
8 -- under sponsorship from the FreeBSD Foundation.
10 local sys_wait = require("posix.sys.wait")
11 local unistd = require("posix.unistd")
13 local all_libcompats <const> = "%%_ALL_libcompats%%"
15 -- Run a command using the OS shell and capture the stdout
[all …]
/freebsd/usr.bin/env/
H A Denv.170 .Bl -tag -width indent
83 .\" -C
89 .\" -L | -U
103 is used, only the system-wide
116 .\" -P
125 .\" -S
136 also supports environment-variable substitution, as described
138 .\" -u
153 .\" -v
195 .Ss Details of -S (split-string) processing
[all …]
/freebsd/tests/sys/netinet/
H A Dfibs_test.sh53 # and a non-default fib
66 if [ 0 != `sysctl -n net.add_addr_allfibs` ]; then
77 setfib "$FIB0" nping -c 1 -e ${EPAIRA} -S ${SPOOF_ADDR} \
78 --source-mac ${SPOOF_MAC} --icmp --icmp-type "echo-request" \
79 --icmp-code 0 --icmp-id 0xdead --icmp-seq 1 --data 0xbeef \
85 atf_check -o match:"${SPOOF_ADDR}.*expires" setfib "$FIB1" arp ${SPOOF_ADDR}
104 # and a non-default fib
110 if [ 0 != `sysctl -n net.add_addr_allfibs` ]; then
119 setfib ${FIB0} netstat -rn -f inet | grep -q "^${ADDR}.*UHS.*lo0"
120 if [ 0 -ne $? ]; then
[all …]

12345678910>>...42