| /freebsd/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-2025 Intel Corporation */ 4 /* --- (Automatically generated (relocation v. 1.3), do not modify manually) --- */ 21 * @li 1 input parameters : @link 23 * @li 2 output parameters : @link 24 * icp_qat_fw_mmp_ecsm2_generator_multiplication_output_s::xd xd @endlink @link 29 * @li 3 input parameters : @link 30 * icp_qat_fw_mmp_ecsm2_point_multiplication_input_s::k k @endlink @link 31 * icp_qat_fw_mmp_ecsm2_point_multiplication_input_s::x x @endlink @link 33 * @li 2 output parameters : @link [all …]
|
| /freebsd/share/man/man4/ |
| H A D | rtwn_usb.4 | 1 .\"- 2 .\" SPDX-License-Identifier: BSD-2-Clause 42 .Bd -ragged -offset indent 64 .Bl -column -compact "Belkin F7D1102 Surf Wireless Micro" "RTL8188CUS" "USB 2.0" 67 .It "ASUS USB-AC56" Ta RTL8812AU Ta USB 3.0 68 .It "ASUS USB-N10 NANO" Ta RTL8188CUS Ta USB 2.0 69 .It "ASUS USB-N10 NANO rev B1" Ta RTL8188EUS Ta USB 2.0 70 .It "Asus USB-N13, rev. B1" Ta RTL8192CU Ta USB 2.0 72 .It "Buffalo WI-U2-433DHP" Ta RTL8821AU Ta USB 2.0 73 .It "Buffalo WI-U2-433DM" Ta RTL8821AU Ta USB 2.0 [all …]
|
| H A D | ng_bridge.4 | 19 .\" MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR NON-INFRINGEMENT. 48 Each link (represented by a connected hook) is used to transmit 50 As packets are received, the node learns which link each 53 link only, and other links are spared the traffic. 55 every received packet to every other link. 65 If a host is detected on link A, and is then detected on link B 66 within a certain time period after first being detected on link A, 67 then link B is considered to be a looped back link. 70 A looped back link will be temporarily muted, i.e., all traffic 71 received on that link is ignored. [all …]
|
| 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" 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" 89 .It "D-Link DWL-AG520 AR5212 PCI a/b/g" [all …]
|
| /freebsd/contrib/netbsd-tests/usr.sbin/mtree/ |
| H A D | d_merge.in | 5 # directory "a" with only one entry, changing from dir to link 7 ./a/change-dir-to-link type=dir mode=0755 8 ./a/change-dir-to-link type=link mode=0755 10 # directory "b" with only one entry, changing from link to dir 12 ./b/change-link-to-dir type=link mode=0755 13 ./b/change-link-to-dir type=dir mode=0755 15 # directory "c" with multiple entries, one changing from dir to link 19 ./c/change-dir-to-link type=dir mode=0755 20 ./c/change-dir-to-link type=link mode=0755 22 # directory "d" with multiple entries, one changing from link to dir [all …]
|
| H A D | d_merge_C_M.out | 3 ./a/change-dir-to-link type=link mode=0755 5 ./b/change-link-to-dir type=dir mode=0755 9 ./c/change-dir-to-link type=link mode=0755 10 ./d type=dir 11 ./d/aaa type=file 12 ./d/zzz type=file 13 ./d/change-link-to-dir type=dir mode=0755
|
| H A D | d_merge_C_M_S.out | 3 ./a/change-dir-to-link type=link mode=0755 5 ./b/change-link-to-dir type=dir mode=0755 8 ./c/change-dir-to-link type=link mode=0755 10 ./d type=dir 11 ./d/aaa type=file 12 ./d/zzz type=file 13 ./d/change-link-to-dir type=dir mode=0755
|
| /freebsd/sys/i386/pci/ |
| H A D | pci_pir.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 52 * A link device. Loosely based on the ACPI PCI link device. This doesn't 72 uint8_t link; member 146 /* XXX - Use pmap_mapdev()? */ in pci_pir_open() 148 if (pt->pt_header.ph_length <= sizeof(struct PIR_header)) in pci_pir_open() 151 i < (pt->pt_header.ph_length); i++) in pci_pir_open() 158 pci_route_count = (pt->pt_header.ph_length - in pci_pir_open() 164 * Find the pci_link structure for a given link ID. 172 if (pci_link->pl_id == link_id) in pci_pir_find_link() [all …]
|
| /freebsd/usr.sbin/ppp/ |
| H A D | physical.c | 11 * me to include this copyright-stuff instead of placing this in the 79 #include "link.h" 139 physical_UpdateSet(struct fdescriptor *d, fd_set *r, fd_set *w, fd_set *e, in physical_UpdateSet() argument 142 return physical_doUpdateSet(d, r, w, e, n, 0); in physical_UpdateSet() 148 p->desc.type = PHYSICAL_DESCRIPTOR; in physical_SetDescriptor() 149 p->desc.UpdateSet = physical_UpdateSet; in physical_SetDescriptor() 150 p->desc.IsSet = physical_IsSet; in physical_SetDescriptor() 151 p->desc.Read = physical_DescriptorRead; in physical_SetDescriptor() 152 p->desc.Write = physical_DescriptorWrite; in physical_SetDescriptor() 164 p->link.type = PHYSICAL_LINK; in physical_Create() [all …]
|
| H A D | netgraph.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 65 #include "link.h" 97 #define device2ng(d) ((d)->type == NG_DEVICE ? (struct ngdevice *)d : NULL) argument 123 dev->dev.name, len, data); in ng_MessageOut() 132 for (pos = len; pos >= 0; pos--) in ng_MessageOut() 136 log_Printf(LogWARN, "%s: alloca(%d) failure... %s\n", in ng_MessageOut() 137 dev->dev.name, len + 4, strerror(errno)); in ng_MessageOut() 154 if (NgSendAsciiMsg(dev->cs, path, fmt, data) < 0) { in ng_MessageOut() 156 dev->dev.name, path, fmt, data, strerror(errno)); in ng_MessageOut() [all …]
|
| /freebsd/sys/netgraph/ |
| H A D | ng_bridge.h | 5 /*- 24 * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR NON-INFRINGEMENT. 49 #define NG_BRIDGE_HOOK_LINK_PREFIX "link" /* append decimal integer */ 50 #define NG_BRIDGE_HOOK_LINK_FMT "link%d" /* for use with printf(3) */ 52 #define NG_BRIDGE_HOOK_UPLINK_FMT "uplink%d" /* for use with printf(3) */ 57 u_int32_t loopTimeout; /* link loopback mute time */ 71 /* Statistics structure (one for each link) */ 73 u_int64_t recvOctets; /* total octets rec'd on link */ 74 u_int64_t recvPackets; /* total pkts rec'd on link */ 75 u_int64_t recvMulticasts; /* multicast pkts rec'd on link */ [all …]
|
| H A D | ng_bridge.c | 1 /*- 20 * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR NON-INFRINGEMENT. 42 * algorithm is included which disables a link for priv->conf.loopTimeout 43 * seconds when a host is seen to have jumped from one link to 44 * another within priv->conf.minStableAge seconds. 48 * tell us on which link the host may be found. A host's entry will 49 * expire after priv->conf.maxStaleness seconds. 89 counter_u64_t recvOctets; /* total octets rec'd on link */ 90 counter_u64_t recvPackets; /* total pkts rec'd on link */ 91 counter_u64_t recvMulticasts; /* multicast pkts rec'd on link */ [all …]
|
| /freebsd/usr.bin/find/tests/ |
| H A D | find_test.sh | 1 #- 2 # SPDX-License-Identifier: BSD-2-Clause 5 # Copyright (c) 2025 Dag-Erling Smørgrav <des@FreeBSD.org> 34 atf_set "descr" "Verifies that -newer correctly uses a symlink, " \ 39 atf_check -s exit:0 mkdir test 40 atf_check -s exit:0 ln -s file1 test/link 41 atf_check -s exit:0 touch -d 2017-12-31T10:00:00Z -h test/link 42 atf_check -s exit:0 touch -d 2017-12-31T11:00:00Z test/file2 43 atf_check -s exit:0 touch -d 2017-12-31T12:00:00Z test/file1 45 # find(1) should evaluate 'link' as a symlink rather than its target [all …]
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_deadlock_detector2.cpp | 1 //===-- sanitizer_deadlock_detector2.cpp ----------------------------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 11 //===----------------------------------------------------------------------===// 24 const u32 kNoId = -1; 25 const u32 kEndId = -2; 41 struct Link { struct 48 explicit Link(u32 id = 0, u32 seq = 0, u32 tid = 0, u32 s0 = 0, u32 s1 = 0) in Link() function 61 Link pending[kMaxMutex]; 62 Link path[kMaxMutex]; [all …]
|
| /freebsd/contrib/ntp/libntp/lib/isc/include/isc/ |
| H A D | util.h | 2 * Copyright (C) 2004-2007, 2010-2012 Internet Systems Consortium, Inc. ("ISC") 3 * Copyright (C) 1998-2001 Internet Software Consortium. 61 * a non-const variable or pass it as a non-const function argument ... 64 * (as with gcc -Wcast-qual) when there is just no other good way to avoid the 98 ISC_UTIL_TRACE(fprintf(stderr, "%s %p %s %d\n", \ 103 ISC_UTIL_TRACE(fprintf(stderr, "%s %p %s %d\n", \ 110 ISC_UTIL_TRACE(fprintf(stderr, "%s %p %s %d\n", \ 121 ISC_UTIL_TRACE(fprintf(stderr, "%s %p %s %d\n", \ 128 ISC_UTIL_TRACE(fprintf(stderr, "%s %p %s %d\n", \ 135 ISC_UTIL_TRACE(fprintf(stderr, "%s %p %s %p %s %d\n", \ [all …]
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | Redeclarable.h | 1 //===- Redeclarable.h - Base for Decls that can be redeclared --*- C++ -*-====// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 11 //===----------------------------------------------------------------------===// 32 // - Every redeclarable is on a circular linked list. 34 // - Every decl has a pointer to the first element of the chain _and_ a 36 // - the "previous" (temporal) element in the chain 37 // - the "latest" (temporal) element in the chain 38 // - the "uninitialized-latest" value (when newly-constructed) 40 // - The first element is also often called the canonical element. Every [all …]
|
| /freebsd/sys/contrib/dev/iwlwifi/mld/ |
| H A D | link.c | 1 // SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause 3 * Copyright (C) 2024-2025 Intel Corporation 7 #include "link.h" 25 lockdep_assert_wiphy(mld->wiphy); in iwl_mld_send_link_cmd() 27 cmd->action = cpu_to_le32(action); in iwl_mld_send_link_cmd() 32 IWL_ERR(mld, "Failed to send LINK_CONFIG_CMD (action:%d): %d\n", in iwl_mld_send_link_cmd() 40 struct ieee80211_vif *vif = link_conf->vif; in iwl_mld_add_link_to_fw() 42 struct iwl_mld_link *link = iwl_mld_link_from_mac80211(link_conf); in iwl_mld_add_link_to_fw() local 45 lockdep_assert_wiphy(mld->wiphy); in iwl_mld_add_link_to_fw() 47 if (WARN_ON(!link)) in iwl_mld_add_link_to_fw() [all …]
|
| /freebsd/usr.sbin/bsnmpd/modules/snmp_netgraph/ |
| H A D | snmp_netgraph.c | 2 * Copyright (c) 2001-2003 78 STAILQ_ENTRY(csock_buf) link; 95 SLIST_ENTRY(msgreg) link; 108 SLIST_ENTRY(datareg) link; 127 TAILQ_ENTRY(ngtype) link; 142 struct msgreg *d; in ng_register_cookie() local 144 if ((d = malloc(sizeof(*d))) == NULL) in ng_register_cookie() 147 d->cookie = cookie; in ng_register_cookie() 148 d->id = id; in ng_register_cookie() 149 d->func = func; in ng_register_cookie() [all …]
|
| /freebsd/contrib/netbsd-tests/lib/libc/sys/ |
| H A D | t_link.c | 3 /*- 37 #include <atf-c.h> 46 static char path[] = "link"; 60 (void)strlcat(buf, ".link", sizeof(buf)); in getpath() 68 atf_tc_set_md_var(tc, "descr", "link(2) counts are incremented?"); in ATF_TC_HEAD() 86 ATF_REQUIRE(link(path, pathl) == 0); in ATF_TC_BODY() 89 if (sa.st_nlink != sb.st_nlink - 1) in ATF_TC_BODY() 90 atf_tc_fail("incorrect link(2) count"); in ATF_TC_BODY() 106 atf_tc_set_md_var(tc, "descr", "Test error conditions of link(2)"); in ATF_TC_HEAD() 123 ATF_REQUIRE(link(path, pathl) == 0); in ATF_TC_BODY() [all …]
|
| /freebsd/tools/test/stress2/misc/ |
| H A D | link.sh | 31 # http://people.freebsd.org/~pho/stress/log/link.txt 34 [ `id -u ` -ne 0 ] && echo "Must be root!" && exit 1 40 sed '1,/^EOF/d' < $here/$0 > link.c 41 mycc -o link -Wall -Wextra -O2 -g link.c || exit 1 42 rm -f link.c 44 mount | grep $mntpoint | grep -q /dev/md && umount -f $mntpoint 45 [ -c /dev/md$mdstart ] && mdconfig -d -u $mdstart 47 mdconfig -a -t swap -s 1g -u $mdstart || exit 1 51 daemon sh -c "(cd $here/../testcases/swap; ./swap -t 5m -i 20 -h -l 100)" \ 53 /tmp/link $mntpoint > /dev/null 2>&1 & [all …]
|
| /freebsd/usr.sbin/etcupdate/tests/ |
| H A D | tests_test.sh | 36 echo "Usage: tests.sh [-s script] [-w workdir]" 56 shift $((OPTIND - 1)) 57 if [ $# -ne 0 ]; then 73 rm -rf $OLD $NEW $TEST $CONFLICTS 74 mkdir -p $OLD/etc $NEW/etc $TEST/etc 76 # For an given file, there are three different pair-wise 100 mkdir -p $OLD/$i/$j/$k $NEW/$i/$j/$k \ 111 ln -s "bar" $i/equal/equal/equal/link 120 ln -s "bar" $i/equal/first/first/link 130 ln -s "test" $TEST/equal/difftype/difftype/fromdir [all …]
|
| H A D | always_test.sh | 29 # Various regression tests to test the -A flag to the 'update' command. 36 echo "Usage: always.sh [-s script] [-w workdir]" 56 shift $((OPTIND - 1)) 57 if [ $# -ne 0 ]; then 75 rm -rf $OLD $NEW $TEST $CONFLICTS 80 mkdir -p $OLD/$i/$j/$k $NEW/$i/$j/$k \ 99 # /first/difflinks/second: Modified link removed. Should 101 ln -s "old link" $OLD/first/difflinks/second/link 102 ln -s "test link" $TEST/first/difflinks/second/link 115 # /second/second/difflinks: Newly added link conflicts with [all …]
|
| /freebsd/usr.sbin/arp/ |
| H A D | arp.4 | 43 ARP caches Internet-Ethernet address mappings. 50 .Va net.link.ether.inet.maxhold 60 for a non-responding destination host, and 62 for a non-responding router. 64 The ARP cache is stored in per-interface link-level table. 69 Manually-added entries may be temporary or permanent, 86 is set up on a host-by-host basis using the 99 .Va net.link.ether.inet.proxyall 103 .Va net.link.ether.inet 108 .Bl -tag -width "log_arp_permanent_modify" [all …]
|
| /freebsd/bin/ln/tests/ |
| H A D | ln_test.sh | 2 # SPDX-License-Identifier: BSD-2-Clause 31 atf_check test "$1" -ef "$2" 36 atf_check -o inline:"$1\n" readlink "$2" 42 atf_set "descr" "Verify that when creating a hard link to a " \ 43 "symbolic link, '-L' option creates a hard" \ 44 "link to the target of the symbolic link" 49 atf_check ln -s A B 50 atf_check ln -L B C 58 atf_set "descr" "Verify that when creating a hard link to a " \ 59 "symbolic link, '-P' option creates a hard " \ [all …]
|
| /freebsd/contrib/wpa/src/drivers/ |
| H A D | driver_macsec_linux.c | 19 #include <netlink/route/link.h> 20 #include <netlink/route/link/macsec.h> 56 struct rtnl_link *link; member 110 if (!genlmsg_put(msg, 0, 0, ctx->macsec_genl_id, 0, 0, cmd, 0)) { in msg_prepare() 130 return -1; in nla_put_rxsc_config() 139 return -1; in nla_put_rxsc_config() 145 struct macsec_genl_ctx *ctx = &drv->ctx; in init_genl_ctx() 147 ctx->sk = nl_socket_alloc(); in init_genl_ctx() 148 if (!ctx->sk) { in init_genl_ctx() 150 return -1; in init_genl_ctx() [all …]
|