/freebsd/share/doc/papers/jail/ |
H A D | jail01.fig | 8 -2 12 2 1 0 2 0 7 100 0 -1 0.000 0 0 -1 0 0 2 14 2 1 0 2 0 7 100 0 -1 0.000 0 0 -1 0 0 2 16 -6 17 2 1 0 2 0 7 100 0 -1 0.000 0 2 -1 0 0 2 19 2 1 0 2 0 7 100 0 -1 0.000 0 0 -1 0 0 2 21 2 1 0 2 0 7 100 0 -1 0.000 0 0 -1 0 0 2 23 2 1 0 2 0 7 100 0 -1 0.000 0 0 -1 0 0 2 25 2 1 0 2 0 7 100 0 -1 0.000 0 0 -1 0 0 2 27 2 1 0 2 0 7 100 0 -1 0.000 0 0 -1 0 0 2 [all …]
|
/freebsd/sys/contrib/dev/mediatek/mt76/ |
H A D | mt76x02_dfs.c | 1 // SPDX-License-Identifier: ISC 30 RADAR_SPEC(0, 8, 2, 15, 106, 150, 10, 4900, 100096, 10, 0, 32 RADAR_SPEC(0, 40, 4, 59, 96, 380, 150, 4900, 100096, 40, 0, 36 RADAR_SPEC(8, 8, 2, 9, 106, 150, 32, 4900, 296704, 32, 0, 39 RADAR_SPEC(0, 8, 2, 15, 106, 150, 10, 4900, 100096, 10, 0, 41 RADAR_SPEC(0, 40, 4, 59, 96, 380, 150, 4900, 100096, 40, 0, 45 RADAR_SPEC(8, 8, 2, 9, 106, 150, 32, 4900, 296704, 32, 0, 48 RADAR_SPEC(0, 8, 2, 15, 106, 150, 10, 4900, 100096, 10, 0, 50 RADAR_SPEC(0, 40, 4, 59, 96, 380, 150, 4900, 100096, 40, 0, 54 RADAR_SPEC(8, 8, 2, 9, 106, 150, 32, 4900, 296704, 32, 0, [all …]
|
/freebsd/share/examples/ipfilter/ |
H A D | ipf.conf.restrictive | 1 #-------------------------------------------------------------------------- 2 # ed1 - external interface 3 # fxp0 - internal interface 4 #-------------------------------------------------------------------------- 11 #-------------------------------------------------------------------------- 15 #-------------------------------------------------------------------------- 18 # 150 outgoing ed1 21 #-------------------------------------------------------------------------- 23 block out log body on ed1 all head 150 24 #-------------------------------------------------------------------------- [all …]
|
H A D | ipf.conf.permissive | 6 #------------------------------------------------------- 10 #------------------------------------------------------- 11 pass out on ed1 all head 150 12 block out from 127.0.0.0/8 to any group 150 13 block out from any to 127.0.0.0/8 group 150 14 block out from any to 192.168.1.110/32 group 150 15 #------------------------------------------------------- 20 #------------------------------------------------------- 25 #-------------------------------------------------------
|
/freebsd/contrib/libcbor/test/ |
H A D | string_test.c | 2 * Copyright (c) 2014-2020 Pavel Kalvoda <me@pavelkalvoda.com> 80 /* 150 | Lorem ....*/ 86 assert_size_equal(cbor_string_length(string), 150); in test_int8_string() 87 assert_size_equal(cbor_string_codepoint_count(string), 150); in test_int8_string() 91 150 in test_int8_string() 112 /* 150 | Lorem ....*/ 113 /* This valid but not realistic - length 150 could be encoded in a single 120 assert_size_equal(cbor_string_length(string), 150); in test_int16_string() 121 assert_size_equal(cbor_string_codepoint_count(string), 150); in test_int16_string() [all...] |
/freebsd/sys/contrib/dev/iwlwifi/fw/api/ |
H A D | sf.h | 1 /* SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause */ 3 * Copyright (C) 2012-2014 Intel Corporation 4 * Copyright (C) 2013-2015 Intel Mobile Communications GmbH 5 * Copyright (C) 2016-2017 Intel Deutschland GmbH 40 #define SF_SINGLE_UNICAST_IDLE_TIMER_DEF 160 /* 150 uSec */ 42 #define SF_AGG_UNICAST_IDLE_TIMER_DEF 160 /* 150 uSec */ 44 #define SF_MCAST_IDLE_TIMER_DEF 160 /* 150 mSec */ 46 #define SF_BA_IDLE_TIMER_DEF 160 /* 150 uSec */ 48 #define SF_TX_RE_IDLE_TIMER_DEF 160 /* 150 uSec */ 68 * struct iwl_sf_cfg_cmd - Smart Fifo configuration command.
|
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/aggs/ |
H A D | tst.negtruncquant.d | 33 tick-10ms 36 @[i] = lquantize(i, 0, 150); 37 @[i] = lquantize(i + 1, 0, 150); 38 @[i] = lquantize(i + 2, 0, 150); 39 @[i] = lquantize(i + 3, 0, 150); 43 tick-10ms 51 trunc(@, -5);
|
H A D | tst.truncquant.d | 33 tick-10ms 36 @[i] = lquantize(i, 0, 150); 37 @[i] = lquantize(i + 1, 0, 150); 38 @[i] = lquantize(i + 2, 0, 150); 39 @[i] = lquantize(i + 3, 0, 150); 43 tick-10ms
|
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/llquantize/ |
H A D | tst.trunc.d | 30 tick-10ms 33 @[i] = llquantize(i, 10, 1, 2, 10, 150); 34 @[i] = llquantize(i + 1, 10, 1, 2, 10, 150); 35 @[i] = llquantize(i + 2, 10, 1, 2, 10, 150); 36 @[i] = llquantize(i + 3, 10, 1, 2, 10, 150); 40 tick-10ms
|
/freebsd/crypto/heimdal/doc/doxyout/gssapi/html/ |
H A D | tabs.css | 7 background : url("tab_b.gif") repeat-x bottom; 8 margin-bottom : 4px; 14 padding-left : 10px; 15 list-style : none; 33 background : url("tab_r.gif") no-repeat right top; 34 border-bottom : 1px solid #84B0C7; 35 font-size : x-small; 36 font-weight : bold; 37 text-decoration : none; 42 background-position: 100% -150px; [all …]
|
/freebsd/crypto/heimdal/doc/doxyout/hcrypto/html/ |
H A D | tabs.css | 7 background : url("tab_b.gif") repeat-x bottom; 8 margin-bottom : 4px; 14 padding-left : 10px; 15 list-style : none; 33 background : url("tab_r.gif") no-repeat right top; 34 border-bottom : 1px solid #84B0C7; 35 font-size : x-small; 36 font-weight : bold; 37 text-decoration : none; 42 background-position: 100% -150px; [all …]
|
/freebsd/crypto/heimdal/doc/doxyout/hdb/html/ |
H A D | tabs.css | 7 background : url("tab_b.gif") repeat-x bottom; 8 margin-bottom : 4px; 14 padding-left : 10px; 15 list-style : none; 33 background : url("tab_r.gif") no-repeat right top; 34 border-bottom : 1px solid #84B0C7; 35 font-size : x-small; 36 font-weight : bold; 37 text-decoration : none; 42 background-position: 100% -150px; [all …]
|
/freebsd/crypto/heimdal/doc/doxyout/hx509/html/ |
H A D | tabs.css | 7 background : url("tab_b.gif") repeat-x bottom; 8 margin-bottom : 4px; 14 padding-left : 10px; 15 list-style : none; 33 background : url("tab_r.gif") no-repeat right top; 34 border-bottom : 1px solid #84B0C7; 35 font-size : x-small; 36 font-weight : bold; 37 text-decoration : none; 42 background-position: 100% -150px; [all …]
|
/freebsd/crypto/heimdal/doc/doxyout/krb5/html/ |
H A D | tabs.css | 7 background : url("tab_b.gif") repeat-x bottom; 8 margin-bottom : 4px; 14 padding-left : 10px; 15 list-style : none; 33 background : url("tab_r.gif") no-repeat right top; 34 border-bottom : 1px solid #84B0C7; 35 font-size : x-small; 36 font-weight : bold; 37 text-decoration : none; 42 background-position: 100% -150px; [all …]
|
/freebsd/crypto/heimdal/doc/doxyout/ntlm/html/ |
H A D | tabs.css | 7 background : url("tab_b.gif") repeat-x bottom; 8 margin-bottom : 4px; 14 padding-left : 10px; 15 list-style : none; 33 background : url("tab_r.gif") no-repeat right top; 34 border-bottom : 1px solid #84B0C7; 35 font-size : x-small; 36 font-weight : bold; 37 text-decoration : none; 42 background-position: 100% -150px; [all …]
|
/freebsd/crypto/heimdal/doc/doxyout/wind/html/ |
H A D | tabs.css | 7 background : url("tab_b.gif") repeat-x bottom; 8 margin-bottom : 4px; 14 padding-left : 10px; 15 list-style : none; 33 background : url("tab_r.gif") no-repeat right top; 34 border-bottom : 1px solid #84B0C7; 35 font-size : x-small; 36 font-weight : bold; 37 text-decoration : none; 42 background-position: 100% -150px; [all …]
|
/freebsd/sys/dev/wtap/wtap_hal/ |
H A D | hal.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 4 * Copyright (c) 2010-2011 Monthadar Al Jaberi, TerraNet AB 47 p = medium_get_next_packet(hal->hal_md); in hal_tx_proc() 51 hal->plugin->work(hal->plugi in hal_tx_proc() [all...] |
/freebsd/usr.bin/mt/ |
H A D | mt.1 | 66 .Bl -tag -width ".Cm erase" 70 end-of-file (EOF) marks at the current position. 75 end-of-file (EOF) marks at the current position. 116 .Bl -tag -width ".Cm geteotmodel" 128 by the number of end-of-file marks. 138 Re-tension the tape. 183 .Bl -tag -width ".Cm seteotmodel" 201 except 0 commands the drive to use variable-length blocks. 226 will be numbers other than -1, and there may be Flags reported as well. 245 other than -1. [all …]
|
/freebsd/share/syscons/keymaps/ |
H A D | ru.cp866.kbd | 4 # ------------------------------------------------------------------ 17 012 '-' '_' us us 173 223 159 159 O 52 047 'v' 'V' syn syn 246 214 150 150 C 79 074 fkey52 '-' '-' '-' 173 173 173 173 N 146 140 '-' '_' us us 173 223 159 159 O 151 145 230 150 etb etb 247 215 151 151 C 156 150 163 131 nak nak 245 213 149 149 C 181 175 172 140 syn syn 246 214 150 150 C 208 202 fkey52 '-' '-' '-' 173 173 173 173 N
|
H A D | ua.koi8-u.shift.alt.kbd | 2 # keyboard mapping for both Ukrainian and Russian languages, koi8-u charset. 4 # based on ru.koi8-r.kbd by ache@FreeBSD.org 7 # it has 'i', 'ye','yi',"g'" at positions of '-','=','\','`'; 8 # ->`1234567890-=\<- 9 # ->�1234567890���<- 16 # ------------------------------------------------------------------ 29 012 '-' '_' ns ns 166 182 159 159 O 64 047 'v' 'V' syn syn 205 237 150 150 C 91 074 fkey52 '-' '-' '-' 173 173 173 173 N 157 140 166 182 ns ns '-' '_' 159 159 O [all …]
|
H A D | kk.pt154.io.kbd | 1 # KST KazSSR 903-90 with CYRILLIC LETTER IO 2 # Birsh T <birsh@mail.kz>, 2003-12-02 6 # ------------------------------------------------------------------ 19 012 '-' '_' us us 173 223 159 159 O 54 047 'v' 'V' syn syn 246 214 150 150 C 81 074 fkey52 '-' '-' '-' 173 173 173 173 N 157 150 227 195 nak nak 245 213 149 149 C 182 175 236 204 syn syn 246 214 150 150 C 209 202 fkey52 '-' '-' '-' 173 173 173 173 N
|
/freebsd/sys/dev/bwn/ |
H A D | if_bwn_util.c | 1 /*- 2 * Copyright (c) 2009-2010 Weongyo Jeong <weongyo@freebsd.org> 113 150, 150, 150, 150, 151, 151, 151, 152, in bwn_sqrt() 124 for (tmp = 0; x >= (2 * tmp) + 1; x -= (2 * tmp++) + 1) in bwn_sqrt() 128 return (sqrt_table[x - 1] / 10); in bwn_sqrt()
|
/freebsd/libexec/getty/ |
H A D | gettytab | 9 # cb, ce and ck are desirable on most crt's. The non-crt entries need to 13 # have been terminals around not being able of handling lower-case 20 # ep: getty will use raw mode (cs8 -parenb) (unless rw is set) and 21 # fake parity. login will use even parity (cs7 parenb -parodd). 24 # ap: same as ep except -inpck instead of inpck for login. 27 # characters on non-terminals (like pccons) that don't 32 # 2. set cs8 -parenb -istrip -inpck. 45 # The "NNN-baud" names are known to the special case 51 a|std.110|110-baud:\ 53 b|std.134|134.5-baud:\ [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/net/ |
H A D | motorcomm,yt8xxx.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schema [all...] |
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/tracemem/ |
H A D | tst.dynsize.d | 30 i = -10; 33 tick-10ms 34 /i++ < 150/ 41 tick-10ms 42 /i >= 150/
|