/freebsd-src/sys/dev/qat/qat_api/firmware/include/ |
H A D | icp_qat_fw_mmp_ids.h | 1 /* SPDX-License-Identifier: BSD-3-Clause */ 2 /* Copyright(c) 2007-2022 Intel Corporation */ 5 /* --- (Automatically generated (relocation v. 1.3), do not modify manually) --- */ 21 /**< Functionality ID for ECC SM2 point multiply [k]G 22 * @li 1 input parameters : @link 24 * @li 2 output parameters : @link 25 * icp_qat_fw_mmp_ecsm2_generator_multiplication_output_s::xd xd @endlink @link 30 * @li 3 input parameters : @link 31 * icp_qat_fw_mmp_ecsm2_point_multiplication_input_s::k k @endlink @link 32 * icp_qat_fw_mmp_ecsm2_point_multiplication_input_s::x x @endlink @link [all …]
|
/freebsd-src/share/man/man4/ |
H A D | ath_hal.4 | 1 .\"- 2 .\" Copyright (c) 2002-2009 Sam Leffler, Errno Consulting 64 driver but configured separately to allow fine-grained control 72 PCIe, Mini-PCIe or ExpressCard format. 74 Historically this code has been released in a binary-only form 83 .Bl -column -compact "Samsung SWL-5200N" "AR5212" "Cardbus" "a/b/g" 85 .It "Aztech WL830PC AR5212 CardBus b/g" 86 .It "D-Link DWL-A650 AR5210 CardBus a" 87 .It "D-Link DWL-AB650 AR5211 CardBus a/b" 88 .It "D-Link DWL-A520 AR5210 PCI a" [all …]
|
H A D | rum.4 | 1 .\"- 2 .\" SPDX-License-Identifier: ISC 4 .\" Copyright (c) 2005-2007 24 .Nd Ralink Technology USB IEEE 802.11a/b/g wireless network driver 29 .Bd -ragged -offset indent 42 .Bd -literal -offset indent 56 The RT2501USB chipset is the second generation of 802.11a/b/g adapter [all...] |
H A D | otus.4 | 1 .\"- 2 .\" SPDX-License-Identifier: ISC 23 .Nd Atheros AR9170 USB IEEE 802.11a/b/g/n wireless network driver 27 .Bd -ragged -offset indent 39 .Bd -literal -offset indent 48 The Atheros AR9170 is a draft-802.11n adapter that uses an external 60 .Bl -ta [all...] |
H A D | axp.4 | 37 .Nd "Advanced Micro Devices 10G Ethernet driver" 42 .Bd -ragged -offset indent 50 .Bd -literal -offset indent 56 driver enables PCI-E based 10G Ethernet controller inbuilt in the 61 .Bl -bullet -compact 63 1G/10G SFP+ Link 81 MSI-X interrupts 94 .Bl -tag -width indent 105 Dumps the current link setting like link mode, speed, duplex settings. 107 Dumps the current flow-control settings. [all …]
|
H A D | ng_ppp.4 | 1 .\" Copyright (c) 1996-1999 Whistle Communications, Inc. 19 .\" MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR NON-INFRINGEMENT. 50 and control packets to a separate controlling entity (e.g., a 51 user-land daemon). 54 user-land implementations. 56 multi-link PPP, Van Jacobson compression, PPP compression, PPP 58 A single PPP node corresponds to one PPP multi-link bundle. 60 There is a separate hook for each PPP link in the bundle, plus 71 Typically this node is connected to a user-land daemon via a 75 In general, the PPP node enables a specific link or functionality when [all …]
|
/freebsd-src/tools/regression/tmpfs/ |
H A D | t_link | 36 # Verifies that the link operation works. 42 test_name "Link operation works" 45 eval $(stat -s a | sed -e 's|st_|sta_|g') 46 eval $(stat -s z | sed -e 's|st_|stz_|g') 48 test ${sta_nlink} -eq 1 || die 50 test_name "Link count is correct after links are created" 51 eval $(stat -s a | sed -e 's|st_|sta_|g') 52 eval $(stat -s b | sed -e 's|st_|stb_|g') 54 test ${sta_nlink} -eq 2 || die 55 test ${stb_nlink} -eq 2 || die [all …]
|
/freebsd-src/contrib/netbsd-tests/fs/tmpfs/ |
H A D | t_link.sh | 29 # Verifies that the link operation works. 34 atf_set "descr" "Verifies that the link operation works on files" \ 41 atf_check -s eq:0 -o empty -e empty touch a 42 atf_check -s eq:0 -o empty -e empty touch z 43 eval $(stat -s a | sed -e 's|st_|sta_|g') 44 eval $(stat -s z | sed -e 's|st_|stz_|g') 47 test ${sta_nlink} -eq 1 || atf_fail "Number of links is incorrect" 48 atf_check -s eq:0 -o empty -e empty ln a b 50 echo "Checking if link count is correct after links are created" 51 eval $(stat -s a | sed -e 's|st_|sta_|g') [all …]
|
/freebsd-src/contrib/pjdfstest/tests/link/ |
H A D | 06.t | 3 # $FreeBSD: head/tools/regression/pjdfstest/tests/link/06.t 211352 2010-08-15 21:24:17Z pjd $ 5 desc="link returns EACCES when a component of either path prefix denies search permission" 26 expect 0 -u 65534 -g 65534 create ${n1}/${n3} 0644 28 expect 0 -u 65534 -g 65534 link ${n1}/${n3} ${n2}/${n4} 29 expect 0 -u 65534 -g 65534 unlink ${n2}/${n4} 32 expect EACCES -u 65534 -g 65534 link ${n1}/${n3} ${n1}/${n4} 33 expect EACCES -u 65534 -g 65534 link ${n1}/${n3} ${n2}/${n4} 37 expect EACCES -u 65534 -g 65534 link ${n1}/${n3} ${n2}/${n4}
|
H A D | 07.t | 3 # $FreeBSD: head/tools/regression/pjdfstest/tests/link/07.t 211352 2010-08-15 21:24:17Z pjd $ 5 desc="link returns EACCES when the requested link requires writing in a directory with a mode that … 26 expect 0 -u 65534 -g 65534 create ${n1}/${n3} 0644 28 expect 0 -u 65534 -g 65534 link ${n1}/${n3} ${n2}/${n4} 29 expect 0 -u 65534 -g 65534 unlink ${n2}/${n4} 32 expect EACCES -u 65534 -g 65534 link ${n1}/${n3} ${n2}/${n4} 34 expect EACCES -u 65534 -g 65534 link ${n1}/${n3} ${n1}/${n4}
|
H A D | 11.t | 3 # $FreeBSD: head/tools/regression/pjdfstest/tests/link/11.t 211352 2010-08-15 21:24:17Z pjd $ 5 desc="link returns EPERM if the source file is a directory" 19 expect 0 link ${n0} ${n1} 27 expect EPERM link ${n0} ${n1} 37 expect 0 -u 65534 -g 65534 mkdir ${n1} 0755 38 expect EPERM -u 65534 -g 65534 link ${n1} ${n2} 39 expect 0 -u 65534 -g 65534 rmdir ${n1}
|
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/ |
H A D | JITLinkGeneric.cpp | 1 //===--------- JITLinkGeneric.cpp - Generic JIT linker utilities ----------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 11 //===----------------------------------------------------------------------===// 28 dbgs() << "Starting link phase 1 for graph " << G->getName() << "\n"; in linkPhase1() 33 return Ctx->notifyFailed(std::move(Err)); in linkPhase1() 36 dbgs() << "Link graph \"" << G->getName() << "\" pre-pruning:\n"; in linkPhase1() 37 G->dump(dbgs()); in linkPhase1() 40 prune(*G); in linkPhase1() 43 dbgs() << "Link graph \"" << G->getName() << "\" post-pruning:\n"; in linkPhase1() [all …]
|
/freebsd-src/sys/contrib/device-tree/Bindings/net/ |
H A D | nixge.txt | 4 - compatible: Should be "ni,xge-enet-3.00", but can be "ni,xge-enet-2.00" for 5 older device trees with DMA engines co-located in the address map, 7 - reg: Address and length of the register set for the device. It contains the 8 information of registers in the same order as described by reg-names. 9 - reg-names: Should contain the reg names 12 - interrupts: Should contain tx and rx interrupt 13 - interrupt-names: Should be "rx" and "tx" 14 - phy-mode: See ethernet.txt file in the same directory. 15 - nvmem-cells: Phandle of nvmem cell containing the MAC address 16 - nvmem-cell-names: Should be "address" [all …]
|
/freebsd-src/contrib/bmake/mk/sys/ |
H A D | HP-UX.mk | 1 # $Id: HP-UX.mk,v 1.17 2022/03/25 23:43:06 sjg Exp $ 5 OS ?= HP-UX 9 # HP-UX's cc does not provide any clues as to wether this is 9.x or 10.x 10 # nor does sys/param.h, so we'll use the existence of /hp-ux 11 .if exists("/hp-ux") 25 # the build tree available :-) 27 LD_bpath ?=-Wl,+b/lib:/usr/lib:/usr/local/lib 28 LD_spath ?=-Wl,+s 41 LINK.s ?= ${CC} ${AFLAGS} ${LDFLAGS} 42 COMPILE.S ?= ${CC} ${AFLAGS} ${CPPFLAGS} -c [all …]
|
H A D | UnixWare.mk | 7 OS_DEF_FLAG ?= -DUNIXWARE 21 # no -X 29 AS_STDIN ?= - 32 LINK.s ?= ${CC} ${AFLAGS} ${LDFLAGS} 33 COMPILE.S ?= ${CC} ${AFLAGS} ${CPPFLAGS} -c 34 LINK.S ?= ${CC} ${AFLAGS} ${CPPFLAGS} ${LDFLAGS} 38 CC ?= gcc -pipe ${OS_DEF_FLAG} 39 DBG ?= -O -g 40 STATIC ?= -static 43 DBG ?= -g [all …]
|
H A D | AIX.mk | 23 LINK.s ?= ${CC} ${AFLAGS} ${LDFLAGS} 24 COMPILE.S ?= ${CC} ${AFLAGS} ${CPPFLAGS} -c 25 LINK.S ?= ${CC} ${AFLAGS} ${CPPFLAGS} ${LDFLAGS} 28 DBG ?= -O -g 29 STATIC ?= -static 32 DBG ?= -g 36 COMPILE.c ?= ${CC} ${CFLAGS} ${CPPFLAGS} -c 37 LINK.c ?= ${CC} ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} 39 CXX ?= g++ 41 COMPILE.cc ?= ${CXX} ${CXXFLAGS} ${CPPFLAGS} -c [all …]
|
H A D | OSF1.mk | 18 # no -X 20 LD_x ?= -x 21 LD_r ?= -r 27 AS_STDIN ?= - 30 LINK.s ?= ${CC} ${AFLAGS} ${LDFLAGS} 31 COMPILE.S ?= ${CC} ${AFLAGS} ${CPPFLAGS} -c 32 LINK.S ?= ${CC} ${AFLAGS} ${CPPFLAGS} ${LDFLAGS} 36 CC ?= cc -std 39 DBG ?= -O -g 40 STATIC ?= -static [all …]
|
H A D | Linux.mk | 26 LINK.s ?= ${CC} ${AFLAGS} ${LDFLAGS} 27 COMPILE.S ?= ${CC} ${AFLAGS} ${CPPFLAGS} -c 28 LINK.S ?= ${CC} ${AFLAGS} ${CPPFLAGS} ${LDFLAGS} 30 CC ?= gcc -pipe 31 DBG ?= -O -g 32 STATIC ?= -static 34 CC ?= cc -pipe 35 DBG ?= -g 36 STATIC ?= -Bstatic 39 COMPILE.c ?= ${CC} ${CFLAGS} ${CPPFLAGS} -c [all …]
|
H A D | SunOS.mk | 4 .include <host-target.mk> 31 # no -X 52 AS_STDIN ?= - 55 LINK.s ?= ${CC} ${AFLAGS} ${LDFLAGS} 56 COMPILE.S ?= ${CC} ${AFLAGS} ${CPPFLAGS} -c 57 LINK.S ?= ${CC} ${AFLAGS} ${CPPFLAGS} ${LDFLAGS} 59 CC ?= gcc -pipe 60 DBG ?= -O -g 61 STATIC ?= -static 64 DBG ?= -g [all …]
|
/freebsd-src/contrib/pjdfstest/tests/granular/ |
H A D | 00.t | 3 # $FreeBSD: head/tools/regression/pjdfstest/tests/granular/00.t 211352 2010-08-15 21:24:17Z pjd $ 5 desc="NFSv4 granular permissions checking - WRITE_DATA vs APPEND_DATA on directories" 24 # Tests 2..7 - check out whether root user can do stuff. 29 expect 0 link ${n0} ${n1} 42 expect 0 -u 65534 -g 65534 create ${n0} 0644 45 expect 0 -u 65534 -g 65534 link ${n0} ${n1} 46 expect 0 -u 65534 -g 65534 unlink ${n1} 47 expect 0 -u 65534 -g 65534 unlink ${n0} 50 expect EACCES -u 65534 -g 65534 mkdir ${n0} 0755 51 expect ENOENT -u 65534 -g 65534 rmdir ${n0} [all …]
|
/freebsd-src/contrib/llvm-project/lld/docs/ELF/ |
H A D | warn_backrefs.rst | 1 --warn-backrefs 4 ``--warn-backrefs`` gives a warning when an undefined symbol reference is 10 ``--start-lib`` and ``--end-lib`` that archive will be searched for resolving 21 backward references. If there are cyclic references then the ``--start-group`` 22 and ``--end-group`` options can be used, or the same archive can be placed on 29 ``--start-group`` and ``--end-group`` options are redundant. 32 linker command line can result in different outcomes. A link may succeed with 37 The ``warn-backrefs`` option provides information that helps identify cases 40 | % ld.lld --warn-backrefs ... -lB -lA 43 | % ld.lld --warn-backrefs ... --start-lib B/b.o --end-lib --start-lib A/a.o --end-lib [all …]
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/ |
H A D | aarch32.h | 1 //===------ aarch32.h - Generic JITLink arm/thumb utilities -----*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 11 //===----------------------------------------------------------------------===// 29 /// JITLink-internal AArch32 fixup kinds 38 /// Relative 32-bit value relocation 41 /// Absolute 32-bit value relocation 44 /// Relative 31-bit value relocation that preserves the most-significant bit 53 /// Relocations of class Arm (covers fixed-width 4-byte instruction subset) 57 /// Write immediate value for unconditional PC-relative branch with link. [all …]
|
/freebsd-src/tools/test/stress2/misc/ |
H A D | link2.sh | 29 # Copy of link.sh with leak detection added 31 [ `id -u ` -ne 0 ] && echo "Must be root!" && exit 1 37 sed '1,/^EOF/d' < $here/link.sh > link.c 38 mycc -o link -Wall -Wextra -O2 -g link.c || exit 1 39 rm -f link.c 41 mount | grep $mntpoint | grep -q /dev/md && umount -f $mntpoint 42 [ -c /dev/md$mdstart ] && mdconfig -d -u $mdstart 44 mdconfig -a -t swap -s 1g -u $mdstart || exit 1 48 daemon sh -c "(cd $here/../testcases/swap; ./swap -t 5m -i 20 -h -l 100)" \ 50 /tmp/link $mntpoint > /dev/null 2>&1 & [all …]
|
/freebsd-src/sbin/ifconfig/ |
H A D | ifconfig.8 | 1 .\"- 2 .\" SPDX-License-Identifier: BSD-3-Clause 61 .Op Fl G Ar groupname 62 .Op Fl g Ar groupname 68 .Fl g Ar groupname 73 .Op Fl g Ar groupname 93 .Bl -ta [all...] |
/freebsd-src/contrib/ofed/infiniband-diags/man/ |
H A D | ibportstate.8 | 5 IBPORTSTATE \- handle port (physical) state and link speed of an InfiniBand port 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 …]
|