| /freebsd/sys/contrib/openzfs/module/zfs/ |
| H A D | dataset_kstats.c | 69 dataset_kstats_t *dk = ksp->ks_private; in dataset_kstats_update() local 71 ASSERT3P(dk->dk_kstats->ks_data, ==, dkv); in dataset_kstats_update() 77 wmsum_value(&dk->dk_sums.dss_writes); in dataset_kstats_update() 79 wmsum_value(&dk->dk_sums.dss_nwritten); in dataset_kstats_update() 81 wmsum_value(&dk->dk_sums.dss_reads); in dataset_kstats_update() 83 wmsum_value(&dk->dk_sums.dss_nread); in dataset_kstats_update() 85 wmsum_value(&dk->dk_sums.dss_nunlinks); in dataset_kstats_update() 87 wmsum_value(&dk->dk_sums.dss_nunlinked); in dataset_kstats_update() 89 zil_kstat_values_update(&dkv->dkv_zil_stats, &dk->dk_zil_sums); in dataset_kstats_update() 95 dataset_kstats_create(dataset_kstats_t *dk, objset_t *objset) in dataset_kstats_create() argument [all …]
|
| /freebsd/sys/fs/devfs/ |
| H A D | devfs_rule.c | 103 static void devfs_rule_applyde_recursive(struct devfs_krule *dk, 105 static void devfs_rule_applydm(struct devfs_krule *dk, struct devfs_mount *dm); 112 static int devfs_rule_match(struct devfs_krule *dk, struct devfs_mount *dm, 114 static int devfs_rule_matchpath(struct devfs_krule *dk, struct devfs_mount *dm, 116 static void devfs_rule_run(struct devfs_krule *dk, struct devfs_mount *dm, 163 struct devfs_krule *dk; in devfs_rules_ioctl() local 190 dk = devfs_rule_byid(dr->dr_id); in devfs_rules_ioctl() 191 if (dk != NULL) { in devfs_rules_ioctl() 226 dk = malloc(sizeof(*dk), M_TEMP, M_WAITOK | M_ZERO); in devfs_rules_ioctl() 227 memcpy(&dk->dk_rule, dr, sizeof(*dr)); in devfs_rules_ioctl() [all …]
|
| /freebsd/lib/msun/src/ |
| H A D | e_logf.c | 35 float hfsq,f,s,z,R,w,t1,t2,dk; in logf() local 60 dk=(float)k; in logf() 61 return dk*ln2_hi+dk*ln2_lo; in logf() 65 if(k==0) return f-R; else {dk=(float)k; in logf() 66 return dk*ln2_hi-((R-dk*ln2_lo)-f);} in logf() 69 dk = (float)k; in logf() 81 return dk*ln2_hi-((hfsq-(s*(hfsq+R)+dk*ln2_lo))-f); in logf() 84 return dk*ln2_hi-((s*(f-R)-dk*ln2_lo)-f); in logf()
|
| H A D | e_log.c | 87 double hfsq,f,s,z,R,w,t1,t2,dk; in log() local 113 dk=(double)k; in log() 114 return dk*ln2_hi+dk*ln2_lo; in log() 118 if(k==0) return f-R; else {dk=(double)k; in log() 119 return dk*ln2_hi-((R-dk*ln2_lo)-f);} in log() 122 dk = (double)k; in log() 134 return dk*ln2_hi-((hfsq-(s*(hfsq+R)+dk*ln2_lo))-f); in log() 137 return dk*ln2_hi-((s*(f-R)-dk*ln2_lo)-f); in log()
|
| /freebsd/contrib/netbsd-tests/dev/cgd/ |
| H A D | t_cgd.sh | 46 ${cgdserver} -d key=/dev/dk,hostpath=dk.img,size=1m unix://csock 50 rump.cgdconfig -p cgd0 /dev/dk ${d}/paramsfile" 78 ${cgdserver} -d key=/dev/dk,hostpath=dk.img,size=1m unix://csock 82 rump.cgdconfig -p cgd0 /dev/dk ${d}/paramsfile" 89 rump.cgdconfig -p cgd0 /dev/dk ${d}/paramsfile" 115 ${cgdserver} -d key=/dev/dk,hostpath=dk.img,size=1m unix://csock 119 rump.cgdconfig -p cgd0 /dev/dk ${d}/paramsfile"
|
| /freebsd/crypto/krb5/src/lib/crypto/crypto_tests/ |
| H A D | vectors.c | 215 void DK (krb5_keyblock *out, krb5_keyblock *in, const krb5_data *usage) { in DK() function 328 krb5_keyblock dk; in test_dr_dk() local 333 dk.length = KEYLENGTH, dk.contents = dkData; in test_dr_dk() 339 DK (&dk, &key, &usage); in test_dr_dk() 340 printf ("DK:\t"); printkey (&dk); printf ("\n\n"); in test_dr_dk() 398 krb5_keyblock k, dk; in test_pbkdf2() local 402 dk.contents = x2; in test_pbkdf2() 430 dk.length = d.length; in test_pbkdf2() 431 DK (&dk, &k, &usage); in test_pbkdf2() 432 printk("128-bit AES key",&dk); in test_pbkdf2() [all …]
|
| /freebsd/crypto/krb5/src/lib/crypto/krb/ |
| H A D | key.c | 75 struct derived_key *dk; in krb5_k_free_key() local 82 while ((dk = key->derived) != NULL) { in krb5_k_free_key() 83 key->derived = dk->next; in krb5_k_free_key() 84 free(dk->constant.data); in krb5_k_free_key() 85 krb5_k_free_key(context, dk->dkey); in krb5_k_free_key() 86 free(dk); in krb5_k_free_key()
|
| /freebsd/usr.sbin/bsdconfig/startup/ |
| H A D | misc | 317 f_eval_catch -dk err "$0" f_sysrc_set \ 320 f_eval_catch -dk err "$0" f_sysrc_set \ 323 f_eval_catch -dk err "$0" f_sysrc_set \ 326 f_eval_catch -dk err "$0" f_sysrc_set \ 330 if f_eval_catch -dk err "$0" f_sysrc_set \ 333 [ "$reverse" = "NO" ] || f_eval_catch -dk err "$0" \ 337 if f_eval_catch -dk err "$0" f_sysrc_set \ 340 [ "$reverse" = "NO" ] || f_eval_catch -dk err "$0" \ 347 f_eval_catch -dk err "$0" f_sysrc_set \ 352 f_eval_catch -dk err "$0" f_sysrc_set \ [all …]
|
| /freebsd/secure/lib/libcrypto/man/man7/ |
| H A D | EVP_PKEY-ML-KEM.7 | 99 key files will contain only the private key in FIPS 203 \f(CW\*(C`dk\*(C'\fR format. 133 \&\fBML\-KEM.KeyGen_internal\fR) \fBdk\fR private key for the given ML-KEM variant. 153 When an \fBML-KEM\fR key is imported as an explict FIPS 203 \fBdk\fR decapsulation 168 only the FIPS 203 \f(CW\*(C`dk\*(C'\fR key. 172 When decoding PKCS#8 objects that contain both a seed and the FIPS 203 \f(CW\*(C`dk\*(C'\fR 196 \&\fB(d, z)\fR seed and the decapsulation key \fBdk\fR are present in the private key 221 decapsulation key \fBdk\fR is present in the above sequence. 229 decapsulation key \fBdk\fR and the encapsulation key \fBek\fR. 244 the FIPS 204 decapsulation key \fBdk\fR without any ASN.1 encapsulation. 294 203 \fBdk\fR format by running: [all …]
|
| /freebsd/crypto/openssl/doc/man7/ |
| H A D | EVP_PKEY-ML-KEM.pod | 45 key files will contain only the private key in FIPS 203 C<dk> format. 87 B<ML-KEM.KeyGen_internal>) B<dk> private key for the given ML-KEM variant. 113 When an B<ML-KEM> key is imported as an explict FIPS 203 B<dk> decapsulation 128 only the FIPS 203 C<dk> key. 132 When decoding PKCS#8 objects that contain both a seed and the FIPS 203 C<dk> 157 B<(d, z)> seed and the decapsulation key B<dk> are present in the private key 180 decapsulation key B<dk> is present in the above sequence. 188 decapsulation key B<dk> and the encapsulation key B<ek>. 203 the FIPS 204 decapsulation key B<dk> without any ASN.1 encapsulation. 255 203 B<dk> format by running: [all …]
|
| /freebsd/contrib/unbound/dns64/ |
| H A D | dns64.c | 727 struct ub_packed_rrset_key *dk, in dns64_synth_aaaa_data() argument 788 if(!dk) { in dns64_synth_aaaa_data() 794 dk->rk.dname = (uint8_t*)regional_alloc_init(region, in dns64_synth_aaaa_data() 797 if(!dk->rk.dname) { in dns64_synth_aaaa_data() 803 dk->rk.type = htons(LDNS_RR_TYPE_AAAA); in dns64_synth_aaaa_data() 804 memset(&dk->entry, 0, sizeof(dk->entry)); in dns64_synth_aaaa_data() 805 dk->entry.key = dk; in dns64_synth_aaaa_data() 806 dk->entry.hash = rrset_key_hash(&dk->rk); in dns64_synth_aaaa_data() 807 dk->entry.data = dd; in dns64_synth_aaaa_data() 826 struct ub_packed_rrset_key* fk, *dk; in dns64_adjust_a() local [all …]
|
| /freebsd/share/i18n/esdb/ISO646/ |
| H A D | ISO646.alias | 28 DK dk 29 DK ds_2089 30 DK ds2089
|
| /freebsd/share/vt/keymaps/ |
| H A D | INDEX.keymaps | 108 dk.kbd:en:Danish 109 dk.kbd:da:Dansk 110 dk.kbd:de:Dänisch 111 dk.kbd:fr:Danois 112 dk.kbd:pt:Dinamarquês 113 dk.kbd:es:Danés 115 dk.acc.kbd:en:Danish (accent keys) 116 dk.acc.kbd:da:Dansk (accenttaster) 117 dk.acc.kbd:de:Dänisch (mit Akzenten) 118 dk.acc.kbd:fr:Danois (avec accents) [all …]
|
| H A D | Makefile | 28 dk.acc.kbd \ 29 dk.kbd \ 30 dk.macbook.kbd \
|
| /freebsd/contrib/unbound/util/data/ |
| H A D | packed_rrset.c | 379 struct ub_packed_rrset_key* dk = alloc_special_obtain(alloc); in packed_rrset_copy_alloc() local 380 if(!dk) return NULL; in packed_rrset_copy_alloc() 382 dk->entry.hash = key->entry.hash; in packed_rrset_copy_alloc() 383 dk->rk = key->rk; in packed_rrset_copy_alloc() 384 dk->rk.dname = (uint8_t*)memdup(key->rk.dname, key->rk.dname_len); in packed_rrset_copy_alloc() 385 if(!dk->rk.dname) { in packed_rrset_copy_alloc() 386 alloc_special_release(alloc, dk); in packed_rrset_copy_alloc() 391 free(dk->rk.dname); in packed_rrset_copy_alloc() 392 alloc_special_release(alloc, dk); in packed_rrset_copy_alloc() 396 dk->entry.data = (void*)dd; in packed_rrset_copy_alloc() [all …]
|
| /freebsd/contrib/dialog/po/ |
| H A D | da.po | 4 # Morten Brix Pedersen <morten@wtf.dk>, 2001-2004. 5 # Joe Hansen <joedalton2@yahoo.dk>, 2008. 13 "Last-Translator: Keld Jørn Simonsen <keld@dkuug.dk>\n" 14 "Language-Team: Danish <dansk@dansk-gruppen.dk>\n"
|
| /freebsd/tools/test/stress2/tools/ |
| H A D | calc_mem_use.pl | 59 printf "Zones: %dK ZoneFree: %dK Malloc: %dK Total: %dK\n",
|
| /freebsd/contrib/wpa/src/crypto/ |
| H A D | des_i.h | 14 u32 dk[3][32]; member 17 void des_key_setup(const u8 *key, u32 *ek, u32 *dk); 19 void des_block_decrypt(const u8 *crypt, const u32 *dk, u8 *plain);
|
| H A D | des-internal.c | 428 void des_key_setup(const u8 *key, u32 *ek, u32 *dk) in des_key_setup() argument 431 deskey(key, 1, dk); in des_key_setup() 446 void des_block_decrypt(const u8 *crypt, const u32 *dk, u8 *plain) in des_block_decrypt() argument 451 desfunc(work, dk); in des_block_decrypt() 463 deskey(key, 1, dkey->dk[2]); in des3_key_setup() 464 deskey(key + 8, 0, dkey->dk[1]); in des3_key_setup() 465 deskey(key + 16, 1, dkey->dk[0]); in des3_key_setup() 489 desfunc(work, key->dk[0]); in des3_decrypt() 490 desfunc(work, key->dk[1]); in des3_decrypt() 491 desfunc(work, key->dk[2]); in des3_decrypt()
|
| /freebsd/crypto/openssl/test/ |
| H A D | mlkem_parse.py | 43 print_hexlabel("CtrlOut", "priv", tst['dk']) 60 dk = grp['dk'] 66 print_label("EncodedPrivateKey", dk)
|
| /freebsd/contrib/netbsd-tests/fs/zfs/ |
| H A D | t_zpool.sh | 28 server='rump_server -lrumpvfs -lrumpkern_solaris -lrumpfs_zfs -lrumpdev -lrumpdev_rnd -d key=/dk,ho… 49 export RUMPHIJACK=blanket=/dev/zfs:/dk:/jippo 50 atf_check -s exit:0 zpool create jippo /dk
|
| /freebsd/lib/msun/ld128/ |
| H A D | s_logl.c | 134 * makes F_hi(i) + dk*ln2_hi exact for all i and all dk. 138 * with dk*ln2_hi and dk*ln2_lo, respectively, when dk = -1. 141 * 2 and dk = -1, and then the exact cancellation is needed 145 * The relevant range of dk is [-16445, 16383]. The maximum number 455 double dd, dk; in k_logl() local 481 dk = k; in k_logl() 528 * F_hi(i) with dk*ln_2_l in k_logl() 568 double d_lo, dd, dk; log1pl() local [all...] |
| /freebsd/lib/msun/ld80/ |
| H A D | s_logl.c | 130 * makes F_hi(i) + dk*ln2_hi exact for all i and all dk. 134 * with dk*ln2_hi and dk*ln2_lo, respectively, when dk = -1. 137 * 2 and dk = -1, and then the exact cancellation is needed 142 * so the relevant range of dk is the larger one of ld80 454 long double d, dk, val_hi, val_lo, z; in k_logl() local 485 dk = k; in k_logl() 532 * F_hi(i) with dk*ln_2_l in k_logl() 554 long double d, d_hi, d_lo, dk, f_lo, val_hi, val_lo, z; log1pl() local [all...] |
| /freebsd/share/i18n/csmapper/EBCDIC/ |
| H A D | EBCDIC.part | 6 DK-NO 7 DK-NO-A
|
| /freebsd/share/i18n/esdb/EBCDIC/ |
| H A D | EBCDIC.part | 6 DK-NO 7 DK-NO-A
|