Home
last modified time | relevance | path

Searched +full:g +full:- +full:link (Results 1 – 25 of 1120) sorted by relevance

12345678910>>...45

/freebsd/sys/dev/qat/qat_api/firmware/include/
H A Dicp_qat_fw_mmp_ids.h1 /* 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/share/man/man4/
H A Dath_hal.41 .\"-
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 Drum.41 .\"-
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 adapters from
63 This chipset uses the MIMO (multiple-input multiple-output) technology
67 All chips have hardware support for WEP, AES-CCM, TKIP, and Michael
74 .Cm adhoc-demo ,
[all …]
H A Dotus.41 .\"-
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 -tag -width "IBSS-masterXX"
73 Wi-Fi Protected Access (WPA-PSK and WPA2-PSK).
87 driver provides support for Atheros AR9170 USB IEEE 802.11b/g/n
90 .Bl -bullet -offset indent -compact
[all …]
H A Daxp.437 .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 Dng_ppp.41 .\" 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/tools/regression/tmpfs/
H A Dt_link36 # 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/contrib/netbsd-tests/fs/tmpfs/
H A Dt_link.sh29 # 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/contrib/pjdfstest/tests/link/
H A D06.t3 # $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 D07.t3 # $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 D11.t3 # $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/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DJITLinkGeneric.cpp1 //===--------- JITLinkGeneric.cpp - Generi
266 prune(LinkGraph & G) prune() argument
[all...]
H A DELF_ppc64.cpp1 //===------- ELF_ppc64.cpp -JIT linker implementation for ELF/ppc64 --
36 createELFGOTHeader(LinkGraph & G,ppc64::TOCTableManager<Endianness> & TOC) createELFGOTHeader() argument
63 registerExistingGOTEntries(LinkGraph & G,ppc64::TOCTableManager<Endianness> & TOC) registerExistingGOTEntries() argument
80 buildTables_ELF_ppc64(LinkGraph & G) buildTables_ELF_ppc64() argument
262 ELFJITLinker_ppc64(std::unique_ptr<JITLinkContext> Ctx,std::unique_ptr<LinkGraph> G,PassConfiguration PassConfig) ELFJITLinker_ppc64() argument
265 __anon7bd6b3100302(LinkGraph &G) ELFJITLinker_ppc64() argument
271 defineTOCBase(LinkGraph & G) defineTOCBase() argument
312 applyFixup(LinkGraph & G,Block & B,const Edge & E) const applyFixup() argument
342 link_ELF_ppc64(std::unique_ptr<LinkGraph> G,std::unique_ptr<JITLinkContext> Ctx) link_ELF_ppc64() argument
385 link_ELF_ppc64(std::unique_ptr<LinkGraph> G,std::unique_ptr<JITLinkContext> Ctx) link_ELF_ppc64() argument
391 link_ELF_ppc64le(std::unique_ptr<LinkGraph> G,std::unique_ptr<JITLinkContext> Ctx) link_ELF_ppc64le() argument
[all...]
/freebsd/contrib/bmake/mk/sys/
H A DHP-UX.mk1 # $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 DUnixWare.mk7 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 DAIX.mk23 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 DOSF1.mk18 # 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 DLinux.mk26 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 DSunOS.mk4 .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/contrib/pjdfstest/tests/granular/
H A D00.t3 # $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/sys/contrib/device-tree/Bindings/net/
H A Dnixge.txt4 - 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/sbin/ifconfig/
H A Difconfig.81 .\"-
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 -tag -width indent
120 The format is specified as a comma-separated list of
141 .Bl -tag -width default
145 .Bl -tag -width default -compact
[all …]
/freebsd/contrib/llvm-project/lld/docs/ELF/
H A Dwarn_backrefs.rst1 --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/tools/test/stress2/misc/
H A Dlink2.sh29 # 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/contrib/dma/
H A DMakefile13 version= $(shell ${SH} get-version.sh)
14 debversion= $(shell ${SH} get-version.sh | sed -Ee 's/^v//;s/[.]([[:digit:]]+)[.](g[[:xdigit:]]+)$$…
17 CFLAGS?= -O -pipe
18 LDADD?= -lssl -lcrypto -lresolv
20 CFLAGS+= -Wall -Wno-format-truncation -DDMA_VERSION='"${version}"' -DLIBEXEC_PATH='"${LIBEXEC}"' -D…
22 INSTALL?= install -p
34 SYMLINK?= -s # or empty to create hard link
44 all: dma dma-mbox-create
47 -rm -f .depend dma dma-mbox-create *.[do]
48 -rm -f aliases_parse.[ch] aliases_scan.c
[all …]

12345678910>>...45