Home
last modified time | relevance | path

Searched refs:used (Results 51 – 75 of 4614) sorted by relevance

12345678910>>...185

/freebsd/sys/contrib/device-tree/Bindings/usb/
H A Damlogic,meson-g12a-usb-ctrl.yaml78 description: VBUS power supply when used in OTG switchable mode
113 - const: usb2-phy0 # USB2 PHY0 if USBHOST_A port is used
114 - const: usb2-phy1 # USB2 PHY1 if USBOTG_B port is used
115 - const: usb3-phy0 # USB3 PHY if USB3_0 is used
132 - const: usb2-phy0 # USB2 PHY0 if USBHOST_A port is used
133 - const: usb2-phy1 # USB2 PHY1 if USBOTG_B port is used
152 - const: usb2-phy0 # USB2 PHY0 if USBHOST_A port is used
153 - const: usb2-phy1 # USB2 PHY1 if USBOTG_B port is used
154 - const: usb2-phy2 # USB2 PHY2 if USBOTG_C port is used
168 - const: usb2-phy1 # USB2 PHY1 if USBOTG_B port is used
[all …]
/freebsd/contrib/libarchive/libarchive/test/
H A Dtest_read_pax_truncated.c31 size_t used, i, buff_size = 1000000; in DEFINE_TEST() local
42 archive_write_open_memory(a, buff, buff_size, &used)); in DEFINE_TEST()
67 for (i = 1; i < used + 100; i += 100) { in DEFINE_TEST()
121 for (i = 1; i < used + 100; i += 100) { in DEFINE_TEST()
175 assertEqualIntA(a, ARCHIVE_OK, archive_read_open_memory(a, buff2, used)); in DEFINE_TEST()
186 assertEqualIntA(a, ARCHIVE_OK, archive_read_open_memory(a, buff2, used)); in DEFINE_TEST()
199 assertEqualIntA(a, ARCHIVE_OK, archive_read_open_memory(a, buff2, used)); in DEFINE_TEST()
213 assertEqualIntA(a, ARCHIVE_OK, archive_read_open_memory(a, buff2, used)); in DEFINE_TEST()
225 assertEqualIntA(a, ARCHIVE_OK, archive_read_open_memory(a, buff2, used)); in DEFINE_TEST()
236 assertEqualIntA(a, ARCHIVE_OK, archive_read_open_memory(a, buff2, used)); in DEFINE_TEST()
[all …]
H A Dtest_write_format_cpio_empty.c50 size_t used; in DEFINE_TEST() local
60 assertA(0 == archive_write_open_memory(a, buff, sizeof(buff), &used)); in DEFINE_TEST()
66 failure("Empty cpio archive should be exactly 87 bytes, was %zu.", used); in DEFINE_TEST()
67 assert(used == 87); in DEFINE_TEST()
H A Dtest_write_format_7zip_empty.c37 size_t used; in DEFINE_TEST() local
46 archive_write_open_memory(a, buff, buffsize, &used)); in DEFINE_TEST()
53 assertEqualInt(32, used); in DEFINE_TEST()
75 size_t used; in test_only_empty_file() local
84 archive_write_open_memory(a, buff, buffsize, &used)); in test_only_empty_file()
112 assertEqualInt(102, used); in test_only_empty_file()
128 assertEqualIntA(a, ARCHIVE_OK, read_open_memory_seek(a, buff, used, 7)); in test_only_empty_file()
164 size_t used; in test_only_empty_files() local
173 archive_write_open_memory(a, buff, buffsize, &used)); in test_only_empty_files()
240 assertEqualIntA(a, ARCHIVE_OK, read_open_memory_seek(a, buff, used, 7)); in test_only_empty_files()
H A Dtest_write_format_gnutar_filenames.c43 size_t used; in DEFINE_TEST() local
67 assertA(0 == archive_write_open_memory(a, buff, buffsize, &used)); in DEFINE_TEST()
78 assertEqualIntA(a, 0, archive_read_open_memory(a, buff, used)); in DEFINE_TEST()
99 size_t used; in DEFINE_TEST() local
127 assertA(0 == archive_write_open_memory(a, buff, buffsize, &used)); in DEFINE_TEST()
137 assertEqualIntA(a, 0, archive_read_open_memory(a, buff, used)); in DEFINE_TEST()
H A Dtest_write_open_memory.c47 size_t used; in DEFINE_TEST() local
58 archive_write_open_memory(a, buff, i, &used)); in DEFINE_TEST()
74 assertEqualInt(used, archive_filter_bytes(a, -1)); in DEFINE_TEST()
80 assert(used <= i); in DEFINE_TEST()
/freebsd/sys/contrib/device-tree/Bindings/display/panel/
H A Dronbo,rb070d30.yaml20 description: GPIO used for the power pin
24 description: GPIO used for the reset pin
28 description: GPIO used for the shlr pin (horizontal flip)
32 description: GPIO used for the updn pin (vertical flip)
39 description: Backlight used by the panel
/freebsd/contrib/wpa/wpa_supplicant/
H A DREADME-WPS6 management GUI) is used to enable WPS enrollment and registrar
38 when WPS is used to configure the access point.
103 The PIN value used in the commands must be processed by an UI to
124 used. wpa_supplicant is notified this with a control interface
133 interface, an optional timeout parameter can be used to specify
166 This is used to fetch the current AP settings instead of actually
217 option. When this is used, an external program is responsible for
239 example, following command could be used to start the ER:
320 WPS can be used with NFC-based configuration method. An NFC tag
321 containing a password token from the Enrollee can be used to
[all …]
H A DREADME-P2P6 client (e.g., management GUI) is used to enable WPS enrollment and
90 delay to be used between search iterations (e.g., to free up radio
164 used (e.g., 12345670). [display|keypad] is used with PIN method
168 "persistent=<network id>" alternative can be used to pre-populate
199 "ssid=<hexdump>" can be used to specify the Group SSID for join
202 P2P Device or Interface address have been used in multiple groups
286 group interface is used as a parameter for this command.
486 1 0300000101". This command is used only if external program is used
579 (These are used on the group interface.)
764 (These are used on the group interface.)
[all …]
/freebsd/contrib/ncurses/progs/
H A Ddump_entry.c54 size_t used; member
130 dst->used += need; in strncpy_DYN()
131 dst->text[dst->used] = 0; in strncpy_DYN()
138 dst->used = 0; in strcpy_DYN()
153 p->used = 0; in free_DYN()
419 while (outbuf.used > 0 && outbuf.text[outbuf.used - 1] == ' ') in trim_trailing()
622 size = used - tag; in wrap_concat()
1277 outbuf.used -= 2; in fmt_entry()
1284 outbuf.used -= 4; in fmt_entry()
1494 if (outbuf.used) in dump_entry()
[all …]
/freebsd/sys/contrib/device-tree/Bindings/mailbox/
H A Dnvidia,tegra186-hsp.yaml14 The HSP modules are used for the processors to share resources and
26 second cell is used to identify the mailbox that the client is going
32 mailbox to be used (based on the data size). If no flag is
33 specified then, 32-bit shared mailbox is used.
35 Defines the type of the mailbox to be used. This field should be
44 will be used. Valid flags are:
47 will be used as a producer (i.e. used to send data). If
56 The following file contains definitions that can be used to
/freebsd/usr.bin/procstat/
H A Dprocstat_rusage.c67 int days, hours, minutes, seconds, used; in format_time() local
75 used = 0; in format_time()
77 used += snprintf(buffer, sizeof(buffer), "1 day "); in format_time()
79 used += snprintf(buffer, sizeof(buffer), "%u days ", days); in format_time()
81 snprintf(buffer + used, sizeof(buffer) - used, "%02u:%02u:%02u.%06u", in format_time()
/freebsd/sys/contrib/device-tree/Bindings/pinctrl/
H A Dmarvell,dove-pinctrl.txt67 pmic(sdi) Pin is used for PMIC SDI
68 cpu-pwr-down Pin is used for CPU_PWRDWN
69 standby-pwr-down Pin is used for STBY_PWRDWN
70 core-pwr-good Pin is used for CORE_PWR_GOOD (Pins 0-7 only)
71 cpu-pwr-good Pin is used for CPU_PWR_GOOD (Pins 8-15 only)
72 bat-fault Pin is used for BATTERY_FAULT
73 ext0-wakeup Pin is used for EXT0_WU
74 ext1-wakeup Pin is used for EXT0_WU
75 ext2-wakeup Pin is used for EXT0_WU
76 pmu-blink Pin is used for blink function
/freebsd/lib/libc/gen/
H A Dttyname.c58 size_t used; in ttyname_r() local
74 used = strlen(buf); in ttyname_r()
75 if (fdevname_r(fd, buf + used, len - used) == NULL) in ttyname_r()
/freebsd/share/examples/ppp/
H A Dppp.secret.sample5 # This file is used to authenticate incoming connections.
9 # found in this file, the passwd(5) database is used.
17 # used as a placeholder if you do not wish to override the IP
20 # If a label is given as the forth field, it is used when reading
22 # can be used as a placeholder if you do not wish to override the
26 # field, these numbers will be used to call back the client if
/freebsd/crypto/openssl/doc/internal/man3/
H A Devp_keymgmt_util_export_to_provider.pod38 I<keymgmt> and I<keydata> from I<pk>. This is used as a
54 evp_keymgmt_util_clear_operation_cache() can be used to explicitly
59 evp_keymgmt_util_cache_keydata() can be used to add a provider key
62 evp_keymgmt_util_cache_keyinfo() can be used to get all kinds of
66 evp_keymgmt_util_fromdata() can be used to add key object data to a
67 given key I<target> via a B<EVP_KEYMGMT> interface. This is used as a
70 In all functions that take a I<selection> argument, the selection is used to
71 constraint the information requested on export. It is also used in the cache
90 "Legacy key" is the term used for any key that has been assigned to an
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_md5.cpp161 ulong_t used, free; in MD5_Update() local
168 used = saved_lo & 0x3f; in MD5_Update()
170 if (used) { in MD5_Update()
171 free = 64 - used; in MD5_Update()
193 ulong_t used, free; in MD5_Final() local
195 used = ctx->lo & 0x3f; in MD5_Final()
197 ctx->buffer[used++] = 0x80; in MD5_Final()
199 free = 64 - used; in MD5_Final()
202 internal_memset(&ctx->buffer[used], 0, free); in MD5_Final()
204 used = 0; in MD5_Final()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DMD5.cpp191 unsigned long used, free; in update() local
200 used = saved_lo & 0x3f; in update()
202 if (used) { in update()
203 free = 64 - used; in update()
210 memcpy(&InternalState.buffer[used], Ptr, free); in update()
235 unsigned long used, free; in final() local
237 used = InternalState.lo & 0x3f; in final()
239 InternalState.buffer[used++] = 0x80; in final()
241 free = 64 - used; in final()
244 memset(&InternalState.buffer[used], 0, free); in final()
[all …]
/freebsd/contrib/wpa/hostapd/
H A DREADME-WPS6 used to enable enrollment of client devices.
37 when WPS is used to configure the access point.
47 hostapd includes an optional WPS component that can be used as an
50 be used to allow external WPS Registrars to configure the access
125 The PIN value used in the commands must be processed by an UI to
127 digit. "hostapd_cli wps_check_pin <PIN>" can be used to do such
178 the PIN to be used once with any UUID:
182 To reduce likelihood of PIN being used with other devices or of
265 also be used to add additional networks if the Registrar is used to
299 WPS can be used with NFC-based configuration method. An NFC tag
[all …]
/freebsd/crypto/openssl/doc/man3/
H A DBN_CTX_new.pod22 A B<BN_CTX> is a structure that holds B<BIGNUM> temporary variables used by
24 is rather expensive when used in conjunction with repeated subroutine
25 calls, the B<BN_CTX> structure is used.
29 library context will be used. BN_CTX_new() is the same as BN_CTX_new_ex() except
30 that the default library context is always used.
35 which case the default library context will be used. BN_CTX_secure_new() is the
37 used.
44 A given B<BN_CTX> must only be used by a single thread of execution. No
H A DSSL_get_psk_identity.pod16 SSL_get_psk_identity_hint() is used to retrieve the PSK identity hint
17 used during the connection setup related to SSL object
18 B<ssl>. Similarly, SSL_get_psk_identity() is used to retrieve the PSK
19 identity used during the connection setup.
27 no PSK identity hint was used during the connection setup.
/freebsd/crypto/openssl/doc/man1/
H A Dopenssl-genpkey.pod.in44 standard output is used.
86 options supported depends on the public key algorithm used and its
99 algorithm used is determined by the parameters. If used this option must
216 specified 224 is used.
329 Can be used with the option B<pbits> to select one of
337 If B<algorithm> is B<"DH"> then B<"generator"> is used.
338 If B<algorithm> is B<"DHX"> then B<"fips186_2"> is used.
356 This is only used by "fips186_4" and "fips186_2" key generation.
361 This is only used by "fips186_4" and "fips186_2" key generation.
370 This is only used by "fips186_4" and "fips186_2" key generation.
[all …]
/freebsd/sys/contrib/device-tree/Bindings/spi/
H A Dspi-orion.txt22 one is the one used for the clock on the spi bus, the
23 second one is optional and is the clock used for the
27 - interrupts : Is currently not used.
28 - clock-names : names of used clocks, mandatory if the second clock is
29 used, the name must be "core", and "axi" (the latter
63 and its chip-selects that are used in the direct mode instead of PIO
65 controller 1, device 2 are used in direct mode. All other SPI device
66 are used in the default indirect (PIO) mode):
/freebsd/sys/contrib/device-tree/Bindings/leds/backlight/
H A Dled-backlight.txt3 This binding is used to describe a basic backlight device made of LEDs.
4 It can also be used to describe a backlight device controlled by the output of
14 This is used to translate a backlight brightness level
16 identity mapping is used.
/freebsd/tests/sys/cddl/zfs/tests/reservation/
H A Dreservation_007_pos.ksh66 space_used=`get_prop used $TESTPOOL`
90 used_aft_dset1=`get_prop used $TESTPOOL`
104 used_dest_dset2=`get_prop used $TESTPOOL`
116 used_dest_dset1=`get_prop used $TESTPOOL`

12345678910>>...185