| /freebsd/crypto/heimdal/lib/hx509/ |
| H A D | test_cms.in | 11 # 1. Redistributions of source code must retain the above copyright 40 stat="--statistic-file=${objdir}/statfile" 55 ${hxtool} cms-create-sd \ 56 --certificate=FILE:$srcdir/data/secp160r2TestClient.pem \ 58 sd.data > /dev/null || exit 1 61 ${hxtool} cms-verify-sd \ 62 --missing-revoke \ 63 --anchors=FILE:$srcdir/data/secp160r1TestCA.cert.pem \ 64 sd.data sd.data.out > /dev/null || exit 1 65 cmp "$srcdir/test_chain.in" sd.data.out || exit 1 [all …]
|
| /freebsd/sys/dev/aic7xxx/ |
| H A D | aic7xxx_93cx6.c | 1 /*- 10 * 1. Redistributions of source code must retain the above copyright 39 * -------- 102 CLOCK_PULSE(sd,rdy) global() argument 112 send_seeprom_cmd(struct seeprom_descriptor * sd,struct seeprom_cmd * cmd) send_seeprom_cmd() argument 138 reset_seeprom(struct seeprom_descriptor * sd) reset_seeprom() argument 156 ahc_read_seeprom(struct seeprom_descriptor * sd,uint16_t * buf,u_int start_addr,u_int count) ahc_read_seeprom() argument 228 ahc_write_seeprom(struct seeprom_descriptor * sd,uint16_t * buf,u_int start_addr,u_int count) ahc_write_seeprom() argument [all...] |
| /freebsd/sys/riscv/vmm/ |
| H A D | vmm_switch.S | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 14 * 1. Redistributions of source code must retain the above copyright 42 sd ra, (HYP_H_RA)(a0) 43 sd sp, (HYP_H_SP)(a0) 44 sd tp, (HYP_H_TP)(a0) 45 sd gp, (HYP_H_GP)(a0) 46 sd s0, (HYP_H_S + 0 * 8)(a0) 47 sd s1, (HYP_H_S + 1 * 8)(a0) 48 sd s2, (HYP_H_S + 2 * 8)(a0) [all …]
|
| /freebsd/sys/geom/raid/ |
| H A D | tr_raid1e.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 10 * 1. Redistributions of source code must retain the above copyright 49 #define RAID1E_REBUILD_SLAB (1 << 20) /* One transation in a rebuild */ 55 #define RAID1E_REBUILD_FAIR_IO 20 /* use 1/x of the available I/O */ 67 #define RAID1E_REBUILD_META_UPDATE 1024 /* update meta data every 1GB or so */ 76 #define TR_RAID1E_REBUILD 1 128 .trc_enable = 1, 130 .trc_accept_unmapped = 1 135 struct g_raid_subdisk *sd); [all …]
|
| H A D | tr_raid1.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 10 * 1. Redistributions of source code must retain the above copyright 47 #define RAID1_REBUILD_SLAB (1 << 20) /* One transation in a rebuild */ 53 #define RAID1_REBUILD_FAIR_IO 20 /* use 1/x of the available I/O */ 65 #define RAID1_REBUILD_META_UPDATE 1024 /* update meta data every 1GB or so */ 74 #define TR_RAID1_REBUILD 1 124 .trc_enable = 1, 126 .trc_accept_unmapped = 1 131 struct g_raid_subdisk *sd); [all …]
|
| H A D | md_intel.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 5 * Copyright (c) 2000 - 2008 Søren Schmidt <sos@FreeBSD.org> 11 * 1. Redistributions of source code must retain the above copyright 73 uint32_t disk_idx[1]; /* total_disks entries. */ 103 #define INTEL_CNGST_NEEDS_UPDATE 1 113 #define INTEL_MT_REBUILD 1 124 struct intel_raid_map map[1]; /* 2 entries if migr_state != 0. */ 182 uint8_t dummy_2[1]; 188 struct intel_raid_disk disk[1]; /* total_disks entries. */ [all …]
|
| /freebsd/sys/riscv/riscv/ |
| H A D | exception.S | 1 /*- 2 * Copyright (c) 2015-2018 Ruslan Bukin <br@bsdpad.com> 7 * FA8750-10-C-0237 ("CTSRD"), as part of the DARPA CRASH research programme. 16 * 1. Redistributions of source code must retain the above copyright 42 addi sp, sp, -(TF_SIZE) 44 sd ra, (TF_RA)(sp) 45 sd tp, (TF_TP)(sp) 46 sd gp, (TF_GP)(sp) 59 sd t0, (TF_T + 0 * 8)(sp) 60 sd t1, (TF_T + 1 * 8)(sp) [all …]
|
| H A D | swtch.S | 1 /*- 2 * Copyright (c) 2015-2017 Ruslan Bukin <br@bsdpad.com> 7 * FA8750-10-C-0237 ("CTSRD"), as part of the DARPA CRASH research programme. 16 * 1. Redistributions of source code must retain the above copyright 52 sd t0, (PCB_FCSR)(\p) 54 fsd f1, (PCB_X + 1 * 16)(\p) 103 fld f1, (PCB_X + 1 * 16)(\p) 215 sd a0, PC_CURTHREAD(tp) 218 sd x13, PC_CURPCB(tp) 224 /* s[0-11] */ [all …]
|
| /freebsd/sys/dev/mmc/ |
| H A D | bridge.h | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 9 * 1. Redistributions of source code must retain the above copyright 27 * the SD Simplified Specification. The following disclaimer may apply: 30 * specification ("Simplified Specification") by the SD Card Association and 31 * the SD Group. The Simplified Specification is a subset of the complete SD 32 * Specification which is owned by the SD Card Association and the SD 33 * Group. This Simplified Specification is provided on a non-confidential 35 * Simplified Specification may require a license from the SD Card 36 * Association, SD Group, SD-3C LLC or other third parties. [all …]
|
| H A D | mmcreg.h | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 6 * Copyright (c) 2015-2016 Ilya Bakulin <kibab@FreeBSD.org> 11 * 1. Redistributions of source code must retain the above copyright 29 * the SD Simplified Specification. The following disclaimer may apply: 32 * specification ("Simplified Specification") by the SD Card Association and 33 * the SD Group. The Simplified Specification is a subset of the complete SD 34 * Specification which is owned by the SD Card Association and the SD 35 * Group. This Simplified Specification is provided on a non-confidential 37 * Simplified Specification may require a license from the SD Card [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMInstrVFP.td | 1 //===-- ARMInstrVFP.td - VFP support for ARM ---------------*- tablegen -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 11 //===----------------------------------------------------------------------===// 13 def SDT_CMPFP0 : SDTypeProfile<0, 1, [SDTCisFP<0>]>; 14 def SDT_VMOVDRR : SDTypeProfile<1, 2, [SDTCisVT<0, f64>, SDTCisVT<1, i32>, 15 SDTCisSameAs<1, 2>]>; 16 def SDT_VMOVRRD : SDTypeProfile<2, 1, [SDTCisVT<0, i32>, SDTCisSameAs<0, 1>, 19 def SDT_VMOVSR : SDTypeProfile<1, 1, [SDTCisVT<0, f32>, SDTCisVT<1, i32>]>; 30 def SDT_VMOVhr : SDTypeProfile<1, 1, [SDTCisFP<0>, SDTCisVT<1, i32>] >; [all …]
|
| /freebsd/sys/contrib/device-tree/Bindings/mmc/ |
| H A D | socionext,uniphier-sd.yaml | 1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause 3 --- 4 $id: http://devicetree.org/schemas/mmc/socionext,uniphier-sd.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: UniPhier SD/SDIO/eMMC controller 10 - Masahiro Yamada <yamada.masahiro@socionext.com> 14 description: version 2.91, 3.1, 3.1.1, respectively 16 - socionext,uniphier-sd-v2.91 17 - socionext,uniphier-sd-v3.1 18 - socionext,uniphier-sd-v3.1.1 [all …]
|
| /freebsd/lib/libc/riscv/string/ |
| H A D | memset.S | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 10 * register a0 - void *dest 11 * register a1 - int c 12 * register a2 - size_t len 32 jr -4(t2) 34 sb a1, 1(t0) 42 /* a3 = a3 -(8-a) <=> a3 = a3 + (a-8) */ 43 addi t1, t1, -8 50 sd a1, 0(t0) [all …]
|
| /freebsd/lib/libc/riscv/gen/ |
| H A D | setjmp.S | 1 /*- 2 * Copyright (c) 2015-2016 Ruslan Bukin <br@bsdpad.com> 7 * FA8750-10-C-0237 ("CTSRD"), as part of the DARPA CRASH research programme. 16 * 1. Redistributions of source code must retain the above copyright 39 addi sp, sp, -(2 * 8) 40 sd a0, 0(sp) 41 sd ra, 8(sp) 46 li a0, 1 /* SIG_BLOCK */ 55 sd t0, (0 * 8)(a0) 56 sd sp, (1 * 8)(a0) [all …]
|
| /freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/fault/ |
| H A D | suspend_on_probe_errors.ksh | 1 #!/bin/ksh -p 2 # SPDX-License-Identifier: CDDL-1.0 11 # or https://opensource.org/licenses/CDDL-1.0. 35 # 1. Disable ZED -- this test is focused on vdev_probe errors 51 if [[ "$(cat /sys/block/$sd/device/state)" == "offline" ]]; then 52 log_must eval "echo running > /sys/block/$sd/device/state" 55 rm -f $DATA_FILE 56 for i in {0..$((FILE_VDEV_CNT - 1))}; do 57 log_must rm -f "$TEST_BASE_DIR/dev-$i" 69 zpool events -c [all …]
|
| /freebsd/sys/dev/sdio/ |
| H A D | sdio_subr.c | 1 /*- 3 * Copyright (c) 2018-2019 The FreeBSD Foundation 11 * 1. Redistributions of source code must retain the above copyright 30 * the SD Simplified Specification. The following disclaimer may apply: 33 * specification ("Simplified Specification") by the SD Card Association and 34 * the SD Group. The Simplified Specification is a subset of the complete SD 35 * Specification which is owned by the SD Card Association and the SD 36 * Group. This Simplified Specification is provided on a non-confidential 38 * Simplified Specification may require a license from the SD Card 39 * Association, SD Group, SD-3C LLC or other third parties. [all …]
|
| /freebsd/sys/cam/mmc/ |
| H A D | mmc.h | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 4 * Copyright (c) 2014-2016 Ilya Bakulin. All rights reserved. 9 * 1. Redistributions of source code must retain the above copyright 27 * the SD Simplified Specification. The following disclaimer may apply: 30 * specification ("Simplified Specification") by the SD Card Association and 31 * the SD Group. The Simplified Specification is a subset of the complete SD 32 * Specification which is owned by the SD Card Association and the SD 33 * Group. This Simplified Specification is provided on a non-confidential 35 * Simplified Specification may require a license from the SD Card [all …]
|
| /freebsd/crypto/openssl/crypto/aes/asm/ |
| H A D | aes-riscv64-zkn.pl | 2 # This file is dual-licensed, meaning that you can use it under your 5 # Copyright 2022-2023 The OpenSSL Project Authors. All Rights Reserved. 19 # 1. Redistributions of source code must retain the above copyright 57 # Callee-saved registers 59 # Caller-saved registers 60 my @caller_saved = map("x$_",(1,5..7,10..17,28..31)); 77 my $stack_reservation = ($#must_save + 1) * 8; 82 $ret.=" addi sp,sp,-$stack_reservation\n"; 84 $stack_offset -= 8; 85 $ret.=" sd $_,$stack_offset(sp)\n"; [all …]
|
| /freebsd/tools/test/stress2/misc/ |
| H A D | unix_socket_detach2.sh | 10 # 1. Redistributions of source code must retain the above copyright 32 # "panic: __rw_wlock_hard: recursing but non-recursive rw unp_link_rwlock @ 62 done_testing = 1; 68 int one, sd; 71 sd = socket(PF_LOCAL, SOCK_STREAM, 0); 72 if (sd < 0) 73 err(1, "socket"); 74 one = 1; 75 if (setsockopt(sd, SOL_SOCKET, SO_REUSEADDR, &one, 77 err(1, "setsockopt"); [all …]
|
| H A D | unix_socket_detach.sh | 4 # SPDX-License-Identifier: BSD-2-Clause 11 # 1. Redistributions of source code must retain the above copyright 33 # "panic: __rw_wlock_hard: recursing but non-recursive rw unp_link_rwlock @ 65 int sd, flags, one; 76 err(1, "fork"); 80 sd = socket(PF_LOCAL, SOCK_STREAM, 0); 81 if (sd < 0) 82 err(1, "socket"); 83 one = 1; 84 if (setsockopt(sd, SOL_SOCKET, SO_REUSEADDR, &one, [all …]
|
| /freebsd/contrib/sendmail/libmilter/ |
| H A D | libmilter.h | 2 * Copyright (c) 1999-2003, 2006 Proofpoint, Inc. and its suppliers. 11 ** LIBMILTER.H -- include file for mail filter library functions 15 # define _LIBMILTER_H 1 22 SM_IDSTR(MilterlId, "@(#)$Id: libmilter.h,v 8.78 2013-11-22 20:51:36 ca Exp $") 31 #define NOT_SENDMAIL 1 54 ** There is a 1-1 correlation between a sendmail SMTP server process, 57 ** only with a single SMTP session per MTA - libmilter connection. 124 # define ValidSocket(sd) ((sd) >= 0) argument 125 # define INVALID_SOCKET (-1) 144 # define SM_CONF_POLL 1 [all …]
|
| /freebsd/crypto/openssl/crypto/cms/ |
| H A D | cms_sd.c | 2 * Copyright 2008-2025 The OpenSSL Project Authors. All Rights Reserved. 29 if (OBJ_obj2nid(cms->contentType) != NID_pkcs7_signed) { in cms_get0_signed() 33 return cms->d.signedData; in cms_get0_signed() 38 if (cms->d.other == NULL) { in cms_signed_data_init() 39 cms->d.signedData = M_ASN1_new_of(CMS_SignedData); in cms_signed_data_init() 40 if (!cms->d.signedData) { in cms_signed_data_init() 44 cms->d.signedData->version = 1; in cms_signed_data_init() 45 cms->d.signedData->encapContentInfo->eContentType = in cms_signed_data_init() 47 cms->d.signedData->encapContentInfo->partial = 1; in cms_signed_data_init() 48 ASN1_OBJECT_free(cms->contentType); in cms_signed_data_init() [all …]
|
| /freebsd/sys/contrib/openzfs/module/lua/setjmp/ |
| H A D | setjmp_rv64g.S | 1 // SPDX-License-Identifier: BSD-2-Clause 2 /*- 3 * Copyright (c) 2015-2016 Ruslan Bukin <br@bsdpad.com> 8 * FA8750-10-C-0237 ("CTSRD"), as part of the DARPA CRASH research programme. 17 * 1. Redistributions of source code must retain the above copyright 38 #define END(sym) .size sym, . - sym 43 sd sp, (0 * 8)(a0) 44 addi a0, a0, (1 * 8) 47 sd s0, (0 * 8)(a0) 48 sd s1, (1 * 8)(a0) [all …]
|
| /freebsd/tools/tools/net80211/mlme_assoc/ |
| H A D | mlme_assoc.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 12 * 1. Redistributions of source code must retain the above copyright 56 if_up(int sd, const char *ifnam) in if_up() argument 64 error = ioctl(sd, SIOCGIFFLAGS, &ifr); in if_up() 65 if (error == -1) { in if_up() 75 error = ioctl(sd, SIOCSIFFLAGS, &ifr); in if_up() 76 if (error == -1) { in if_up() 85 try_mlme_assoc(int sd, const char *ifnam, uint8_t *ssid, uint8_t ssid_len, uint8_t *bssid) in try_mlme_assoc() argument 106 error = ioctl(sd, SIOCS80211, &ireq); in try_mlme_assoc() [all …]
|
| /freebsd/tools/regression/priv/ |
| H A D | priv_netinet_ipsec.c | 1 /*- 8 * 1. Redistributions of source code must retain the above copyright 49 static int sd = -1; variable 57 bypassbuf = ipsec_set_policy(policy_bypass, sizeof(policy_bypass) - 1); in priv_netinet_ipsec_policy_bypass_setup_af() 60 return (-1); in priv_netinet_ipsec_policy_bypass_setup_af() 64 sd = socket(AF_INET, SOCK_DGRAM, 0); in priv_netinet_ipsec_policy_bypass_setup_af() 65 if (sd < 0) { in priv_netinet_ipsec_policy_bypass_setup_af() 67 return (-1); in priv_netinet_ipsec_policy_bypass_setup_af() 72 sd = socket(AF_INET6, SOCK_DGRAM, 0); in priv_netinet_ipsec_policy_bypass_setup_af() 73 if (sd < 0) { in priv_netinet_ipsec_policy_bypass_setup_af() [all …]
|