Home
last modified time | relevance | path

Searched refs:used (Results 76 – 100 of 5254) sorted by relevance

12345678910>>...211

/freebsd/contrib/ntp/sntp/m4/
H A Dsnprintf.m412 # Changed to honor hw_force_rpl_snprintf=yes, etc. This is used by NTP
21 # This code may freely be used, modified and/or redistributed for any purpose.
33 AC_PREREQ([2.60])dnl Older releases should work if AC_CHECK_HEADERS is used.
42 AC_PREREQ([2.60])dnl Older releases should work if AC_CHECK_HEADERS is used.
143 AC_MSG_CHECKING([if C99-snprintf replacement vsnprintf will be used])
176 # used.
199 AC_MSG_CHECKING([if C99-snprintf replacement snprintf will be used])
219 # used.
228 AC_MSG_CHECKING([if C99-snprintf replacement vasprintf will be used])
252 # used.
[all …]
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dcrtend.c14 visibility("hidden"), used)) = {0};
19 __attribute__((section(".ctors"), visibility("hidden"), used)) = {0};
21 __attribute__((section(".dtors"), visibility("hidden"), used)) = {0};
/freebsd/sys/contrib/device-tree/Bindings/power/supply/
H A Dbq24257.txt17 - pg-gpios: GPIO used for connecting the bq2425x device PG (Power Good) pin.
18 This pin is not available on all devices however it should be used if
21 detection is used.
26 of 500,000 is used (=500mA) instead.
28 not specified a default of 6,5000,000 (=6.5V) is used.
31 (=4.36V) is used.
/freebsd/sys/contrib/device-tree/Bindings/interrupt-controller/
H A Dsnps,dw-apb-ictl.txt4 dw_apb_ictl. The IP is used as secondary interrupt controller in some SoCs with
5 APB bus, e.g. Marvell Armada 1500. It can also be used as primary interrupt
15 Additional required property when it's used as secondary interrupt controller:
27 /* dw_apb_ictl is used as secondary interrupt controller */
37 /* dw_apb_ictl is used as primary interrupt controller */
/freebsd/sys/contrib/device-tree/Bindings/dma/
H A Datmel-xdma.txt10 - #dma-cells: Must be <1>, used to represent the number of integer cells in
13 - bit 13: SIF, source interface identifier, used to get the memory
15 - bit 14: DIF, destination interface identifier, used to get the peripheral
35 - bit 13: SIF, source interface identifier, used to get the memory
37 - bit 14: DIF, destination interface identifier, used to get the peripheral
/freebsd/crypto/openssl/Configurations/
H A DREADME.md4 This directory contains a few sets of files that are used for
48 used (for example on Unix, where the C
49 compiler is used instead).
67 also used to link object files and
151 thread_scheme => The type of threads is used on the
252 Note 1: any configuration table can be used as a template.
254 cannot be used as build targets.
441 be used in that case:
531 used for.
553 to be used for.
[all …]
/freebsd/contrib/ncurses/ncurses/base/
H A Dlib_slk.c195 size_t used = max_length + 1; in _nc_slk_initialize() local
197 SP_PARM->_slk->ent[i].ent_text = (char *) _nc_doalloc(0, used); in _nc_slk_initialize()
200 memset(SP_PARM->_slk->ent[i].ent_text, 0, used); in _nc_slk_initialize()
202 SP_PARM->_slk->ent[i].form_text = (char *) _nc_doalloc(0, used); in _nc_slk_initialize()
206 if (used > 1) { in _nc_slk_initialize()
207 memset(SP_PARM->_slk->ent[i].form_text, ' ', used - 1); in _nc_slk_initialize()
209 SP_PARM->_slk->ent[i].form_text[used - 1] = '\0'; in _nc_slk_initialize()
/freebsd/usr.bin/finger/
H A Dfinger.c265 int r, sflag1, *used, *ip; in userlist() local
273 (used = calloc(argc, sizeof(int))) == NULL) in userlist()
293 for (p = argv, ip = used; *p; ++p, ++ip) in userlist()
330 for (p = argv, ip = used; *p; ++p, ++ip) { in userlist()
340 for (p = argv, ip = used; *p; ++p, ++ip) in userlist()
349 for (p = argv, ip = used; *p; ++p, ++ip) in userlist()
362 free(used); in userlist()
/freebsd/contrib/file/magic/Magdir/
H A Dbioinformatics8 # used by SAMtools bgzip/tabix (http://samtools.sourceforge.net/tabix.shtml)
20 # used by SAMtools bgzip/tabix (http://samtools.sourceforge.net/tabix.shtml)
40 # used by SAMtools (http://samtools.sourceforge.net/SAM1.pdf)
52 # used by SAMtools (http://samtools.sourceforge.net/SAM1.pdf)
69 # used by SAMtools & VCFtools (http://vcftools.sourceforge.net/bcf.pdf)
86 # used by SAMtools (https://samtools.github.io/hts-specs/BCFv2_qref.pdf)
99 # used by SAMtools (https://samtools.github.io/hts-specs/BCFv2_qref.pdf)
111 # used by VCFtools (http://vcftools.sourceforge.net/)
118 # used by MAQ (http://maq.sourceforge.net/fastq.shtml)
132 # used by FASTA (https://fasta.bioch.virginia.edu/fasta_www2/fasta_guide.pdf)
[all …]
/freebsd/crypto/openssl/doc/man3/
H A DPKCS12_create.pod28 I<nid_key> and I<nid_cert> are the encryption algorithms that should be used
35 I<ctx> and property query I<propq> to be used to select algorithm implementations.
40 can all be set to zero and sensible defaults will be used.
45 MAC algorithm HMAC with SHA2-256. The MAC key derivation algorithm used
54 if set to B<KEY_SIG> the key can be used for signing only, if set to B<KEY_EX>
55 it can be used for signing and encryption. This option was useful for old
57 had restrictions on the permissible sizes of keys which could be used for
61 used for the corresponding B<friendlyName> in the PKCS12 structure instead.
63 used for the corresponding B<localKeyID> in the PKCS12 structure instead of the
67 I<keyid> then this will be used for the corresponding B<friendlyName> or
[all …]
H A DSSL_set_session.pod5 SSL_set_session - set a TLS/SSL session to be used during TLS/SSL connect
15 SSL_set_session() sets B<session> to be used when the TLS/SSL connection
23 SSL_set_session() before or because the same B<ssl> was already used for
27 session cache (if used). A session is considered open, if L<SSL_shutdown(3)> was
28 not called for the connection (or at least L<SSL_set_shutdown(3)> was used to
36 only be used with one SSL_CTX object (and the SSL objects created
/freebsd/contrib/wpa/wpa_supplicant/
H A Dandroid.config3 # This file lists the configuration options that are used when building the
20 # used to fix build issues on such systems (krb5.h not found).
102 # EAP-SIM (enable CONFIG_PCSC, if EAP-SIM is used)
117 # EAP-AKA (enable CONFIG_PCSC, if EAP-AKA is used)
120 # EAP-AKA' (enable CONFIG_PCSC, if EAP-AKA' is used).
215 # This can be used if ap_scan=1 mode is never enabled.
221 # select the backend that allows configuration files to be used)
288 # are used. It should be noted that some existing TLS v1.0 -based
290 # sent prior to negotiating which version will be used)
297 # will be used)
[all …]
H A Ddefconfig3 # This file lists the configuration options that are used when building the
20 # used to fix build issues on such systems (krb5.h not found).
130 # EAP-SIM (enable CONFIG_PCSC, if EAP-SIM is used)
148 # EAP-AKA (enable CONFIG_PCSC, if EAP-AKA is used)
151 # EAP-AKA' (enable CONFIG_PCSC, if EAP-AKA' is used).
252 # This can be used if ap_scan=1 mode is never enabled.
258 # select the backend that allows configuration files to be used)
326 # are used. It should be noted that some existing TLS v1.0 -based
328 # sent prior to negotiating which version will be used)
335 # will be used)
[all …]
/freebsd/crypto/openssl/doc/man1/
H A Dopenssl-fipsinstall.pod.in31 This command is used to generate a FIPS module configuration file.
32 This configuration file can be used each time a FIPS module is loaded
93 Must be used if the B<-verify> option is specified.
113 used when building OpenSSL.
122 Common control strings used for this command are:
133 configured is used.
141 configured is used.
186 Either option or both may be used to select the tests to corrupt.
188 values that can be used.
196 All other options are ignored if '-config' is used.
[all …]
/freebsd/contrib/ntp/util/
H A Dntp-keygen.texi41 program, that generates cryptographic data files used by the NTPv4
46 certificates, and identity keys and parameters used by the Autokey
60 This program generates cryptographic data files used by the NTPv4
64 certificates, and identity keys and parameters used by the Autokey
99 This must match the local password used by this program.
100 If not specified, the host name is used.
121 The names used for generated files and links all begin with the
182 randomize the entropy seed used to initialize the internal
218 By convention, client files used for
271 used in the server and peer configuration commands.
[all …]
/freebsd/sys/contrib/device-tree/Bindings/crypto/
H A Drockchip-crypto.txt9 - clock-names: "aclk" used to clock data
10 "hclk" used to clock data
11 "sclk" used to clock crypto accelerator
12 "apb_pclk" used to clock dma
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/reservation/
H A Dreservation_007_pos.ksh68 space_used=`get_prop used $TESTPOOL`
92 used_aft_dset1=`get_prop used $TESTPOOL`
106 used_dest_dset2=`get_prop used $TESTPOOL`
118 used_dest_dset1=`get_prop used $TESTPOOL`
/freebsd/contrib/libarchive/libarchive/test/
H A Dtest_write_format_mtree_quoted_filename.c41 size_t used; in DEFINE_TEST() local
53 archive_write_open_memory(a, buff, sizeof(buff)-1, &used)); in DEFINE_TEST()
66 buff[used] = '\0'; in DEFINE_TEST()
76 assertEqualIntA(a, ARCHIVE_OK, archive_read_open_memory(a, buff, used)); in DEFINE_TEST()
/freebsd/sys/contrib/device-tree/Bindings/power/supply/ab8500/
H A Dfg.txt27 'battery technology type' used.
35 measurement, 'btemp' signal is used when NTC(negative temperature
37 'batctrl' pin is used when NTC resister is internal to battery.
43 indicates: NTC resister is internal to battery, 'batctrl' is used
47 NTC resister is external to battery and 'btemp' signal is used
/freebsd/sys/contrib/device-tree/Bindings/clock/
H A Dsamsung,exynos-audss-clock.yaml32 used if not specified.
35 used if not specified.
37 Audio bus clock, parent of mout_i2s. "sclk_audio0" is used if not
40 PCM clock, parent of sclk_pcm. "sclk_pcm0" is used if not specified.
42 External i2s clock, parent of mout_i2s. "cdclk0" is used if not
/freebsd/sys/contrib/device-tree/Bindings/gpio/
H A Dgpio-mvebu.txt8 "marvell,orion-gpio" should be used for Orion, Kirkwood, Dove,
10 should be used for the Discovery MV78200.
12 "marvel,armadaxp-gpio" should be used for all Armada XP SoCs
15 "marvell,armada-8k-gpio" should be used for the Armada 7K and 8K
23 one for the per-cpu registers. Not used for marvell,armada-8k-gpio.
25 - interrupts: The list of interrupts that are used for all the pins
35 The second cell is used to specify flags:
/freebsd/sys/contrib/device-tree/Bindings/iio/adc/
H A Dadi,max11410.yaml31 description: Name of the gpio pin of max11410 used for IRQ
47 description: vref0p supply can be used as reference for conversion.
50 description: vref1p supply can be used as reference for conversion.
53 description: vref2p supply can be used as reference for conversion.
56 description: vref0n supply can be used as reference for conversion.
59 description: vref1n supply can be used as reference for conversion.
62 description: vref2n supply can be used as reference for conversion.
/freebsd/sys/contrib/device-tree/Bindings/display/exynos/
H A Dsamsung-fimd.txt21 format depends on the interrupt controller used.
27 - pinctrl-0: pin control group to be used for this controller.
42 Can be used in case timings cannot be provided otherwise
44 - samsung,sysreg: handle to syscon used to control the system registers
48 If not specified, the default value(0) will be used.
51 If not specified, the default value(0) will be used.
53 If not specified, the default value(1) will be used.
56 If not specified, the default value(0) will be used.
/freebsd/sys/contrib/device-tree/Bindings/mtd/
H A Dqcom_nandc.txt5 * "qcom,ipq806x-nand" - for EBI2 NAND controller being used in IPQ806x
7 * "qcom,ipq4019-nand" - for QPIC NAND controller v1.4.0 being used in
9 * "qcom,ipq6018-nand" - for QPIC NAND controller v1.5.0 being used in
11 * "qcom,ipq8074-nand" - for QPIC NAND controller v1.5.0 being used in
13 * "qcom,sdx55-nand" - for QPIC NAND controller v2.0.0 being used in
23 controller node and the channel number to be used for
35 and the channel number to be used for NAND. Refer to
56 be used according to chip requirement and available
/freebsd/crypto/openssl/doc/man7/
H A Dprovider-rand.pod82 The parameter I<parent> specifies another rand instance to be used for
84 operating system will be used for seeding.
139 When DRBGs are used by multiple threads, there must be locking employed to
144 its parent DRBGs. From this call onwards, the DRBG can be used in a thread
147 OSSL_FUNC_rand_lock() is used to lock a DRBG. Once locked, exclusive access
150 OSSL_FUNC_rand_unlock() is used to unlock a DRBG.
154 See L<OSSL_PARAM(3)> for further details on the parameters structure used by
222 can be used to seed the DRBG.
236 that can be used with the DRBG.
248 Sets the name of the underlying cipher, digest or MAC to be used.
[all …]

12345678910>>...211