Home
last modified time | relevance | path

Searched full:transferred (Results 1 – 25 of 511) sorted by relevance

12345678910>>...21

/freebsd/usr.sbin/bluetooth/iwmbtfw/
H A Diwmbt_hw.c57 int ret, transferred; in iwmbt_send_fragment() local
71 &transferred, in iwmbt_send_fragment()
74 if (ret < 0 || transferred != (int)IWMBT_HCI_CMD_SIZE(cmd)) { in iwmbt_send_fragment()
85 &transferred, in iwmbt_send_fragment()
99 void *event, int size, int *transferred, int timeout) in iwmbt_hci_command() argument
129 transferred, in iwmbt_hci_command()
140 if (*transferred < in iwmbt_hci_command()
166 int ret, transferred; in iwmbt_patch_fwfile() local
281 &transferred, in iwmbt_patch_fwfile()
290 if ((int)evt_length + 2 != transferred || in iwmbt_patch_fwfile()
358 int ret, transferred; iwmbt_load_fwfile() local
414 int ret, transferred; iwmbt_enter_manufacturer() local
442 int ret, transferred; iwmbt_exit_manufacturer() local
483 int ret, transferred; iwmbt_get_version() local
517 int ret, transferred; iwmbt_get_version_tlv() local
651 int ret, transferred = 0; iwmbt_get_boot_params() local
684 int ret, transferred = 0; iwmbt_intel_reset() local
725 int ret, transferred; iwmbt_load_ddc() local
767 int ret, transferred = 0; iwmbt_set_event_mask() local
[all...]
/freebsd/usr.sbin/bluetooth/rtlbtfw/
H A Drtlbt_hw.c52 void *event, int size, int *transferred, int timeout) in rtlbt_hci_command() argument
82 transferred, in rtlbt_hci_command()
93 if (*transferred < in rtlbt_hci_command()
117 int ret, transferred; in rtlbt_read_local_ver() local
132 &transferred, in rtlbt_read_local_ver()
135 if (ret < 0 || transferred != sizeof(buf)) { in rtlbt_read_local_ver()
138 transferred); in rtlbt_read_local_ver()
151 int ret, transferred; in rtlbt_read_rom_ver() local
165 &transferred, in rtlbt_read_rom_ver()
168 if (ret < 0 || transferred != sizeof(buf)) { in rtlbt_read_rom_ver()
[all …]
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/vdev_zaps/
H A Dvdev_zaps_004_pos.ksh21 # Verify that per-vdev ZAPs are properly transferred on attach/detach.
26 # 3. Verify that top-level and leaf-level ZAPs were transferred properly.
29 # 6. Verify that top-level and leaf-level ZAPs were transferred properly.
35 log_assert "Per-vdev ZAPs are transferred properly on attach/detach"
58 # Ensure top-level ZAP was transferred successfully.
61 log_fail "Top-level ZAP wasn't transferred successfully on attach."
64 # Ensure leaf ZAP of original disk was transferred successfully.
89 # Make sure top ZAP was successfully transferred.
93 # Make sure leaf ZAP was successfully transferred.
/freebsd/crypto/openssh/
H A Dprogressmeter.c64 static const char *file; /* name of the file being transferred */
127 off_t transferred; in refresh_progress_meter() local
144 transferred = *counter - (cur_pos ? cur_pos : start_pos); in refresh_progress_meter()
154 transferred = end_pos - start_pos; in refresh_progress_meter()
160 cur_speed = (transferred / elapsed); in refresh_progress_meter()
162 cur_speed = transferred; in refresh_progress_meter()
191 /* percent / amount transferred / bandwidth usage */ in refresh_progress_meter()
196 if (!transferred) in refresh_progress_meter()
H A Dssh-dss.c184 dsa_p_dup = dsa_q_dup = dsa_g_dup = NULL; /* transferred */ in ssh_dss_copy_public()
189 dsa_pub_key_dup = NULL; /* transferred */ in ssh_dss_copy_public()
218 dsa_p = dsa_q = dsa_g = NULL; /* transferred */ in ssh_dss_deserialize_public()
223 dsa_pub_key = NULL; /* transferred */ in ssh_dss_deserialize_public()
387 sig_r = sig_s = NULL; /* transferred */ in ssh_dss_verify()
H A Dsshsig.c80 buf = NULL; /* transferred */ in sshsig_armor()
155 buf = NULL; /* transferred */ in sshsig_dearmor()
393 key = NULL; /* transferred */ in sshsig_wrap_verify()
438 b = NULL; /* transferred */ in hash_buffer()
563 b = NULL; /* transferred */ in hash_file()
819 principals = NULL; /* transferred */ in parse_principals_key_and_options()
823 sigopts = NULL; /* transferred */ in parse_principals_key_and_options()
827 key = NULL; /* transferred */ in parse_principals_key_and_options()
981 principals = NULL; /* transferred */ in check_allowed_keys_line()
1120 principals[nprincipals++] = found; /* transferred */ in sshsig_match_principals()
[all …]
/freebsd/lib/libpmc/pmu-events/arch/x86/skylakex/
H A Dmemory.json282 …demand & prefetch data reads that miss the L3 and the modified data is transferred from remote cac…
294 …and & prefetch data reads that miss the L3 and clean or shared data is transferred from remote cac…
354 …unts all prefetch data reads that miss the L3 and the modified data is transferred from remote cac…
366 …s all prefetch data reads that miss the L3 and clean or shared data is transferred from remote cac…
426 …tion": "Counts prefetch RFOs that miss the L3 and the modified data is transferred from remote cac…
438 …n": "Counts prefetch RFOs that miss the L3 and clean or shared data is transferred from remote cac…
498 …s all demand & prefetch RFOs that miss the L3 and the modified data is transferred from remote cac…
510 …ll demand & prefetch RFOs that miss the L3 and clean or shared data is transferred from remote cac…
570 …Counts all demand code reads that miss the L3 and the modified data is transferred from remote cac…
582 …nts all demand code reads that miss the L3 and clean or shared data is transferred from remote cac…
[all …]
/freebsd/sys/dev/ocs_fc/
H A Docs_io.c254 io->transferred = 0; in ocs_io_pool_io_alloc()
382 ocs_ddump_value(textbuf, "transferred", "%zu", io->transferred); in ocs_ddump_io()
416 ocs_mgmt_emit_property_name(textbuf, MGMT_MODE_RD, "transferred"); in ocs_mgmt_io_list()
451 } else if (ocs_strcmp(unqualified_name, "transferred") == 0) { in ocs_mgmt_io_get()
452 ocs_mgmt_emit_int(textbuf, MGMT_MODE_RD, "transferred", "%zu", io->transferred); in ocs_mgmt_io_get()
479 ocs_mgmt_emit_int(textbuf, MGMT_MODE_RD, "transferred", "%zu", io->transferred); in ocs_mgmt_io_get_all()
/freebsd/lib/libc/gen/
H A Dsiginterrupt.348 and no data has been transferred yet.
59 and no data has been transferred,
65 data will return the amount of data actually transferred.
/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_simple_attr.c89 * @read_size: number of bytes to be transferred
95 * This output is then transferred into the @buf buffer.
98 * On success, number of bytes transferred
145 * @write_size: number bytes to be transferred
/freebsd/contrib/file/magic/Magdir/
H A Dber21 # TAP -> Transferred Account Procedure
31 >>>>&0 byte x TAP 3.%d Batch (TD.57, Transferred Account)
39 >>>&0 byte x TAP 3.%d Notification (TD.57, Transferred Account)
/freebsd/lib/libpmc/pmu-events/arch/arm64/arm/cortex-a76-n1/
H A Dbus.json8 …every beat of data transferred over the data channels between the core and the SCU. If both read a…
/freebsd/lib/libpmc/pmu-events/arch/x86/broadwellx/
H A Dmemory.json307 … all demand & prefetch data reads miss the L3 and the modified data is transferred from remote cac…
315 … all demand & prefetch data reads miss the L3 and the modified data is transferred from remote cac…
320 …l demand & prefetch data reads miss the L3 and clean or shared data is transferred from remote cac…
328 …l demand & prefetch data reads miss the L3 and clean or shared data is transferred from remote cac…
372 …ode/rfo reads (demand & prefetch) miss the L3 and the modified data is transferred from remote cac…
380 …ode/rfo reads (demand & prefetch) miss the L3 and the modified data is transferred from remote cac…
385 …/rfo reads (demand & prefetch) miss the L3 and clean or shared data is transferred from remote cac…
393 …/rfo reads (demand & prefetch) miss the L3 and clean or shared data is transferred from remote cac…
450 …nts all demand data writes (RFOs) miss the L3 and the modified data is transferred from remote cac…
458 …nts all demand data writes (RFOs) miss the L3 and the modified data is transferred from remote cac…
/freebsd/sys/contrib/device-tree/Bindings/display/panel/
H A Dlvds.yaml52 [VESA] specifications. Data are transferred as follows on 3 LVDS lanes.
63 specifications. Data are transferred as follows on 4 LVDS lanes.
75 Data are transferred as follows on 4 LVDS lanes.
/freebsd/lib/libsys/
H A Dgetdirentries.257 of data will be transferred.
119 The actual number of bytes transferred is returned.
159 If successful, the number of bytes actually transferred is returned.
/freebsd/crypto/openssl/doc/man3/
H A DSSL_CTX_set0_CA_list.pod66 requesting a client certificate for B<ctx>. Ownership of B<list> is transferred
71 setting valid for B<ssl>'s SSL_CTX object. Ownership of B<list> is transferred
107 B<name_list>. Ownership of B<name_list> is transferred to B<ctx> and
112 B<name_list> is transferred to B<s> and it should not be freed by the caller.
H A DX509_get0_notBefore.pod51 parameter I<tm> is not transferred by these functions so it must
61 parameter B<tm> is not transferred by these functions so it must
72 I<tm> is not transferred by these functions so it must be freed up after the
H A DSSL_in_init.pod35 fully protected application data can be transferred or 0 otherwise.
37 Note that in some circumstances (such as when early data is being transferred)
/freebsd/secure/lib/libcrypto/man/man3/
H A DSSL_CTX_set0_CA_list.3125 requesting a client certificate for \fBctx\fR. Ownership of \fBlist\fR is transferred
130 setting valid for \fBssl\fR's SSL_CTX object. Ownership of \fBlist\fR is transferred
166 \&\fBname_list\fR. Ownership of \fBname_list\fR is transferred to \fBctx\fR and
171 \&\fBname_list\fR is transferred to \fBs\fR and it should not be freed by the caller.
H A DX509_get0_notBefore.3110 parameter \fItm\fR is not transferred by these functions so it must
120 parameter \fBtm\fR is not transferred by these functions so it must
131 \&\fItm\fR is not transferred by these functions so it must be freed up after the
/freebsd/lib/libpmc/pmu-events/arch/x86/haswellx/
H A Dmemory.json293 … all demand & prefetch data reads miss the L3 and the modified data is transferred from remote cac…
301 … all demand & prefetch data reads miss the L3 and the modified data is transferred from remote cac…
306 …l demand & prefetch data reads miss the L3 and clean or shared data is transferred from remote cac…
314 …l demand & prefetch data reads miss the L3 and clean or shared data is transferred from remote cac…
358 …ode/rfo reads (demand & prefetch) miss the L3 and the modified data is transferred from remote cac…
366 …ode/rfo reads (demand & prefetch) miss the L3 and the modified data is transferred from remote cac…
371 …/rfo reads (demand & prefetch) miss the L3 and clean or shared data is transferred from remote cac…
379 …/rfo reads (demand & prefetch) miss the L3 and clean or shared data is transferred from remote cac…
501 …nts all demand data writes (RFOs) miss the L3 and the modified data is transferred from remote cac…
509 …nts all demand data writes (RFOs) miss the L3 and the modified data is transferred from remote cac…
/freebsd/usr.sbin/iostat/
H A Diostat.8133 In the old-style blocks transferred display
346 total number of megabytes transferred
412 sectors transferred per second
427 total blocks/sectors transferred
/freebsd/sys/contrib/openzfs/include/sys/
H A Dqat.h84 * is not big enough. The compression job will be transferred to the
117 * critical hardware issue. The encryption job will be transferred
134 * critical hardware issue. The checksum job will be transferred to the
/freebsd/lib/libusb/
H A Dlibusb10_io.c545 int *transferred, unsigned int timeout, int type) in libusb10_do_transfer() argument
585 *transferred = xfer->actual_length; in libusb10_do_transfer()
615 int *transferred, unsigned int timeout) in libusb_bulk_transfer() argument
624 ret = libusb10_do_transfer(devh, endpoint, data, length, transferred, in libusb_bulk_transfer()
634 int *transferred, unsigned int timeout) in libusb_interrupt_transfer() argument
643 ret = libusb10_do_transfer(devh, endpoint, data, length, transferred, in libusb_interrupt_transfer()
/freebsd/sys/dev/xdma/
H A Dxdma_bio.c65 status->transferred = xr->status.transferred; in xdma_dequeue_bio()

12345678910>>...21