/freebsd/tests/sys/geom/class/eli/ |
H A D | testvect.h | 4 …335M(\234g\226", 100, "\035MoB\245\001\000\315\332\235\356?alD\231I[%A\372\367\027\267,\303\022\32… 6 …{ "\364\275\222\376\0064\240g", 8, "_\2000 A\233#\372\351\332\247\010\313\274\334\255\362J\356\333… 7 …{ "\272\207\326\030\010\374\263f", 8, "\323\230\233\317\337\001\241]G\312\347\320K\3374\247\016\34… 8 …6v", 8, "gy\264\354\363\322(w\262\272\203\306{\356\031\376\277+\276L\337\270G\345!>29\010\204m\240… 9 …55M\353Z?\310~\234\327\011\242\370\032GK\250\020\203sJ\234I,\271\012\230\204g\323\345\343\343\350\… 10 …r\262\365\370\032\347\336\363Re28\033J\3763^\311I\322:\036\204\320\033\245\200\262\225\341\377\334… 11 …16\3616\314!`\015d\316\370L{\201B\245\317\366@V\036\227\273I\205\251\306GW\200*\340P\267\202#\354\… 12 …{ "\262\304(\244\326\272\262\311", 8, "\210C(\273\376\013/\034", 200, "6+\233\201\350\374\2053\013… 13 …{ "\246<\216\226^F\004\036", 8, "\344].\210\212\236\252f\256n\006\250\2615\325\371", 200, "\213J\2… 14 …200, "\371\373\341\202(\231\010\325_\335\205\253\216\371\227\354\352Os2\356e\033L\236znr;\337a'\02… [all …]
|
/freebsd/lib/libifconfig/ |
H A D | sfp.lua | 131 "10G Ethernet/IB compliance codes, byte 3", 134 description = "10G Ethernet/IB compliance", 137 {0x80, "10G_BASE_ER", "10G Base-ER"}, 138 {0x40, "10G_BASE_LRM", "10G Base-LRM"}, 139 {0x20, "10G_BASE_LR", "10G Base-LR"}, 140 {0x10, "10G_BASE_SR", "10G Base-SR"}, 220 {0x04, "200", "200 MBytes/sec"}, 225 "10/40G Ethernet compliance codes, byte 128 + 3", 228 description = "10/40G Ethernet compliance", 238 {0x01, "40G_ACTIVE", "40G Active Cable"}, [all …]
|
/freebsd/sys/net/ |
H A D | if_media.h | 180 #define IFM_50G_PCIE IFM_X(39) /* 50G Ethernet over PCIE */ 181 #define IFM_25G_PCIE IFM_X(40) /* 25G Ethernet over PCIE */ 182 #define IFM_1000_SGMII IFM_X(41) /* 1G media interface */ 183 #define IFM_10G_SFI IFM_X(42) /* 10G media interface */ 184 #define IFM_40G_XLPPI IFM_X(43) /* 40G media interface */ 200 #define IFM_10G_AOC IFM_X(59) /* 10G active optical cable */ 201 #define IFM_25G_ACC IFM_X(60) /* 25G active copper cable */ 202 #define IFM_25G_AOC IFM_X(61) /* 25G active optical cable */ 212 #define IFM_25G_AUI IFM_X(71) /* 25G-AUI-C2C (chip to chip) */ 213 #define IFM_40G_XLAUI IFM_X(72) /* 40G-XLAUI */ [all …]
|
/freebsd/share/termcap/ |
H A D | termcap | 51 # Certain abbreviations (e.g. c100 for concept100) are also allowed 147 :li#24:nd=^PR:.se=^P \200:.so=^P \002^PF:us=^P \020:ue=^P \200:\ 192 :vs=\EM4\040\200\200\200:mr=\EG4:ms:so=\EG4:se=\EG1: 269 # From: caron@polya.Stanford.EDU (Ilan G. Caron) 285 :ae=\E[10m:al=\E[1L:as=\E[12m:bl=^G:cd=\E[J:ce=\E[K:\ 295 :us=\E[4m:vb=^G:bc=\E[D: 383 :do=^J:al=~^Z:am:le=^H:bs:cd=~^X:ce=~^O:cl=~\034:cm=~^Q%r%.%.\200:\ 471 :al=\E[L:cr=^M:do=^J:sf=^J:bl=^G:am:le=^H:cd=\E[J:\ 571 :HM=\E[H:EN=\E[F:PU=\E[I:PD=\E[G:\ 609 :kr=^I:ku=^N:li#24:ll=^O\200W:nd=^I:ns:up=^N: [all …]
|
/freebsd/sys/contrib/openzfs/module/lua/ |
H A D | lstate.c | 27 #define LUAI_GCPAUSE 200 /* 200% */ 31 #define LUAI_GCMAJOR 200 /* 200% */ 35 #define LUAI_GCMUL 200 /* GC runs 'twice the speed' of memory allocation */ 68 global_State g; member 102 void luaE_setdebt (global_State *g, l_mem debt) { in luaE_setdebt() argument 103 g->totalbytes -= (debt - g->GCdebt); in luaE_setdebt() 104 g->GCdebt = debt; in luaE_setdebt() 161 static void init_registry (lua_State *L, global_State *g) { in init_registry() argument 165 sethvalue(L, &g->l_registry, registry); in init_registry() 180 global_State *g = G(L); in f_luaopen() local [all …]
|
/freebsd/crypto/heimdal/lib/wind/ |
H A D | rfc4518.py | 92 # All other control code (e.g., Cc) points or code points with a 93 # control function (e.g., Cf) are mapped to nothing. The following is 95 # 0084, 0086-009F, 06DD, 070F, 180E, 200C-200F, 202A-202E, 2060-2063, 105 t.append(" 200C-200F; ; Map to nothing") 115 # ZERO WIDTH SPACE (U+200B) is mapped to nothing. All other code 116 # points with Separator (space, line, or paragraph) property (e.g., Zs, 118 # list of these code points: U+0020, 00A0, 1680, 2000-200A, 2028-2029, 121 t.append(" 200B; ; Map to nothing") 125 t.append(" 2000-200A; 0020; Map to SPACE")
|
/freebsd/share/syscons/keymaps/ |
H A D | sk.iso2.kbd | 2 # Created by G. Adam Stanislav <adam@whizkidtech.net> 102 # to "G. Adam Stanislav" <adam@whizkidtech.net>. 167 034 'g' 'G' bel bel 'g' 'G' bel bel C 179 046 'c' 'C' etx etx 232 200 etx etx C 247 ( 232 230 ) ( 200 198 ) 278 ( 'c' 232 ) ( 'C' 200 ) 279 ( 232 232 ) ( 200 200 ) 315 ( 232 231 ) ( 200 199 ) 330 ( 232 231 ) ( 200 199 ) 339 ( 'c' 232 ) ( 'C' 200 ) [all …]
|
H A D | lt.iso4.kbd | 8 003 '2' '@' nul nul 232 200 nul nul O 39 034 'g' 'G' bel bel 'g' 'G' bel bel C 136 131 232 200 nul nul '2' '@' nul nul C 167 162 'g' 'G' bel bel 'g' 'G' bel bel C 205 200 fkey50 '8' '8' '8' '8' '8' '8' '8' N
|
H A D | cz.iso2.kbd | 2 # Created by G. Adam Stanislav <adam@whizkidtech.net> 100 # to "G. Adam Stanislav" <adam@whizkidtech.net>. 169 034 'g' 'G' bel bel 'g' 'G' bel bel C 181 046 'c' 'C' etx etx 232 200 etx etx C 249 ( 232 230 ) ( 200 198 ) 278 ( 'c' 232 ) ( 'C' 200 ) 309 ( 'c' 232 ) ( 'C' 200 )
|
H A D | ua.koi8-u.shift.alt.kbd | 7 # it has 'i', 'ye','yi',"g'" at positions of '-','=','\','`'; 43 026 '[' '{' esc esc 200 232 155 155 O 51 034 'g' 'G' bel bel 208 240 135 135 C 171 154 200 232 esc esc '[' '{' 155 155 C 179 162 208 240 bel bel 'g' 'G' 135 135 C 217 200 fkey50 '8' '8' '8' 184 184 184 184 N
|
/freebsd/share/misc/ |
H A D | pci_vendors | 380 1137 020e UCSC-RAID-M5 12G Modular RAID Controller 553 1bd4 0014 12G SAS3108 2G 554 1bd4 0015 12G SAS3108 4G 630 1734 1177 HBA Ctrl SAS 6G 0/1 [D2607] 631 1bd4 000d 6G SAS2008IT 632 1bd4 000e 6G SAS2008IR 633 1bd4 000f 6G SAS2008IT SA5248 634 1bd4 0010 6G SAS2008IR SA5248 660 1734 1177 RAID Ctrl SAS 6G 0/1 (D2607) 693 1734 1176 RAID Ctrl SAS 6G 5/6 512MB (D2616) [all …]
|
H A D | usb_vendors | 54 145f NW-3100 802.11b/g 54Mbps Wireless Network Adapter [zd1211] 224 …0121 HP 39g+ [F2224A], 39gs [F2223A], 40gs [F2225A], 48gII [F2226A], 49g+ [F2228A], 50g [F2229A, … 596 581d lt4112 Gobi 4G Module Network Device 849 9090 SNAP Stick 200 930 e729 Segway Robotic Mobility Platforms 200 1055 021d Aterm WL54SU2 802.11g Wireless Adapter [Atheros AR5523] 1057 0249 Aterm WL300NU-G 1085 0300 EZ-200 1220 2367 Human Interface Device [HP CalcPad 200 Calculator and Numeric Keypad] 1250 004b WLI-USB-G54 802.11g Adapter [Broadcom 4320 USB] [all …]
|
/freebsd/contrib/netbsd-tests/lib/libc/db/ |
H A D | t_db.sh | 67 sed 200q $(dict) >exp 69 for i in `sed 200q $(dict)`; do 73 echo g 96 sed 200q $(dict) >exp 98 for i in `sed 200q $(dict)`; do 102 echo g 125 sed 200q $(dict) >exp 127 sed 200q $(dict) | 141 "data pairs: takes the first 200 entries in the" \ 156 for i in $(sed 200q $(dict)); do [all …]
|
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/benchmarks/ |
H A D | vts_many_threads_bench.cpp | 13 // a) clang++ native O1 with n_iterations=200kk takes 16 // 23.5s with M=200 19 // b) g++ native O1 with n_iterations=200kk takes 21 // g++ tsanv1 O1 with n_iterations=2kk takes 22 // 39.5s with M=200 75 n_garbage_threads = 200; in main()
|
/freebsd/sys/contrib/device-tree/Bindings/iio/accel/ |
H A D | adi,adxl372.yaml | 7 title: Analog Devices ADXL372 3-Axis, +/-(200g) Digital Accelerometer 13 Analog Devices ADXL372 3-Axis, +/-(200g) Digital Accelerometer that supports
|
/freebsd/share/man/man4/ |
H A D | ng_patch.4 | 162 (e.g.\& satellite), so that the packets expiring in between 176 mkpeer ipfw: patch 200 in 177 name ipfw:200 ttl_add 178 msg ttl_add: setconfig { count=1 csum_flags=1 ops=[ \e 181 /sbin/ipfw add 150 netgraph 200 ip from any to simplex.remote.net 205 msg tos_chg: setconfig { count=2 csum_flags=1 ops=[ \e 252 so be sure that you supply only the right packets to it (e.g. changing
|
H A D | iwlwifi.4 | 35 .Nd Intel IEEE 802.11a/b/g/n/ac/ax wireless network driver 167 Killer(R) Wi-Fi 6 AX1650w 160MHz Wireless Network Adapter (200D2W) 169 Killer(R) Wi-Fi 6 AX1650x 160MHz Wireless Network Adapter (200NGW) 257 supports 802.11a/b/g/n/ac/ax modes, 258 the compatibility code currently only supports 802.11a/b/g modes.
|
/freebsd/tests/sys/cddl/zfs/tests/xattr/ |
H A D | xattr_012_pos.ksh | 39 # 2. Create a 200mb xattr in that file 62 returnvalue=$($ECHO $psize | $SED -e 's/m//g' -e 's/M//g') 65 returnvalue=$($ECHO $psize | $SED -e 's/k//g' -e 's/K//g') 89 log_must $RUNAT $TESTDIR/myfile.${TESTCASE_ID} $MKFILE 200m xattr
|
/freebsd/tools/boot/ |
H A D | rootgen.sh | 48 makefs -t ffs -B little -s 200m -o label=root ${img}.p2 ${src} 61 makefs -t ffs -B little -s 200m -o label=root ${img}.p2 ${src} 74 makefs -t ffs -B little -s 200m -o label=root ${img}.p3 ${src} 113 makefs -t zfs -s 200m \ 136 makefs -t zfs -s 200m \ 159 makefs -t zfs -s 200m \ 175 makefs -t ffs -B little -s 200m -o label=root ${img}.s1a ${src} 187 makefs -t ffs -B little -s 200m -o label=root ${img}.s2a ${src} 199 makefs -t ffs -B little -s 200m -o label=root ${img}.s2a ${src} 216 makefs -t zfs -s 200m \ [all …]
|
/freebsd/lib/libc/db/test/ |
H A D | run.test | 61 sed 200q $DICT > $TMP1 64 for i in `sed 200q $DICT`; do 68 echo g 80 sed 200q $DICT | 93 # Take the first 200 entries in the dictionary, and give them 103 for i in `sed 200q $DICT`; do 107 echo g 143 echo g 162 echo g 241 printf("g\nk%d\n", i); [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/phy/ |
H A D | ti,phy-j721e-wiz.yaml | 16 - ti,j721e-wiz-16g 17 - ti,j721e-wiz-10g 18 - ti,j721s2-wiz-10g 19 - ti,am64-wiz-10g 20 - ti,j7200-wiz-10g 21 - ti,j784s4-wiz-10g 72 of 200 ms. However, some solutions might need more than 200 ms. 192 const: ti,j7200-wiz-10g 204 compatible = "ti,j721e-wiz-16g"; [all...] |
/freebsd/contrib/libarchive/libarchive/test/ |
H A D | test_read_format_tz.c | 28 31,157,144,'.',0,8,28,'H',176,160,193,131,8,19,'*','\\',200,176,'!','B',24, 30 128,'1','c',6,13,24,'4','0',206,176,1,2,198,200,26,'6','b',0,0,'Q',195,161, 31 205,155,'8','s',234,4,'P','g',14,157,'0','r',',',194,160,147,166,205,206, 34 211,170,']',203,182,173,219,183,'g',1};
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_trim/ |
H A D | zpool_trim_rate.ksh | 56 log_must truncate -s 10G "$LARGEFILE" 59 # Start trimming at 200M/s for 5 seconds (approximately 10% of the pool) 60 log_must zpool trim -r 200M $TESTPOOL 67 # Resuming trimming at 200M/s for 5 seconds (approximately 20% of the pool)
|
/freebsd/usr.bin/units/ |
H A D | definitions.units | 10 euro !g! 54 G- giga 91 g g0 98 force g 155 lbf lb g 291 shkalik 1|200 vedro 682 G gauss 733 metriccarat 200 milligram 772 proof 1|200 773 psi lb-g/in2 [all …]
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | OpenCLExtensions.def | 44 // compilation flow is impacted, e.g. due to a difference of syntax or 81 OPENCL_EXTENSION(cl_khr_mipmap_image, true, 200) 82 OPENCL_EXTENSION(cl_khr_mipmap_image_writes, true, 200) 83 OPENCL_EXTENSION(cl_khr_srgb_image_writes, true, 200) 84 OPENCL_EXTENSION(cl_khr_subgroups, true, 200)
|