/freebsd-src/sys/dev/aic7xxx/ |
H A D | aic7xxx_93cx6.c | 95 #define CLOCK_PULSE(sd, rdy) \ argument 96 while ((SEEPROM_STATUS_INB(sd) & rdy) == 0) { \ 99 (void)SEEPROM_INB(sd); /* Clear clock */ 105 send_seeprom_cmd(struct seeprom_descriptor *sd, struct seeprom_cmd *cmd) in send_seeprom_cmd() argument 111 temp = sd->sd_MS ^ sd->sd_CS; in send_seeprom_cmd() 112 SEEPROM_OUTB(sd, temp ^ sd->sd_CK); in send_seeprom_cmd() 113 CLOCK_PULSE(sd, sd->sd_RDY); in send_seeprom_cmd() 117 temp ^= sd->sd_DO; in send_seeprom_cmd() 118 SEEPROM_OUTB(sd, temp); in send_seeprom_cmd() 119 CLOCK_PULSE(sd, sd->sd_RDY); in send_seeprom_cmd() [all …]
|
/freebsd-src/crypto/heimdal/lib/hx509/ |
H A D | test_cms.in | 55 ${hxtool} cms-create-sd \ 58 sd.data > /dev/null || exit 1 61 ${hxtool} cms-verify-sd \ 64 sd.data sd.data.out > /dev/null || exit 1 65 cmp "$srcdir/test_chain.in" sd.data.out || exit 1 69 ${hxtool} cms-create-sd \ 72 sd.data > /dev/null || exit 1 75 ${hxtool} cms-verify-sd \ 78 sd.data sd.data.out > /dev/null || exit 1 79 cmp "$srcdir/test_chain.in" sd.data.out || exit 1 [all …]
|
/freebsd-src/contrib/libdiff/test/ |
H A D | test117.right-P.txt | 93 sr_crypto_discipline_init(struct sr_discipline *sd) 98 sd->sd_wu_size = sizeof(struct sr_crypto_wu); 99 sd->sd_type = SR_MD_CRYPTO; 100 strlcpy(sd->sd_name, "CRYPTO", sizeof(sd->sd_name)); 101 sd->sd_capabilities = SR_CAP_SYSTEM_DISK | SR_CAP_AUTO_ASSEMBLE; 102 sd->sd_max_wu = SR_CRYPTO_NOWU; 105 sd->mds.mdd_crypto.scr_sid[i] = (u_int64_t)-1; 108 sd->sd_alloc_resources = sr_crypto_alloc_resources; 109 sd->sd_assemble = sr_crypto_assemble; 110 sd->sd_create = sr_crypto_create; [all …]
|
H A D | test122.right-P.txt | 105 sr_crypto_discipline_init(struct sr_discipline *sd) 110 sd->sd_wu_size = sizeof(struct sr_crypto_wu); 111 sd->sd_type = SR_MD_CRYPTO; 112 strlcpy(sd->sd_name, "CRYPTO", sizeof(sd->sd_name)); 113 sd->sd_capabilities = SR_CAP_SYSTEM_DISK | SR_CAP_AUTO_ASSEMBLE; 114 sd->sd_max_wu = SR_CRYPTO_NOWU; 117 sd->mds.mdd_crypto.scr_sid[i] = (u_int64_t)-1; 120 sd->sd_alloc_resources = sr_crypto_alloc_resources; 121 sd->sd_assemble = sr_crypto_assemble; 122 sd->sd_create = sr_crypto_create; [all …]
|
H A D | test021.right.txt | 105 sr_crypto_discipline_init(struct sr_discipline *sd) 110 sd->sd_wu_size = sizeof(struct sr_crypto_wu); 111 sd->sd_type = SR_MD_CRYPTO; 112 strlcpy(sd->sd_name, "CRYPTO", sizeof(sd->sd_name)); 113 sd->sd_capabilities = SR_CAP_SYSTEM_DISK | SR_CAP_AUTO_ASSEMBLE; 114 sd->sd_max_wu = SR_CRYPTO_NOWU; 117 sd->mds.mdd_crypto.scr_sid[i] = (u_int64_t)-1; 120 sd->sd_alloc_resources = sr_crypto_alloc_resources; 121 sd->sd_assemble = sr_crypto_assemble; 122 sd->sd_create = sr_crypto_create; [all …]
|
H A D | test117.left-P.txt | 91 sr_crypto_discipline_init(struct sr_discipline *sd) 96 sd->sd_wu_size = sizeof(struct sr_crypto_wu); 97 sd->sd_type = SR_MD_CRYPTO; 98 strlcpy(sd->sd_name, "CRYPTO", sizeof(sd->sd_name)); 99 sd->sd_capabilities = SR_CAP_SYSTEM_DISK | SR_CAP_AUTO_ASSEMBLE; 100 sd->sd_max_wu = SR_CRYPTO_NOWU; 103 sd->mds.mdd_crypto.scr_sid[i] = (u_int64_t)-1; 106 sd->sd_alloc_resources = sr_crypto_alloc_resources; 107 sd->sd_assemble = sr_crypto_assemble; 108 sd->sd_create = sr_crypto_create; [all …]
|
H A D | test122.left-P.txt | 112 sr_crypto_discipline_init(struct sr_discipline *sd) 117 sd->sd_type = SR_MD_CRYPTO; 118 strlcpy(sd->sd_name, "CRYPTO", sizeof(sd->sd_name)); 119 sd->sd_capabilities = SR_CAP_SYSTEM_DISK | SR_CAP_AUTO_ASSEMBLE; 120 sd->sd_max_wu = SR_CRYPTO_NOWU; 123 sd->mds.mdd_crypto.scr_sid[i] = (u_int64_t)-1; 126 sd->sd_alloc_resources = sr_crypto_alloc_resources; 127 sd->sd_assemble = sr_crypto_assemble; 128 sd->sd_create = sr_crypto_create; 129 sd->sd_free_resources = sr_crypto_free_resources; [all …]
|
H A D | test021.left.txt | 111 sr_crypto_discipline_init(struct sr_discipline *sd) 116 sd->sd_type = SR_MD_CRYPTO; 117 strlcpy(sd->sd_name, "CRYPTO", sizeof(sd->sd_name)); 118 sd->sd_capabilities = SR_CAP_SYSTEM_DISK | SR_CAP_AUTO_ASSEMBLE; 119 sd->sd_max_wu = SR_CRYPTO_NOWU; 122 sd->mds.mdd_crypto.scr_sid[i] = (u_int64_t)-1; 125 sd->sd_alloc_resources = sr_crypto_alloc_resources; 126 sd->sd_assemble = sr_crypto_assemble; 127 sd->sd_create = sr_crypto_create; 128 sd->sd_free_resources = sr_crypto_free_resources; [all …]
|
H A D | expect021.diff | 82 + sd->sd_wu_size = sizeof(struct sr_crypto_wu); 83 sd->sd_type = SR_MD_CRYPTO; 84 strlcpy(sd->sd_name, "CRYPTO", sizeof(sd->sd_name)); 85 sd->sd_capabilities = SR_CAP_SYSTEM_DISK | SR_CAP_AUTO_ASSEMBLE; 87 sr_error(sd->sd_sc, "%s requires exactly one chunk", 88 sd->sd_name); 94 + sr_error(sd->sd_sc, "%s exceeds maximum size (%lli > %llu)", 95 + sd->sd_name, coerced_size, SR_CRYPTO_MAXSIZE); 106 - bcopy(data, sd->mds.mdd_crypto.scr_maskkey, 107 + memcpy(sd->mds.mdd_crypto.scr_maskkey, data, [all …]
|
H A D | expect117.diff | 13 sr_crypto_create(struct sr_discipline *sd, struct bioc_createraid *bc, 21 sr_error(sd->sd_sc, "%s requires exactly one chunk", 22 sd->sd_name); 28 + sd->sd_meta->ssdi.ssd_size = coerced_size; 30 + rv = sr_crypto_init(sd, bc); 34 + sd->sd_max_ccb_per_wu = no_chunk; 39 +sr_crypto_init(struct sr_discipline *sd, struct bioc_createraid *bc) 44 + if (sd->sd_meta->ssdi.ssd_size > SR_CRYPTO_MAXSIZE) { 45 sr_error(sd->sd_sc, "%s exceeds maximum size (%lli > %llu)", 46 - sd->sd_name, coerced_size, SR_CRYPTO_MAXSIZE); [all …]
|
/freebsd-src/sys/geom/raid/ |
H A D | tr_raid1e.c | 135 struct g_raid_subdisk *sd); 192 struct g_raid_subdisk *sd, *bestsd, *worstsd; in g_raid_tr_update_state_raid1e_even() local 200 sd = &vol->v_subdisks[i * N + j]; in g_raid_tr_update_state_raid1e_even() 201 if (sd->sd_state > bestsd->sd_state) in g_raid_tr_update_state_raid1e_even() 202 bestsd = sd; in g_raid_tr_update_state_raid1e_even() 203 else if (sd->sd_state == bestsd->sd_state && in g_raid_tr_update_state_raid1e_even() 204 (sd->sd_state == G_RAID_SUBDISK_S_REBUILD || in g_raid_tr_update_state_raid1e_even() 205 sd->sd_state == G_RAID_SUBDISK_S_RESYNC) && in g_raid_tr_update_state_raid1e_even() 206 sd->sd_rebuild_pos > bestsd->sd_rebuild_pos) in g_raid_tr_update_state_raid1e_even() 207 bestsd = sd; in g_raid_tr_update_state_raid1e_even() [all …]
|
H A D | tr_raid1.c | 131 struct g_raid_subdisk *sd); 149 struct g_raid_subdisk *sd) in g_raid_tr_update_state_raid1() argument 206 g_raid_tr_raid1_maybe_rebuild(vol->v_tr, sd); in g_raid_tr_update_state_raid1() 220 g_raid_tr_raid1_fail_disk(struct g_raid_softc *sc, struct g_raid_subdisk *sd, in g_raid_tr_raid1_fail_disk() argument 232 if (g_raid_nsubdisks(sd->sd_volume, G_RAID_SUBDISK_S_ACTIVE) == 1 && in g_raid_tr_raid1_fail_disk() 233 g_raid_get_subdisk(sd->sd_volume, G_RAID_SUBDISK_S_ACTIVE) == sd) in g_raid_tr_raid1_fail_disk() 235 g_raid_fail_disk(sc, sd, disk); in g_raid_tr_raid1_fail_disk() 242 struct g_raid_subdisk *sd, *good_sd; in g_raid_tr_raid1_rebuild_some() local 248 sd = trs->trso_failed_sd; in g_raid_tr_raid1_rebuild_some() 249 good_sd = g_raid_get_subdisk(sd->sd_volume, G_RAID_SUBDISK_S_ACTIVE); in g_raid_tr_raid1_rebuild_some() [all …]
|
/freebsd-src/sys/dev/mmc/ |
H A D | mmc_private.h | 26 * the SD Simplified Specification. The following disclaimer may apply: 29 * specification ("Simplified Specification") by the SD Card Association and 30 * the SD Group. The Simplified Specification is a subset of the complete SD 31 * Specification which is owned by the SD Card Association and the SD 34 * Simplified Specification may require a license from the SD Card 35 * Association, SD Group, SD-3C LLC or other third parties. 40 * as a standard specification for SD Cards and SD Host/Ancillary products and 42 * kind. No responsibility is assumed by the SD Group, SD-3C LLC or the SD 44 * right of the SD Group, SD-3C LLC, the SD Card Association or any third 47 * SD Group, SD-3C LLC, the SD Card Association or any third party. Nothing [all …]
|
H A D | mmcbus_if.m | 26 # the SD Simplified Specification. The following disclaimer may apply: 29 # specification ("Simplified Specification") by the SD Card Association and 30 # the SD Group. The Simplified Specification is a subset of the complete SD 31 # Specification which is owned by the SD Card Association and the SD 34 # Simplified Specification may require a license from the SD Card 35 # Association, SD Group, SD-3C LLC or other third parties. 40 # as a standard specification for SD Cards and SD Host/Ancillary products and 42 # kind. No responsibility is assumed by the SD Group, SD-3C LLC or the SD 44 # right of the SD Group, SD-3C LLC, the SD Card Association or any third 47 # SD Group, SD-3C LLC, the SD Card Association or any third party. Nothing [all …]
|
H A D | mmc_subr.h | 26 * the SD Simplified Specification. The following disclaimer may apply: 29 * specification ("Simplified Specification") by the SD Card Association and 30 * the SD Group. The Simplified Specification is a subset of the complete SD 31 * Specification which is owned by the SD Card Association and the SD 34 * Simplified Specification may require a license from the SD Card 35 * Association, SD Group, SD-3C LLC or other third parties. 40 * as a standard specification for SD Cards and SD Host/Ancillary products and 42 * kind. No responsibility is assumed by the SD Group, SD-3C LLC or the SD 44 * right of the SD Group, SD-3C LLC, the SD Card Association or any third 47 * SD Group, SD-3C LLC, the SD Card Association or any third party. Nothing [all …]
|
H A D | mmcvar.h | 28 * the SD Simplified Specification. The following disclaimer may apply: 31 * specification ("Simplified Specification") by the SD Card Association and 32 * the SD Group. The Simplified Specification is a subset of the complete SD 33 * Specification which is owned by the SD Card Association and the SD 36 * Simplified Specification may require a license from the SD Card 37 * Association, SD Group, SD-3C LLC or other third parties. 42 * as a standard specification for SD Cards and SD Host/Ancillary products and 44 * kind. No responsibility is assumed by the SD Group, SD-3C LLC or the SD 46 * right of the SD Group, SD-3C LLC, the SD Card Association or any third 49 * SD Group, SD-3C LLC, the SD Card Association or any third party. Nothing [all …]
|
H A D | mmcbr_if.m | 26 # the SD Simplified Specification. The following disclaimer may apply: 29 # specification ("Simplified Specification") by the SD Card Association and 30 # the SD Group. The Simplified Specification is a subset of the complete SD 31 # Specification which is owned by the SD Card Association and the SD 34 # Simplified Specification may require a license from the SD Card 35 # Association, SD Group, SD-3C LLC or other third parties. 40 # as a standard specification for SD Cards and SD Host/Ancillary products and 42 # kind. No responsibility is assumed by the SD Group, SD-3C LLC or the SD 44 # right of the SD Group, SD-3C LLC, the SD Card Association or any third 47 # SD Group, SD-3C LLC, the SD Card Association or any third party. Nothing [all …]
|
H A D | mmcbrvar.h | 28 * the SD Simplified Specification. The following disclaimer may apply: 31 * specification ("Simplified Specification") by the SD Card Association and 32 * the SD Group. The Simplified Specification is a subset of the complete SD 33 * Specification which is owned by the SD Card Association and the SD 36 * Simplified Specification may require a license from the SD Card 37 * Association, SD Group, SD-3C LLC or other third parties. 42 * as a standard specification for SD Cards and SD Host/Ancillary products and 44 * kind. No responsibility is assumed by the SD Group, SD-3C LLC or the SD 46 * right of the SD Group, SD-3C LLC, the SD Card Association or any third 49 * SD Group, SD-3C LLC, the SD Card Association or any third party. Nothing [all …]
|
/freebsd-src/sys/cam/mmc/ |
H A D | mmc_all.h | 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 35 * Simplified Specification may require a license from the SD Card 36 * Association, SD Group, SD-3C LLC or other third parties. 41 * as a standard specification for SD Cards and SD Host/Ancillary products and 43 * kind. No responsibility is assumed by the SD Group, SD-3C LLC or the SD 45 * right of the SD Group, SD-3C LLC, the SD Card Association or any third 48 * SD Group, SD-3C LLC, the SD Card Association or any third party. Nothing [all …]
|
H A D | mmc.h | 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 35 * Simplified Specification may require a license from the SD Card 36 * Association, SD Group, SD-3C LLC or other third parties. 41 * as a standard specification for SD Cards and SD Host/Ancillary products and 43 * kind. No responsibility is assumed by the SD Group, SD-3C LLC or the SD 45 * right of the SD Group, SD-3C LLC, the SD Card Association or any third 48 * SD Group, SD-3C LLC, the SD Card Association or any third party. Nothing [all …]
|
/freebsd-src/contrib/llvm-project/compiler-rt/lib/hwasan/ |
H A D | hwasan_tag_mismatch_riscv64.S | 87 sd x31, 248(sp) 88 sd x30, 240(sp) 89 sd x29, 232(sp) 90 sd x28, 224(sp) 91 sd x27, 216(sp) 92 sd x26, 208(sp) 93 sd x25, 200(sp) 94 sd x24, 192(sp) 95 sd x23, 184(sp) 96 sd x22, 176(sp) [all …]
|
/freebsd-src/sys/riscv/riscv/ |
H A D | exception.S | 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) 61 sd t2, (TF_T + 2 * 8)(sp) 62 sd t3, (TF_T + 3 * 8)(sp) 63 sd t4, (TF_T + 4 * 8)(sp) 64 sd t5, (TF_T + 5 * 8)(sp) 65 sd t6, (TF_T + 6 * 8)(sp) [all …]
|
/freebsd-src/sys/dev/sdio/ |
H A D | sdiob.h | 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 37 * Simplified Specification may require a license from the SD Card 38 * Association, SD Group, SD-3C LLC or other third parties. 43 * as a standard specification for SD Cards and SD Host/Ancillary products and 45 * kind. No responsibility is assumed by the SD Group, SD-3C LLC or the SD 47 * right of the SD Group, SD-3C LLC, the SD Card Association or any third 50 * SD Group, SD-3C LLC, the SD Card Association or any third party. Nothing [all …]
|
H A D | sdio_subr.h | 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 38 * Simplified Specification may require a license from the SD Card 39 * Association, SD Group, SD-3C LLC or other third parties. 44 * as a standard specification for SD Cards and SD Host/Ancillary products and 46 * kind. No responsibility is assumed by the SD Group, SD-3C LLC or the SD 48 * right of the SD Group, SD-3C LLC, the SD Card Association or any third 51 * SD Group, SD-3C LLC, the SD Card Association or any third party. Nothing [all …]
|
/freebsd-src/sys/dev/sdhci/ |
H A D | sdhci_if.m | 26 # the SD Simplified Specification. The following disclaimer may apply: 29 # specification ("Simplified Specification") by the SD Card Association and 30 # the SD Group. The Simplified Specification is a subset of the complete SD 31 # Specification which is owned by the SD Card Association and the SD 34 # Simplified Specification may require a license from the SD Card 35 # Association, SD Group, SD-3C LLC or other third parties. 40 # as a standard specification for SD Cards and SD Host/Ancillary products and 42 # kind. No responsibility is assumed by the SD Group, SD-3C LLC or the SD 44 # right of the SD Group, SD-3C LLC, the SD Card Association or any third 47 # SD Group, SD-3C LLC, the SD Card Association or any third party. Nothing [all …]
|