/freebsd/share/man/man7/ |
H A D | firewall.7 | 144 fxp0 is connected to the 'exposed' LAN. 160 is given two Internet-exposed addresses on fxp0 in addition to an 161 internal 10.\& address on fxp0: one exposed address (not shown) 162 represents the machine's official address, and the second exposed 166 on the exposed LAN internal 10.0.0.x addresses as well as exposed 169 to internal addresses even on exposed machines and still protect 172 exposed IP addresses would be the ones you wish to expose to the 179 Also, in our example, we pretty much give the exposed hosts free 183 risk: what if an exposed host is compromised? 218 # 192.100.5.x represents IP addresses exposed to the Internet [all …]
|
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/ |
H A D | rk3566-soquartz-cm4.dts | 58 * i2c1 is exposed on CM1 / Module1A 76 * i2c2 is exposed on CM1 / Module1A - to PI40 85 * i2c3 is exposed on CM1 / Module1A - to PI40 94 * i2c4 is exposed on CM2 / Module1B - to PI40 103 * i2s1_8ch is exposed on CM1 / Module1A - to PI40 138 * saradc is exposed on CM1 / Module1A - to J2 152 * spi3 is exposed on CM1 / Module1A - to PI40 164 * uart2 is exposed on CM1 / Module1A - to PI40 173 * uart7 is exposed on CM1 / Module1A - to PI40
|
H A D | rk3566-soquartz-blade.dts | 62 * i2c1 is exposed on CM1 / Module1A 72 * i2c2 is exposed on CM1 / Module1A - to PI40 81 * i2c3 is exposed on CM1 / Module1A - to PI40 90 * i2c4 is exposed on CM2 / Module1B - to PI40 99 * i2s1_8ch is exposed on CM1 / Module1A - to PI40 140 * saradc is exposed on CM1 / Module1A - to J2 154 * spi3 is exposed on CM1 / Module1A - to PI40 166 * uart2 is exposed on CM1 / Module1A - to PI40 175 * uart7 is exposed on CM1 / Module1A - to PI40
|
H A D | rk3566-soquartz-model-a.dts | 81 * i2c1 is exposed on CM1 / Module1A 99 * i2c2 is exposed on CM1 / Module1A - to PI40 108 * i2c3 is exposed on CM1 / Module1A - to PI40 117 * i2c4 is exposed on CM2 / Module1B - to PI40 126 * i2s1_8ch is exposed on CM1 / Module1A - to PI40 165 * saradc is exposed on CM1 / Module1A - to J2 184 * spi3 is exposed on CM1 / Module1A - to PI40 196 * uart2 is exposed on CM1 / Module1A - to PI40 205 * uart7 is exposed on CM1 / Module1A - to PI40
|
H A D | rk3566-soquartz.dtsi | 413 * i2c1 is exposed on CM1 / Module1A 422 * i2c2 is exposed on CM1 / Module1A 433 * i2c3 is exposed on CM1 / Module1A 442 * i2c4 is exposed on CM2 / Module1B 457 * i2s1_8ch is exposed on CM1 / Module1A 556 * saradc is exposed on CM1 / Module1A 601 * spi3 is exposed on CM1 / Module1A 638 * uart2 is exposed on CM1 / Module1A 647 * uart7 is exposed on CM1 / Module1A
|
H A D | rk3566-quartz64-b.dts | 464 /* i2c2_m1 exposed on csi port, pulled up to vcc_3v3 */ 471 /* i2c3_m1 exposed on dsi port, pulled up to vcc_3v3 */ 479 * i2c4_m0 is exposed on PI40, pulled up to vcc_3v3 488 * i2c5_m0 is exposed on PI40 678 * uart2_m0 is exposed on PI40
|
H A D | rk3566-quartz64-a.dts | 537 /* i2c3 is exposed on con40 706 /* spdif is exposed on con40 pin 18 */ 711 /* spi1 is exposed on con40 730 /* uart0 is exposed on con40 762 /* uart2 is exposed on con40
|
/freebsd/sys/contrib/zstd/lib/ |
H A D | README.md | 36 Multithreading capabilities are exposed 42 Zstandard's stable API is exposed within [lib/zstd.h](zstd.h). 47 Optional advanced features are exposed via : 54 exposed in the second part of `zstd.h`. 75 The API is exposed in `lib/dictBuilder/zdict.h`. 86 It's also allowed to invoke legacy API directly, exposed in `lib/legacy/zstd_legacy.h`. 88 For example, advanced API for version `v0.4` is exposed in `lib/legacy/zstd_v04.h` . 136 will expose the deprecated `ZSTDMT` API exposed by `zstdmt_compress.h` in 206 Consider migrating code towards supported streaming API exposed in `zstd.h`.
|
/freebsd/usr.sbin/bhyve/ |
H A D | libslirp.h | 151 /* Virtual address for the host exposed to the guest */ 159 /* Virtual address for the host exposed to the guest */ 161 /* Hostname exposed to the guest in DHCP hostname option */ 163 /* Hostname exposed to the guest in the DHCP TFTP server name option */ 167 /* Boot file name exposed to the guest via DHCP */ 171 /* Virtual address for the DNS server exposed to the guest */ 173 /* Virtual IPv6 address for the DNS server exposed to the guest */ 175 /* DNS search names exposed to the guest via DHCP */ 177 /* Domain name exposed to the guest via DHCP */
|
/freebsd/sys/contrib/device-tree/src/arm/allwinner/ |
H A D | sun7i-a20-olimex-som204-evb.dts | 134 /* Exposed to UEXT1 */ 145 /* Exposed to UEXT2 */ 266 /* Exposed to UEXT1 */ 274 /* Exposed to UEXT2 */ 295 /* Exposed to UEXT1 */ 302 /* Exposed to UEXT2 */
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | SwiftErrorValueTracking.cpp | 32 // After we processed all basic blocks we will satisfy this "upwards exposed in getOrCreateVReg() 170 // If there is no upwards exposed use and an entry for the swifterror in in propagateVRegs() 176 // Otherwise we either have an upwards exposed use vreg that we need to in propagateVRegs() 210 // If there is no upwards exposed used and we don't need a phi just in propagateVRegs() 225 // If we don't need a phi create a copy to the upward exposed vreg. in propagateVRegs() 237 // We need a phi: if there is an upwards exposed use we already have a in propagateVRegs() 251 // as this block downward exposed def. in propagateVRegs()
|
/freebsd/sys/contrib/device-tree/Bindings/mfd/ |
H A D | aspeed-lpc.yaml | 26 * An LPC Host Interface Controller manages functions exposed to the host such 35 configuration, therefore the host portion of the controller is exposed as a 65 The LPC Host Interface Controller manages functions exposed to the host such as 89 description: The SPI flash controller containing the flash to be exposed over the LPC to AHB mapping
|
H A D | aspeed-lpc.txt | 20 * An LPC Host Interface Controller: Manages functions exposed to the host such 29 configuration, therefore the host portion of the controller is exposed as a 75 The LPC Host Interface Controller manages functions exposed to the host such as 98 be exposed over the LPC to AHB mapping
|
H A D | x-powers,ac100.yaml | 35 Name of the 4M_adda clock exposed by the codec 66 Name of the cko1, cko2 and cko3 clocks exposed by the codec
|
/freebsd/contrib/ntp/sntp/libevent/include/event2/ |
H A D | bufferevent_struct.h | 36 structures are only exposed for backward compatibility with programs 65 This type is exposed only because it was exposed in previous versions,
|
/freebsd/contrib/llvm-project/compiler-rt/lib/interception/ |
H A D | interception_win.h | 50 // Exposed for unittests 55 // Exposed for unittests 63 // Exposed for unittests
|
/freebsd/contrib/libevent/include/event2/ |
H A D | bufferevent_struct.h | 36 structures are only exposed for backward compatibility with programs 65 This type is exposed only because it was exposed in previous versions,
|
/freebsd/contrib/sendmail/include/sm/ |
H A D | io.h | 28 /* mode for sm io (exposed) */ 47 /* for sm_io_fseek, et al api's (exposed) */ 52 /* flags for info what's with different types (exposed) */ 62 /* info flags (exposed) */ 166 /* Common predefined and already (usually) open files (exposed) */ 246 /* Exposed buffering type flags */
|
/freebsd/share/man/man4/ |
H A D | ciss.4 | 74 Masked devices can be exposed by setting the 78 drives) are only exposed as
|
H A D | ntb_hw_amd.4 | 50 windows, scratchpads and doorbells exposed by the NTB on the local host to 53 size limit of each exposed memory window and link status information.
|
/freebsd/sys/contrib/zstd/doc/educational_decoder/ |
H A D | zstd_decompress.h | 13 /******* EXPOSED TYPES ********************************************************/ 19 /******* END EXPOSED TYPES ****************************************************/
|
/freebsd/sys/compat/freebsd32/ |
H A D | freebsd32_ipc.h | 52 /* Data structure exposed to user space. */ 83 /* Data structure exposed to user space. */
|
/freebsd/sys/contrib/zstd/lib/compress/ |
H A D | zstdmt_compress.h | 20 * These APIs used to be exposed with ZSTDLIB_API, 47 * === Not exposed in libzstd. Never invoke directly ===
|
/freebsd/lib/libc/locale/ |
H A D | xlocale.3 | 87 These functions are exposed by including 93 function is exposed by including
|
/freebsd/sys/contrib/device-tree/src/arm64/mediatek/ |
H A D | mt8395-radxa-nio-12l.dts | 229 /* I2C4 exposed at 39-pins MIPI-LCD connector */ 786 /* Exposed at 40 pin connector */ 796 /* Exposed at 40 pin connector */ 856 /* Exposed at 40 pin connector */ 863 /* Exposed at 40 pin connector */
|