Home
last modified time | relevance | path

Searched refs:used (Results 251 – 275 of 5894) sorted by relevance

1...<<11121314151617181920>>...236

/freebsd/contrib/libarchive/libarchive/test/
H A Dtest_write_format_zip_empty.c37 size_t used; in DEFINE_TEST() local
45 assertEqualIntA(a, ARCHIVE_OK, archive_write_open_memory(a, buff, sizeof(buff), &used)); in DEFINE_TEST()
52 assertEqualInt(used, 22); in DEFINE_TEST()
H A Dtest_write_format_zip_empty_zip64.c37 size_t used; in DEFINE_TEST() local
47 assertEqualIntA(a, ARCHIVE_OK, archive_write_open_memory(a, buff, sizeof(buff), &used)); in DEFINE_TEST()
54 assertEqualInt(used, 98); in DEFINE_TEST()
H A Dtest_write_format_mtree_classic.c114 size_t used; in test_write_format_mtree_sub() local
124 archive_write_open_memory(a, buff, sizeof(buff)-1, &used)); in test_write_format_mtree_sub()
151 buff[used] = '\0'; in test_write_format_mtree_sub()
163 assertEqualIntA(a, ARCHIVE_OK, archive_read_open_memory(a, buff, used)); in test_write_format_mtree_sub()
H A Dtest_write_format_mtree_classic_indent.c114 size_t used; in test_write_format_mtree_sub() local
126 archive_write_open_memory(a, buff, sizeof(buff)-1, &used)); in test_write_format_mtree_sub()
153 buff[used] = '\0'; in test_write_format_mtree_sub()
165 assertEqualIntA(a, ARCHIVE_OK, archive_read_open_memory(a, buff, used)); in test_write_format_mtree_sub()
H A Dtest_write_filter_compress.c42 size_t used; in DEFINE_TEST() local
58 archive_write_open_memory(a, buff, buffsize, &used)); in DEFINE_TEST()
81 assertEqualIntA(a, ARCHIVE_OK, archive_read_open_memory(a, buff, used)); in DEFINE_TEST()
/freebsd/sys/contrib/device-tree/Bindings/memory-controllers/
H A Dmvebu-devbus.txt28 - devbus,keep-config This property can optionally be used to keep
41 Mandatory, except if devbus,keep-config is used.
44 Mandatory, except if devbus,keep-config is used.
50 Mandatory, except if devbus,keep-config is used.
55 Mandatory, except if devbus,keep-config is used.
60 Mandatory, except if devbus,keep-config is used.
69 except if devbus,keep-config is used.
81 except if devbus,keep-config is used.
107 except if devbus,keep-config is used.
/freebsd/sys/contrib/device-tree/Bindings/mailbox/
H A Darm,mhuv2.yaml38 and the entire window shall be used in doorbell protocol. Optionally, data
39 may be transmitted through a shared memory region, wherein the MHU is used
88 be used for various transport protocols.
91 used in various transport protocols. The entries in this property shall be
101 the protocol would be used and should be set to a non zero value. For
118 controller, where a total of 15 channel windows are used. The first two
119 windows are used in doorbell protocol (64 doorbells), followed by 1, 5 and
120 7 windows (separately) used in data-transfer protocol.
134 property represents the channel window group, which may be used in
H A Domap-mailbox.txt37 A Mailbox device node is used to represent a Mailbox IP instance/cluster within
72 controller node that is used to dynamically program
80 A child node is used for representing the actual sub-mailbox device that is
81 used for the communication between the host processor and a remote processor.
94 Cell #1 (fifo_id) - mailbox fifo id used either for transmitting
107 and to control the Tx ticker. Should be used only on
108 sub-mailboxes used to communicate with WkupM3 remote
118 the intended sub-mailbox child node to be used for communication. The equivalent
119 "mbox-names" property value can be used to give a name to the communication channel
120 to be used by the client user.
/freebsd/sys/contrib/device-tree/Bindings/net/
H A Dethernet-controller.yaml29 Specifies the MAC address that was last used by the boot
30 program; should be used in cases where the MAC address assigned
63 # something proprietary is being used to embed the PHY in the
139 The size of the controller\'s receive fifo in bytes. This is used
153 is used for components that can have configurable fifo sizes.
205 Indicates that full-duplex is used. When absent, half
230 control on them. Ethernet Controller regs are used to control
278 RGMII Receive Clock Delay defined in pico seconds. This is used for
283 RGMII Transmit Clock Delay defined in pico seconds. This is used for
H A Dmarvell-bt-8xxx.txt3 The 8997 devices supports multiple interfaces. When used on SDIO interfaces,
4 the btmrvl driver is used and when used on USB interface, the btusb driver is
5 used.
38 IRQ pin 119 is used as system wakeup source interrupt.
/freebsd/crypto/openssl/doc/man3/
H A DRSA_set_method.pod38 hardware accelerators may be used. IMPORTANT: See the NOTES section for
54 whether the ENGINE API is being used, so this function is no longer
58 B<rsa>. This will replace the RSA_METHOD used by the RSA key and if the
66 RSA_get_method() returns a pointer to the RSA_METHOD being used by B<rsa>.
76 B<engine> will be used for the RSA operations. If B<engine> is NULL, the
77 default ENGINE for RSA operations is used, and if no default ENGINE is set,
78 the RSA_METHOD controlled by RSA_set_default_method() is used.
83 B<method> will be used for the RSA operations. If B<method> is B<NULL>,
84 the default method is used.
139 /* keygen. If NULL built-in RSA key generation will be used */
H A DDH_meth_new.pod68 The B<DH_METHOD> type is a structure used for the provision of custom DH
69 implementations. It provides a set of functions used by OpenSSL for the
75 the callers responsibility to free the original string. The flags will be used
101 function used for generating a new DH key pair respectively. This function will
106 function used for computing a new DH shared secret respectively. This function
111 used for computing the following value:
120 DH_meth_get_init() and DH_meth_set_init() get and set the function used
128 DH_meth_get_finish() and DH_meth_set_finish() get and set the function used
131 to be destroyed is passed as a parameter. The destroy function should be used
136 function used for generating DH parameters respectively. This function will be
H A DDH_set_method.pod33 such as hardware accelerators may be used. IMPORTANT: See the NOTES section for
49 API is being used, so this function is no longer recommended.
52 This will replace the DH_METHOD used by the DH key and if the previous method
60 be used for the DH operations. If B<engine> is NULL, the default ENGINE for DH
61 operations is used, and if no default ENGINE is set, the DH_METHOD controlled by
62 DH_set_default_method() is used.
H A DDSA_set_method.pod33 such as hardware accelerators may be used. IMPORTANT: See the NOTES section for
49 whether the ENGINE API is being used, so this function is no longer
53 B<rsa>. This will replace the DSA_METHOD used by the DSA key and if the
63 will be used for the DSA operations. If B<engine> is NULL, the default engine
64 for DSA operations is used, and if no default ENGINE is set, the DSA_METHOD
65 controlled by DSA_set_default_method() is used.
H A DRAND_set_DRBG_type.pod21 used within the library context I<ctx>. A generator of name I<drbg>
24 This specifies the type that will be used for the primary, public and
27 RAND_set_seed_source_type() specifies the seed source that will be used
29 with properties I<propq> will be fetched and used to seed the primary
/freebsd/sys/contrib/device-tree/Bindings/mmc/
H A Dsdhci-sprd.txt7 and the properties used by the sdhci-sprd driver.
12 - interrupts: Interrupts used by the SDHCI controller.
16 "enable" - gate clock which used for enabling/disabling the device (required)
26 PHY DLL delays are used to delay the data valid window, and align the window
28 and each property contains 4 cells which are used to configure the clock data
/freebsd/contrib/one-true-awk/bugs-fixed/
H A DREADME3 1. ofs-rebuild: OFS value used to rebuild the record was incorrect.
20 conversion to string happened, even with OFMT, that value was used until
33 argument was used without checking if it was present first.
36 argument was used without checking if it was present first.
38 11. fmt-overflow: The buffer used for OFMT/CONVFMT conversions was written
/freebsd/sys/contrib/device-tree/Bindings/soc/qcom/
H A Dqcom,smd.txt22 Definition: should specify the IRQ used by the remote processor to
34 Definition: three entries specifying the outgoing ipc bit used for
55 Definition: name of the edge, used for debugging and identification
56 purposes. The node name will be used if this is not
69 Definition: a list of channels tied to this device, used for matching
/freebsd/sys/contrib/device-tree/Bindings/mux/
H A Dmux-consumer.yaml29 be set to, the property "mux-states" must be used. An optional property
30 "mux-state-names" can be used to provide a list of strings, to label
33 Properties "mux-controls" and "mux-states" can be used depending on how
36 "mux-controls" can be used. If the consumer needs to set the mux
37 controller to a given state then property "mux-states" can be used.
/freebsd/contrib/unbound/doc/
H A Dunbound.doxygen49 # control system is used.
69 # left blank the current directory will be used.
356 # The MARKDOWN_ID_STYLE tag can be used to specify the algorithm used to
1104 # INPUT_FILTER) will also be used to filter the input files that are used for
1335 # sheet that is used by each HTML page. It can be used to fine-tune the look of
1950 # Note: This tag is used in the Makefile / make.bat.
1976 # The PAPER_TYPE tag can be used to set the paper type that is used by the
2097 # LATEX_OUTPUT directory will be used.
2241 # that can be used to generate PDF.
2349 # used.
[all …]
/freebsd/sys/contrib/device-tree/Bindings/gnss/
H A Dsirfstar.txt3 SiRFstar chipsets are used in GNSS-receiver modules produced by several
29 - sirf,onoff-gpios : GPIO used to power on and off device (pin name: ON_OFF)
30 - sirf,wakeup-gpios : GPIO used to determine device power state
/freebsd/contrib/netbsd-tests/bin/df/
H A Dgetmntinfo.c69 int64_t total, used; in other_variants() local
78 used = total * consumed[j] / 100; in other_variants()
79 sf->f_bfree = (total - used) / sf->f_bsize; in other_variants()
81 used) / (int)sf->f_bsize; in other_variants()
/freebsd/sys/contrib/device-tree/Bindings/power/supply/
H A Dbq2515x.yaml35 GPIO used for connecting the bq2515x device PG (AC Detect)
40 description: GPIO used for hardware reset.
44 description: GPIO used for low power mode of IC.
48 description: GPIO used to turn on and off charging.
/freebsd/sys/contrib/device-tree/Bindings/spi/
H A Dmediatek,spi-mtk-nor.yaml53 - description: clock used for spi bus
54 - description: clock used for controller
55 - description: clock used for nor dma bus. this depends on hardware
57 - description: clock used for controller axi slave bus.
/freebsd/crypto/openssl/doc/man7/
H A Dcrypto.pod14 cryptographic algorithms used in various Internet standards. The services
15 provided by this library are used by the OpenSSL implementations of TLS and
63 "default" library context will be used.
105 the implementation that will be used.
158 The property query string used to guide selection of the algorithm
176 When they are used with functions like L<EVP_DigestInit_ex(3)> or
177 L<EVP_CipherInit_ex(3)>, the actual implementation to be used is
183 the context in which it is being used.
204 If anything in this step fails, the next step is used as a fallback.
237 The following methods can be used for prefetching:
[all …]

1...<<11121314151617181920>>...236