/freebsd/sys/contrib/device-tree/Bindings/iio/pressure/ |
H A D | honeywell,hsc030pa.yaml | 63 enum: [001BA, 1.6BA, 2.5BA, 004BA, 006BA, 010BA, 1.6MD, 2.5MD, 004MD, 64 006MD, 010MD, 016MD, 025MD, 040MD, 060MD, 100MD, 160MD, 250MD, 65 400MD, 600MD, 001BD, 1.6BD, 2.5BD, 004BD, 2.5MG, 004MG, 006MG, 66 010MG, 016MG, 025MG, 040MG, 060MG, 100MG, 160MG, 250MG, 400MG, 68 250KA, 400KA, 600KA, 001GA, 160LD, 250LD, 400LD, 600LD, 001KD, 70 100KD, 160KD, 250KD, 400KD, 250LG, 400LG, 600LG, 001KG, 1.6KG, 72 160KG, 250KG, 400KG, 600KG, 001GG, 015PA, 030PA, 060PA, 100PA,
|
/freebsd/contrib/libfido2/fuzz/ |
H A D | wrap.c | 31 * in a pseudo-random manner. A uniform probability of 0.25% (1/400) 32 * allows for a depth of log(0.5)/log(399/400) > 276 operations 40 if (prng_up && uniform_random(400) < (prob)) { \ 180 (EVP_MD_CTX *ctx, unsigned char *md, unsigned int *isize), 182 (ctx, md, isize), 437 const unsigned char *d, int n, unsigned char *md, 440 (evp_md, key, key_len, d, n, md, md_len), 454 (HMAC_CTX *ctx, const void *key, int key_len, const EVP_MD *md, 457 (ctx, key, key_len, md, impl), 471 (HMAC_CTX *ctx, unsigned char *md, unsigned int *len), [all …]
|
/freebsd/tools/test/stress2/misc/ |
H A D | mmap44.sh | 68 usleep(arc4random() % 400); 86 usleep(arc4random() % 400); 113 usleep(arc4random() % 400); 161 usleep(arc4random() % 400); 214 mdconfig -l | grep -q md$mdstart && mdconfig -d -u $mdstart 216 newfs -n $newfs_flags /dev/md$mdstart > /dev/null 217 mount /dev/md$mdstart $mntpoint
|
H A D | msdos5.sh | 42 mount | grep "on $mntpoint " | grep -q /dev/md && umount -f $mntpoint 43 mdconfig -l | grep -q md$mdstart && mdconfig -d -u $mdstart 45 gpart create -s bsd md$mdstart > /dev/null 46 gpart add -t freebsd-ufs md$mdstart > /dev/null 48 newfs_msdos -F 32 -b 8192 /dev/md${mdstart}$part > /dev/null 2>&1 49 mount_msdosfs -m 777 /dev/md${mdstart}$part $mntpoint 52 (mkdir $mntpoint/test$i; cd $mntpoint/test$i; /tmp/fstool -l -f 400 -n 200 -s ${i}k)
|
H A D | mmap45.sh | 60 usleep(arc4random() % 400); 78 usleep(arc4random() % 400); 105 usleep(arc4random() % 400); 190 mdconfig -l | grep -q md$mdstart && mdconfig -d -u $mdstart 192 newfs -n $newfs_flags /dev/md$mdstart > /dev/null 193 mount /dev/md$mdstart $mntpoint
|
H A D | umountf10.sh | 48 [ -c /dev/md$mdstart ] && mdconfig -d -u $mdstart 51 gpart create -s GPT md$mdstart > /dev/null || exit 1 52 gpart add -t freebsd-ufs md$mdstart > /dev/null || exit 1 53 newfs -n $newfs_flags md${mdstart}p1 > /dev/null || exit 1 54 mount /dev/md${mdstart}p1 $mntpoint 78 mount /dev/md${mdstart}p1 $mntpoint 127 usleep(arc4random() % 400);
|
H A D | truncate7.sh | 39 mdconfig -a -t swap -s 400m -u $mdstart 42 newfs $newfs_flags md$mdstart > /dev/null 44 newfs md$mdstart > /dev/null 46 mount /dev/md$mdstart $mntpoint 69 checkfs /dev/md$mdstart; s=$?
|
H A D | truncate3.sh | 38 mdconfig -a -t swap -s 400m -u $mdstart 40 newfs $newfs_flags md$mdstart > /dev/null 41 mount /dev/md$mdstart $mntpoint 64 checkfs /dev/md$mdstart; s=$?
|
H A D | mmap48.sh | 70 usleep(arc4random() % 400); 93 usleep(arc4random() % 400); 248 mdconfig -l | grep -q md$mdstart && mdconfig -d -u $mdstart 250 newfs -n $newfs_flags /dev/md$mdstart > /dev/null 251 mount /dev/md$mdstart $mntpoint
|
H A D | fullpath2.sh | 54 [ -c /dev/md$mdstart ] && mdconfig -d -u $mdstart 57 gpart create -s GPT md$mdstart > /dev/null || exit 1 58 gpart add -t freebsd-ufs md$mdstart > /dev/null || exit 1 59 newfs -n $newfs_flags md${mdstart}p1 > /dev/null || exit 1 60 mount /dev/md${mdstart}p1 $mntpoint 81 mount /dev/md${mdstart}p1 $mntpoint 197 usleep(arc4random() % 400);
|
H A D | lstat.sh | 44 mount | grep "on $mntpoint " | grep -q /dev/md && umount -f $mntpoint 45 mdconfig -l | grep -q md$mdstart && mdconfig -d -u $mdstart 47 newfs -n -b 4096 -f 512 -i 1024 md$mdstart > /dev/null 48 mount -o async /dev/md$mdstart $mntpoint || exit 1 55 while mount | grep "on $mntpoint " | grep -q /dev/md; do 89 #define SLPTIME 400
|
/freebsd/tools/boot/ |
H A D | rootgen.sh | 289 md=$(mdconfig -f ${img}) 290 gpart create -s gpt ${md} 291 gpart add -t freebsd-boot -s 400k -a 4k ${md} # <= ~540k 292 gpart add -t freebsd-ufs -l root $md 294 echo ${passphrase} | geli init -bg -e AES-XTS -i ${iterations} -J - -l 256 -s 4096 ${md}p2 295 echo ${passphrase} | geli attach -j - ${md}p2 296 newfs -L root /dev/${md}p2.eli 297 mount /dev/${md}p2.eli ${mntpt} 308 geli detach ${md}p2 309 ${SRCTOP}/tools/boot/install-boot.sh -g ${geli} -s ${scheme} -f ${fs} -b ${bios} -d ${src} ${md} [all …]
|
/freebsd/contrib/ntp/html/ |
H A D | parsedata.html | 300 Timestamp T:YY:MM:MD:WD:HH:MM:SSCRLF 307 MD Day of the month 316 <h4>WHARTON 400A Series Clock with a 404.2 Serial interface</h4> 317 …400A Series clock is able to send date/time serial messages in 7 output formats. We use format 1 h… 328 <p>WHARTON 400A Series output format 1 is as follows :</p>
|
/freebsd/lib/libsecureboot/ |
H A D | vets.c | 131 #define isleap(y) (((y) % 4) == 0 && (((y) % 100) != 0 || ((y) % 400) == 0)) 614 const br_hash_class *md; in check_forbidden_digests() local 639 md = &br_sha256_vtable; in check_forbidden_digests() 640 md->init(&ctx.vtable); in check_forbidden_digests() 641 md->update(&ctx.vtable, tbs, tbs_len); in check_forbidden_digests() 642 md->out(&ctx.vtable, sha256_digest); in check_forbidden_digests() 653 md = &br_sha384_vtable; in check_forbidden_digests() 654 md->init(&ctx.vtable); in check_forbidden_digests() 655 md->update(&ctx.vtable, tbs, tbs_len); in check_forbidden_digests() 656 md->out(&ctx.vtable, sha384_digest); in check_forbidden_digests() [all …]
|
/freebsd/share/misc/ |
H A D | usb_vendors | 238 0221 StreamSmart 400 [F2235AA] 314 0f2a LaserJet 400 color M451dn 1431 400a PC-Cam 300 1432 400b PC-Cam 600 1433 400c Webcam 5 [pwc] 1434 400d Webcam PD1001 1435 400f PC-CAM 550 (Composite) 1697 0acd Sitecom Internal Multi Memory reader/writer MD-005 1699 10cd Sitecom Internal Multi Memory reader/writer MD-005 1701 20cd Sitecom Internal Multi Memory reader/writer MD-005 [all …]
|
H A D | iso3166 | 134 JO JOR 400 Jordan 166 MD MDA 498 Moldova (Republic of) 383 # MOLDOVA, REPUBLIC OF added (MD, MDA, 498)
|
/freebsd/sys/contrib/zstd/ |
H A D | README.md | 48 | [zlib] 1.2.11 -1 | 2.743 | 95 MB/s | 400 MB/s | 183 For information on CI testing, please refer to TESTING.md 199 For more information, please read [CONTRIBUTING](CONTRIBUTING.md).
|
/freebsd/crypto/openssl/crypto/asn1/ |
H A D | a_time.c | 39 if (year % 400 == 0 || (year % 100 != 0 && year % 4 == 0)) in leap_year() 82 int n, i, i2, l, o, min_l = 11, strict = 0, end = 6, btz = 5, md; in ossl_asn1_time_to_tm() local 169 md = mdays[1] + leap_year(tmp.tm_year + 1900); in ossl_asn1_time_to_tm() 171 md = mdays[tmp.tm_mon]; in ossl_asn1_time_to_tm() 173 if (n > md) in ossl_asn1_time_to_tm()
|
/freebsd/sbin/bsdlabel/ |
H A D | bsdlabel.8 | 480 a: 400M 16 4.2BSD 4096 16384 75 # (Cyl. 0 - 812*) 509 .Xr md 4 ,
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | TargetLoweringObjectFileImpl.cpp | 346 const auto *MD = cast<MDNode>(Operand); in emitModuleMetadata() local 347 auto *GUID = mdconst::dyn_extract<ConstantInt>(MD->getOperand(0)); in emitModuleMetadata() 348 auto *Hash = mdconst::dyn_extract<ConstantInt>(MD->getOperand(1)); in emitModuleMetadata() 349 auto *Name = cast<MDString>(MD->getOperand(2)); in emitModuleMetadata() 367 const auto *MD = cast<MDNode>(Operand); in emitModuleMetadata() local 368 assert(MD->getNumOperands() % 2 == 0 && in emitModuleMetadata() 370 for (size_t I = 0; I < MD->getNumOperands(); I += 2) { in emitModuleMetadata() 372 auto *Key = cast<MDString>(MD->getOperand(I)); in emitModuleMetadata() 377 Twine(mdconst::dyn_extract<ConstantInt>(MD->getOperand(I + 1)) in emitModuleMetadata() 582 MDNode *MD = GO->getMetadata(LLVMContext::MD_associated); in getLinkedToSymbol() local [all …]
|
/freebsd/stand/man/ |
H A D | loader_simp.8 | 186 .Xr md 4 587 and 400MB on amd64.
|
/freebsd/contrib/sqlite3/ |
H A D | Makefile.in | 528 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 535 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W… 542 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 549 …(AM_CPPFLAGS) $(CPPFLAGS) $(sqlite3_CFLAGS) $(CFLAGS) -MT sqlite3-shell.o -MD -MP -MF $(DEPDIR)/sq… 556 …M_CPPFLAGS) $(CPPFLAGS) $(sqlite3_CFLAGS) $(CFLAGS) -MT sqlite3-shell.obj -MD -MP -MF $(DEPDIR)/sq… 563 …M_CPPFLAGS) $(CPPFLAGS) $(sqlite3_CFLAGS) $(CFLAGS) -MT sqlite3-sqlite3.o -MD -MP -MF $(DEPDIR)/sq… 570 …CPPFLAGS) $(CPPFLAGS) $(sqlite3_CFLAGS) $(CFLAGS) -MT sqlite3-sqlite3.obj -MD -MP -MF $(DEPDIR)/sq… 767 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
|
/freebsd/crypto/openssl/crypto/err/ |
H A D | openssl.txt | 102 the asn1 object identifier is not known for this md 319 CMS_R_MD_BIO_INIT_ERROR:119:md bio init error 1018 PROV_R_INVALID_MGF1_MD:167:invalid mgf1 md 1176 RSA_R_INVALID_MGF1_MD:156:invalid mgf1 md 1220 the asn1 object identifier is not known for this md 1296 SSL_R_CA_MD_TOO_WEAK:398:ca md too weak 1312 SSL_R_COOKIE_GEN_CALLBACK_FAILURE:400:cookie gen callback failure 1585 TS_R_UNSUPPORTED_MD_ALGORITHM:126:unsupported md algorithm 1684 X509_R_ERROR_GETTING_MD_BY_NID:141:error getting md by nid
|
/freebsd/contrib/ntp/sntp/libevent/ |
H A D | Makefile.in | 852 $(top_srcdir)/build-aux/test-driver ChangeLog README.md \ 1162 whatsnew-2.1.txt README.md $(CMAKE_FILES) \ 1854 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ 1862 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ 1870 @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ 1877 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libevent_openssl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libevent_openssl_la-bufferevent_openssl.lo -MD -MP -MF $(DEPDIR)/libevent_openssl_la-bufferevent_openssl.Tpo -c -o libevent_openssl_la-bufferevent_openssl.lo `test -f 'bufferevent_openssl.c' || echo '$(srcdir)/'`bufferevent_openssl.c 1884 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sample_https_client_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sample/https_client-https-client.o -MD -MP -MF sample/$(DEPDIR)/https_client-https-client.Tpo -c -o sample/https_client-https-client.o `test -f 'sample/https-client.c' || echo '$(srcdir)/'`sample/https-client.c 1891 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sample_https_client_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sample/https_client-https-client.obj -MD -MP -MF sample/$(DEPDIR)/https_client-https-client.Tpo -c -o sample/https_client-https-client.obj `if test -f 'sample/https-client.c'; then $(CYGPATH_W) 'sample/https-client.c'; else $(CYGPATH_W) '$(srcdir)/sample/https-client.c'; fi` 1898 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sample_https_client_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sample/https_client-hostcheck.o -MD -MP -MF sample/$(DEPDIR)/https_client-hostcheck.Tpo -c -o sample/https_client-hostcheck.o `test -f 'sample/hostcheck.c' || echo '$(srcdir)/'`sample/hostcheck.c 1905 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sample_https_client_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sample/https_client-hostcheck.obj -MD [all...] |
/freebsd/contrib/libevent/ |
H A D | Makefile.in | 1154 whatsnew-2.1.txt README.md $(CMAKE_FILES) \ 1846 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ 1854 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ 1862 @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ 1869 …GS) $(AM_CFLAGS) $(CFLAGS) -MT libevent_openssl_la-bufferevent_openssl.lo -MD -MP -MF $(DEPDIR)/li… 1876 …$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sample/https_client-https-client.o -MD -MP -MF sample/$(DEP… 1883 …CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sample/https_client-https-client.obj -MD -MP -MF sample/$(DEP… 1890 …S) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sample/https_client-hostcheck.o -MD -MP -MF sample/$(DEP… 1897 … $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sample/https_client-hostcheck.obj -MD -MP -MF sample/$(DEP… 1904 …M_CFLAGS) $(CFLAGS) -MT sample/https_client-openssl_hostname_validation.o -MD -MP -MF sample/$(DEP… [all …]
|