/freebsd/sys/contrib/device-tree/Bindings/iio/pressure/ |
H A D | honeywell,hsc030pa.yaml | 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, 67 600MG, 001BG, 1.6BG, 2.5BG, 004BG, 006BG, 010BG, 100KA, 160KA, 70 100KD, 160KD, 250KD, 400KD, 250LG, 400LG, 600LG, 001KG, 1.6KG, 71 2.5KG, 004KG, 006KG, 010KG, 016KG, 025KG, 040KG, 060KG, 100KG, 72 160KG, 250KG, 400KG, 600KG, 001GG, 015PA, 030PA, 060PA, 100PA, 75 010NG, 020NG, 030NG, 001PG, 005PG, 015PG, 030PG, 060PG, 100PG,
|
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | metaslab.c | 87 * Values should be greater than or equal to 100. 181 * limit, fragmented pools can see >100,000 iterations and 199 static const uint32_t metaslab_min_search_count = 100; 345 static uint_t zfs_metaslab_find_max_tries = 100; 481 metaslab_group_t *mg, *rotor; in metaslab_class_validate() local 486 if ((mg = rotor = mca->mca_rotor) == NULL) in metaslab_class_validate() 489 metaslab_group_allocator_t *mga = &mg->mg_allocator[i]; in metaslab_class_validate() 490 vdev_t *vd = mg->mg_vd; in metaslab_class_validate() 493 ASSERT(vd->vdev_mg == mg || vd->vdev_log_mg == mg); in metaslab_class_validate() 494 ASSERT3P(mg->mg_class, ==, mc); in metaslab_class_validate() [all …]
|
H A D | vdev.c | 1707 metaslab_group_t *mg = vd->vdev_mg; in vdev_metaslab_fini() local 1709 metaslab_group_passivate(mg); in vdev_metaslab_fini() 1726 ASSERT0(mg->mg_histogram[i]); in vdev_metaslab_fini() 2926 * 8GB - 100GB one per 512MB in vdev_metaslab_set_size() 2927 * 100GB - 3TB ~200 in vdev_metaslab_set_size() 4449 metaslab_group_t *mg; in vdev_offline_locked() local 4464 mg = tvd->vdev_mg; in vdev_offline_locked() 4487 if (tvd->vdev_islog && mg != NULL) { in vdev_offline_locked() 4492 metaslab_group_passivate(mg); in vdev_offline_locked() 4514 metaslab_group_activate(mg); in vdev_offline_locked() [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/arm/marvell/ |
H A D | cp110-system-controller.txt | 47 - 1 5 MG Domain 48 - 1 6 MG Core 182 CP110_LABEL(gpio1): gpio@100 {
|
/freebsd/sys/contrib/openzfs/cmd/ |
H A D | ztest.c | 473 ZTI_INIT(ztest_zap_parallel, 100, &zopt_always), 580 #define ZTEST_COMMIT_CB_MIN_REG 100 3350 metaslab_group_t *mg; in ztest_vdev_add_remove() local 3355 mg = spa_log_class(spa)->mc_allocator[0].mca_rotor; in ztest_vdev_add_remove() 3356 while (!mg->mg_vd->vdev_islog) in ztest_vdev_add_remove() 3357 mg = mg->mg_next; in ztest_vdev_add_remove() 3359 guid = mg->mg_vd->vdev_guid; in ztest_vdev_add_remove() 4058 for (int t = 100; t > 0; t -= 1) { in ztest_scratch_thread() 4062 (void) poll(NULL, 0, 100); in ztest_scratch_thread() 4368 metaslab_group_t *mg; in ztest_vdev_LUN_growth() local [all …]
|
/freebsd/contrib/unbound/sldns/ |
H A D | rrdef.h | 204 LDNS_RR_TYPE_UINFO = 100, 222 /** A request for mailbox-related records (MB, MG or MR) */
|
/freebsd/share/misc/ |
H A D | iso3166 | 55 BG BGR 100 Bulgaria 153 MG MDG 450 Madagascar
|
H A D | usb_vendors | 515 3802 PhotoSmart 100 872 b9b0 Fujitsu SK-16FX-100PMC V1.1 1257 006e LUA-U2-GT 10/100/1000 Ethernet Adapter 1428 4004 Nomad II MG 1754 7500 LAN7500 Ethernet 10/100/1000 Adapter 1758 9904 LAN9512/LAN9514 Ethernet 10/100 Adapter (SAL10) 1790 100e 24.1" LCD Monitor v4 / FID-638 Mouse 2182 100a Aashima Technology Trust Sight Fighter Vibration Feedback Joystick 2332 007a 10/100 USB NIC 3452 4254 BUA-100 Bluetooth Adapter [all …]
|
H A D | pci_vendors | 133 1012 1012 PCMCIA 10/100 Ethernet Card [RTL81xx] 291 ae32 Netelligent 10/100 TX PCI UTP 295 ae40 Netelligent Dual 10/100 TX PCI UTP 296 ae43 Netelligent Integrated 10/100 TX UTP 300 b011 Netelligent 10/100 TX Embedded UTP 305 b030 Netelligent 10/100 TX UTP 306 b04a 10/100 TX PCI Intel WOL UTP Controller 357 13e9 1000 6221L-4U (Dual U2W SCSI, dual 10/100TX, graphics) 586 1000 100a MegaRAID SAS 8708ELP 587 1000 100e MegaRAID SAS 8884E [all …]
|
/freebsd/contrib/ldns/ |
H A D | rdata.c | 615 int val = ((s[1] - '0') * 100 + in ldns_octet() 639 /* I'm not sure if this is needed in libdns... MG */ in ldns_octet()
|
/freebsd/lib/libc/resolv/ |
H A D | res_debug.c | 461 {ns_t_mg, "MG", "mail group member"}, 747 static unsigned int poweroften[10] = {1, 10, 100, 1000, 10000, 100000, 763 (void) sprintf(retbuf, "%lu.%.2lu", val/100, val%100); in precsize_ntoa() 790 cmval = (mval * 100) + cmval; in precsize_aton() 840 secsfrac = (*cp++ - '0') * 100; in latlon2ul() 963 alt = (10000000 + (altsign * (altmeters * 100 + altfrac))); in loc_aton() 1027 const u_int32_t referencealt = 100000 * 100; in loc_ntoa() 1093 altfrac = altval % 100; in loc_ntoa() 1094 altmeters = (altval / 100); in loc_ntoa()
|
/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/ |
H A D | sysctl_os.c | 110 SYSCTL_NODE(_vfs_zfs, OID_AUTO, mg, CTLFLAG_RW, 0, "ZFS metaslab group"); 508 * Values should be greater than or equal to 100.
|
/freebsd/sys/contrib/openzfs/cmd/zdb/ |
H A D | zdb.c | 1639 int free_pct = zfs_range_tree_space(rt) * 100 / msp->ms_size; in dump_metaslab_stats() 1754 metaslab_group_t *mg = tvd->vdev_mg; in dump_metaslab_groups() local 1756 if (mg == NULL || (mg->mg_class != mc && in dump_metaslab_groups() 1757 (!show_special || mg->mg_class != smc))) in dump_metaslab_groups() 1760 metaslab_group_histogram_verify(mg); in dump_metaslab_groups() 1761 mg->mg_fragmentation = metaslab_group_fragmentation(mg); in dump_metaslab_groups() 1767 if (mg->mg_fragmentation == ZFS_FRAG_INVALID) { in dump_metaslab_groups() 1771 (u_longlong_t)mg->mg_fragmentation); in dump_metaslab_groups() 1773 dump_histogram(mg->mg_histogram, in dump_metaslab_groups() 2167 (int)((histogram.dah_age_histo[i] * 100) / in dump_all_ddts() [all …]
|
/freebsd/contrib/tzdata/ |
H A D | southamerica | 607 # Espírito Santo (ES), Minas Gerais (MG), Bahia (BA), Goiás (GO), 641 # Unlike in the United States, elections in Brazil are 100% computerized and 800 # in SP, RJ, GB, MG, ES, due to the prolongation of the drought. 837 # adopted by RS, SC, PR, SP, RJ, ES, MG, GO, MS, DF. 842 # adopted by RS, SC, PR, SP, RJ, ES, MG, BA, GO, MT, MS, DF. 948 # DF, ES, GO, MG, MS, MT, PR, RJ, RS, SC, SP. 1040 # Goiás (GO), Distrito Federal (DF), Minas Gerais (MG),
|
/freebsd/contrib/ldns/ldns/ |
H A D | rr.h | 200 LDNS_RR_TYPE_UINFO = 100, 217 /** A request for mailbox-related records (MB, MG or MR) */
|
/freebsd/usr.sbin/ppp/ |
H A D | ip.c | 132 { 6, "SOA" }, { 7, "MB" }, { 8, "MG" }, { 9, "MR" }, { 10, "NULL" }, in dns_Qtype2Txt() 227 char dbuff[100], dstip[NCP_ASCIIBUFFERSIZE]; in FilterCheck()
|
/freebsd/contrib/tcpdump/ |
H A D | print-domain.c | 411 /* keepalive is in increments of 100ms. Convert to seconds */ in eopt_print() 486 { T_MG, "MG" }, /* RFC 1035 */
|
/freebsd/tests/sys/geom/class/eli/ |
H A D | testvect.h | 3 …{ "\331}\035\215\000\272\350\261", 8, "\323\303\210\231\260\225\217\035", 100, "J\257\275\352n\371… 4 …{ "\321\213\277\330\210E\207x", 8, "(C\371\344\354\356\232\212\346\014\335M(\234g\226", 100, "\035… 5 …5\367", 8, "/pj@N\344\271\243^\352\236gu\352\344os\366FR\362\001\347\301", 100, "\223eS:\015\311\0… 6 …247\010\313\274\334\255\362J\356\333\302\345\317\305*\357 \366Aj\344\346", 100, "\223\015X\340\024… 7 …246\353\300\373\267\335\314h\216\245$\373\210\214\014b\340\377\256\0202E", 100, "a\274S.\032\246\3… 8 …\270G\345!>29\010\204m\240!\326\255\326\321\272(\325T\033B\262[\267]\272", 100, "\2563\024\201\310… 9 …5\257\371,\260\360\325\224\026q[VuS\217\004\262\376T\353\262\321\241\024", 100, "\313\246&~\374Zq(… 10 …25\341\377\334\241p\314\334\005O,\374\225\234\014\266\365\030i6\210a\205", 100, "\220\006\216\2420… 11 …340P\267\202#\354\330\266O\347\254(\203\270\366w\274\375\272\016\240\313", 100, "?j\005\340=\022\0… 165 …{ "\347H\205\004\340w\177\321\313\337\042G\204\274\033\334", 16, "h}o\344Iv:b", 100, "\037 \023\34… [all …]
|
/freebsd/sys/dev/usb/ |
H A D | usbdevs | 876 product ABOCOM DSB650TX_PNA 0x4003 1/10/100 Ethernet Adapter 1276 product ASIX AX88172 0x1720 10/100 Ethernet 1278 product ASIX AX88178A 0x178a AX88178A USB 2.0 10/100/1000 Ethernet 1279 product ASIX AX88179 0x1790 AX88179 USB 3.0 10/100/1000 Ethernet 1281 product ASIX AX88772A 0x772a AX88772A USB 2.0 10/100 Ethernet 1282 product ASIX AX88772B 0x772b AX88772B USB 2.0 10/100 Ethernet 1283 product ASIX AX88772B_1 0x7e2b AX88772B USB 2.0 10/100 Ethernet 1457 product BILLIONTON USB100 0x0986 USB100N 10/100 FastEthernet 1662 product CREATIVE NOMAD_IIMG 0x4004 Nomad II MG 1776 product DLINK DUBE100 0x1a00 10/100 Ethernet [all …]
|
/freebsd/contrib/tcsh/ |
H A D | sh.c | 359 /* Default history size to 100 */ in main() 360 setcopy(STRhistory, str2short("100"), VAR_READWRITE); in main() 361 sethistory(100); in main() 1906 int just_signaled; /* bugfix by Michael Bloom (mg@ttidca.TTI.COM) */ 2550 for (i = 0; i < 100; i++) { in grabpgrp()
|
/freebsd/contrib/sendmail/src/ |
H A D | README | 633 -> c + b*100 + a*10000, e.g. for 1.5.9 define SASL=10509. 1460 This version of sendmail does not support MB, MG, and MR resource
|
/freebsd/crypto/heimdal/lib/wind/ |
H A D | UnicodeData.txt | 2250 0BF1;TAMIL NUMBER ONE HUNDRED;No;0;L;;;;100;N;;;;; 2935 100A;MYANMAR LETTER NNYA;Lo;0;L;;;;;N;;;;; 2936 100B;MYANMAR LETTER TTA;Lo;0;L;;;;;N;;;;; 2937 100C;MYANMAR LETTER TTHA;Lo;0;L;;;;;N;;;;; 2938 100D;MYANMAR LETTER DDA;Lo;0;L;;;;;N;;;;; 2939 100E;MYANMAR LETTER DDHA;Lo;0;L;;;;;N;;;;; 2940 100F;MYANMAR LETTER NNA;Lo;0;L;;;;;N;;;;; 3666 137B;ETHIOPIC NUMBER HUNDRED;No;0;L;;;;100;N;;;;; 5835 216D;ROMAN NUMERAL ONE HUNDRED;Nl;0;L;<compat> 0043;;;100;N;;;;217D; 5851 217D;SMALL ROMAN NUMERAL ONE HUNDRED;Nl;0;L;<compat> 0063;;;100;N;;;216D;;216D [all …]
|
/freebsd/contrib/libxo/xohtml/external/ |
H A D | jquery.js | 6702 ( parseFloat( RegExp.$1 ) / 100 ) + "" : 6709 opacity = jQuery.isNumeric( value ) ? "alpha(opacity=" + value * 100 + ")" : "", 6891 rheaders = /^(.*?):[ \t]*([^\r\n]*)\r?$/mg, // IE leaves an \r character at EOL
|
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
H A D | Clang.cpp | 1065 CmdArgs.push_back("-MG"); in AddPreprocessingOptions() 7103 if (Invalid || GNUCVer.getBuild() || Minor >= 100 || Patch >= 100) { in ConstructJob()
|
/freebsd/crypto/krb5/src/lib/krb5/unicode/ |
H A D | UnicodeData.txt | 2175 0BF1;TAMIL NUMBER ONE HUNDRED;No;0;L;;;;100;N;;;;; 2850 100A;MYANMAR LETTER NNYA;Lo;0;L;;;;;N;;;;; 2851 100B;MYANMAR LETTER TTA;Lo;0;L;;;;;N;;;;; 2852 100C;MYANMAR LETTER TTHA;Lo;0;L;;;;;N;;;;; 2853 100D;MYANMAR LETTER DDA;Lo;0;L;;;;;N;;;;; 2854 100E;MYANMAR LETTER DDHA;Lo;0;L;;;;;N;;;;; 2855 100F;MYANMAR LETTER NNA;Lo;0;L;;;;;N;;;;; 3581 137B;ETHIOPIC NUMBER HUNDRED;No;0;L;;;;100;N;;;;; 5495 216D;ROMAN NUMERAL ONE HUNDRED;Nl;0;L;<compat> 0043;;;100;N;;;;217D; 5511 217D;SMALL ROMAN NUMERAL ONE HUNDRED;Nl;0;L;<compat> 0063;;;100;N;;;216D;;216D [all …]
|