Home
last modified time | relevance | path

Searched refs:used (Results 501 – 525 of 5894) sorted by relevance

1...<<21222324252627282930>>...236

/freebsd/sys/contrib/device-tree/Bindings/mtd/
H A Dfsl-upm-nand.txt5 - reg : should specify localbus chip select and size used for the chip.
11 The corresponding address lines are used to select the chip.
21 read registers (tR). Required if property "gpios" is not used
H A Dgpio-control-nand.txt9 - reg : should specify localbus chip select and size used for the chip. The
21 read registers (tR). If not present then a default of 20us is used.
23 location used to guard against bus reordering with regards to accesses to
/freebsd/sys/contrib/zstd/doc/educational_decoder/
H A DREADME.md10 so it can be used to understand how complex segments could be implemented.
27 As an additional resource to be used with this decoder,
29 It generates valid Zstandard frames that can be used to verify
/freebsd/sys/contrib/device-tree/Bindings/sound/
H A Drt5645.txt27 0: dmic1 is not used
34 0: dmic2 is not used
40 0 : rt5645/rt5650 JD function is not used
/freebsd/sys/contrib/device-tree/Bindings/input/
H A Drotary-encoder.txt4 - gpios: a spec for at least two GPIOs to be used, most significant first
23 - rotary-encoder,encoding: String, the method used to encode steps.
29 be used, such as "rotary-encoder,steps-per-period = <2>".
/freebsd/sys/contrib/device-tree/Bindings/media/i2c/
H A Dovti,ov2680.yaml42 Definition of the regulator used as interface power supply.
46 Definition of the regulator used as analog power supply.
50 Definition of the regulator used as digital power supply.
/freebsd/crypto/openssl/doc/man3/
H A DSSL_get_peer_signature_nid.pod20 SSL_get_peer_signature_nid() sets B<*psig_nid> to the NID of the digest used
24 type used by the peer to sign TLS messages. Currently the signature type
25 is the NID of the public key type used for signing except for PSS signing
H A DBN_new.pod25 L<OPENSSL_secure_malloc(3)> is used to store the value.
27 BN_clear() is used to destroy sensitive data such as keys when they
28 are no longer needed. It erases the memory used by B<a> and sets it
/freebsd/tools/LibraryReport/
H A DLibraryReport.tcl228 set used "";
234 lappend used $lib;
240 foreach lib [lsort $used] {
/freebsd/sys/contrib/device-tree/src/arm/marvell/
H A Dkirkwood-nas2big.dts36 * A NAND flash is used instead of an SPI flash for
45 * An I2C fan controller (GMT G762) is used but alarm is
92 * An external I2C RTC (Dallas DS1337S+) is used. This allows
/freebsd/contrib/libarchive/libarchive/test/
H A Dtest_write_format_7zip_large.c35 size_t used; in test_large() local
67 archive_write_open_memory(a, buff, buffsize, &used)); in test_large()
106 assertEqualIntA(a, ARCHIVE_OK, read_open_memory_seek(a, buff, used, 7)); in test_large()
H A Dtest_ustar_filenames.c39 size_t used; in test_filename() local
64 assertA(0 == archive_write_open_memory(a, buff, sizeof(buff), &used)); in test_filename()
121 assertA(0 == archive_read_open_memory(a, buff, used)); in test_filename()
/freebsd/sys/contrib/device-tree/Bindings/staging/iio/adc/
H A Dspear-adc.txt11 the internal voltage reference will be used.
13 omitted, single data conversion will be used.
/freebsd/sys/contrib/device-tree/Bindings/regulator/
H A Dfan53555.txt10 voltage selector registers should be used for the suspend
11 voltage. The other one is used for the runtime voltage setting
/freebsd/sys/contrib/device-tree/Bindings/iio/
H A Dsensorhub.txt10 - ap-mcu-gpios: [out] ap to sensorhub line - used during communication
11 - mcu-ap-gpios: [in] sensorhub to ap - used during communication
/freebsd/sys/contrib/device-tree/Bindings/iio/adc/
H A Dtwl4030-madc.txt13 should be used, which is intended to be used
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/
H A Dimx6ull-colibri-wifi-aster.dts52 /* Pin already used by atmel_mxt_ts touchscreen */
58 /* Pin already used by atmel_mxt_ts touchscreen */
/freebsd/contrib/wpa/wpa_supplicant/
H A DChangeLog591 scan-for-auth workaround is used
789 channel is used
906 that was used to create them
949 have not been used starting from 1.x)
982 DRBG to be used in FIPS mode
1283 interface will be used
1297 to be used (IEEE 802.11r)
1405 encapsulated RSA key can now be used)
1603 localhost was used)
2048 were used
[all …]
/freebsd/contrib/processor-trace/libipt/test/src/
H A Dptunit-image_section_cache.c1234 ptu_uint_eq(cfix->iscache.used, 0ull); in lru_map()
1260 ptu_uint_eq(cfix->iscache.used, 0ull); in lru_read()
1282 ptu_uint_eq(cfix->iscache.used, 0ull); in lru_map_nodup()
1313 ptu_uint_eq(cfix->iscache.used, 0ull); in lru_map_too_big()
1326 ptu_uint_eq(cfix->iscache.used, 0ull); in lru_map_too_big()
1336 ptu_uint_eq(cfix->iscache.used, 0ull); in lru_map_add_front()
1362 ptu_uint_eq(cfix->iscache.used, in lru_map_add_front()
1373 ptu_uint_eq(cfix->iscache.used, 0ull); in lru_map_move_front()
1405 ptu_uint_eq(cfix->iscache.used, in lru_map_move_front()
1417 ptu_uint_eq(cfix->iscache.used, 0ull); in lru_map_evict()
[all …]
/freebsd/contrib/wpa/hostapd/
H A Dandroid.config3 # This file lists the configuration options that are used when building the
113 # PKCS#12 (PFX) support (used to read private key and certificate file from
132 # This can be used to reduce the size of the hostapd considerably if debugging
149 # This can be used to reduce binary size at the cost of disabling a debugging
177 # Should we use poll instead of select? Select is used by default.
180 # Should we use epoll instead of select? Select is used by default.
210 # considered secure. It should not be used for anything anymore. The
/freebsd/share/i18n/csmapper/APPLE/
H A DCROATIAN%UCS.src50 # throughout this document, "Macintosh" can be used to refer to
51 # Macintosh computers and "Unicode" can be used to refer to the
95 # Mac OS Croatian is used for Croatian and Slovene.
99 # the Croatian encoding is being used, you must check if the
101 # only used in older systems).
113 # still maps 0xDB to U+00A4; this can be used for older fonts.
118 # The following corporate zone Unicode character is used in this
H A DUCS%CROATIAN.src50 # throughout this document, "Macintosh" can be used to refer to
51 # Macintosh computers and "Unicode" can be used to refer to the
95 # Mac OS Croatian is used for Croatian and Slovene.
99 # the Croatian encoding is being used, you must check if the
101 # only used in older systems).
113 # still maps 0xDB to U+00A4; this can be used for older fonts.
118 # The following corporate zone Unicode character is used in this
/freebsd/sys/contrib/device-tree/src/arm/aspeed/
H A Daspeed-bmc-tyan-s8036.dts111 * when vuart cannot be used due to BIOS limitations.
118 * external port usually used by uart1 when vuart cannot be
119 * used due to BIOS limitations.
141 * the VUART should actually be used. For that reason, configure
142 * an "invalid" IO address and an IRQ that is not used by the
388 * - The -button signals can be used to monitor physical buttons.
389 * - The -control signals can be used to actuate the specific
/freebsd/contrib/ntp/util/
H A Dinvoke-ntp-keygen.texi22 These files are used for cookie encryption,
83 If not specified, the host name is used.
415 certificate is used.
637 schemes must be used with an
641 schemes must be used with a
650 scheme must be used.
751 Generate a new private certificate used by the
818 to randomize the entropy seed used to initialize
819 the internal pseudo-random number generator used
980 Note that the keys used by the
[all …]
/freebsd/contrib/file/magic/Magdir/
H A Dcommunications7 # It is used for conformance testing of communication protocols.
18 # described in ITU-T Z.120, mainly used for communication protocols.

1...<<21222324252627282930>>...236