Home
last modified time | relevance | path

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

12345678910>>...20

/freebsd-src/usr.sbin/bluetooth/iwmbtfw/
H A Diwmbt_hw.c57 int ret, transferred; in iwmbt_send_fragment()
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()
129 transferred, in iwmbt_patch_fwfile()
140 if (*transferred < in iwmbt_patch_fwfile()
166 int ret, transferred; in iwmbt_patch_fwfile()
281 &transferred, in iwmbt_load_fwfile()
290 if ((int)evt_length + 2 != transferred || in iwmbt_load_fwfile()
52 int ret, transferred; iwmbt_send_fragment() local
94 iwmbt_hci_command(struct libusb_device_handle * hdl,struct iwmbt_hci_cmd * cmd,void * event,int size,int * transferred,int timeout) iwmbt_hci_command() argument
131 int ret, transferred; iwmbt_patch_fwfile() local
275 int ret, transferred; iwmbt_load_fwfile() local
364 int ret, transferred; iwmbt_enter_manufacturer() local
392 int ret, transferred; iwmbt_exit_manufacturer() local
433 int ret, transferred; iwmbt_get_version() local
467 int ret, transferred = 0; iwmbt_get_boot_params() local
500 int ret, transferred = 0; iwmbt_intel_reset() local
541 int ret, transferred; iwmbt_load_ddc() local
582 int ret, transferred = 0; iwmbt_set_event_mask() local
[all...]
/freebsd-src/sys/contrib/openzfs/tests/zfs-tests/tests/functional/vdev_zaps/
H A Dvdev_zaps_004_pos.ksh20 # Verify that per-vdev ZAPs are properly transferred on attach/detach.
25 # 3. Verify that top-level and leaf-level ZAPs were transferred properly.
28 # 6. Verify that top-level and leaf-level ZAPs were transferred properly.
34 log_assert "Per-vdev ZAPs are transferred properly on attach/detach"
57 # Ensure top-level ZAP was transferred successfully.
60 log_fail "Top-level ZAP wasn't transferred successfully on attach."
63 # Ensure leaf ZAP of original disk was transferred successfully.
88 # Make sure top ZAP was successfully transferred.
92 # Make sure leaf ZAP was successfully transferred.
/freebsd-src/crypto/openssh/
H A Dprogressmeter.c65 static const char *file; /* name of the file being transferred */
128 off_t transferred; in refresh_progress_meter() local
145 transferred = *counter - (cur_pos ? cur_pos : start_pos); in refresh_progress_meter()
155 transferred = end_pos - start_pos; in refresh_progress_meter()
161 cur_speed = (transferred / elapsed); in refresh_progress_meter()
163 cur_speed = transferred; in refresh_progress_meter()
192 /* percent / amount transferred / bandwidth usage */ in refresh_progress_meter()
197 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()
388 key = NULL; /* transferred */ in sshsig_wrap_verify()
433 b = NULL; /* transferred */ in hash_buffer()
558 b = NULL; /* transferred */ in hash_file()
814 principals = NULL; /* transferred */ in parse_principals_key_and_options()
818 sigopts = NULL; /* transferred */ in parse_principals_key_and_options()
822 key = NULL; /* transferred */ in parse_principals_key_and_options()
975 principals = NULL; /* transferred */ in check_allowed_keys_line()
1114 principals[nprincipals++] = found; /* transferred */ in sshsig_match_principals()
[all …]
/freebsd-src/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-src/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-src/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-src/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-src/sys/contrib/device-tree/Bindings/display/
H A Dlvds-data-mapping.yaml41 [VESA] specifications. Data are transferred as follows on 3 LVDS lanes.
52 specifications. Data are transferred as follows on 4 LVDS lanes.
64 Data are transferred as follows on 4 LVDS lanes.
/freebsd-src/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-src/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-src/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-src/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-src/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-src/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 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)
H A DX509_get0_notBefore.pod43 parameter B<tm> is not transferred by these functions so it must
54 B<tm> is not transferred by these functions so it must be freed up after the
/freebsd-src/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-src/sys/contrib/openzfs/include/sys/
H A Dqat.h83 * is not big enough. The compression job will be transferred to the
116 * critical hardware issue. The encryption job will be transferred
133 * critical hardware issue. The checksum job will be transferred to the
/freebsd-src/secure/lib/libcrypto/man/man3/
H A DSSL_CTX_set0_CA_list.3201 requesting a client certificate for \fBctx\fR. Ownership of \fBlist\fR is transferred
206 setting valid for \fBssl\fR's \s-1SSL_CTX\s0 object. Ownership of \fBlist\fR is transferred
242 \&\fBname_list\fR. Ownership of \fBname_list\fR is transferred to \fBctx\fR and
247 \&\fBname_list\fR is transferred to \fBs\fR and it should not be freed by the caller.
/freebsd-src/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-src/sys/dev/xdma/
H A Dxdma_bio.c65 status->transferred = xr->status.transferred; in xdma_dequeue_bio()
H A Dxdma_queue.c64 status->transferred = xr->status.transferred; in xdma_dequeue()
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ADT/
H A Dilist_base.h57 // Position cannot be contained in the range to be transferred. in transferBeforeImpl()
60 "Insertion point can't be one of the transferred nodes"); in transferBeforeImpl()

12345678910>>...20