/freebsd/usr.sbin/bluetooth/iwmbtfw/ |
H A D | iwmbt_hw.c | 57 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() [all …]
|
/freebsd/usr.sbin/bluetooth/rtlbtfw/ |
H A D | rtlbt_hw.c | 52 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 D | vdev_zaps_004_pos.ksh | 20 # 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/crypto/openssh/ |
H A D | progressmeter.c | 65 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 D | ssh-dss.c | 184 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 D | sshsig.c | 80 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/lib/libpmc/pmu-events/arch/x86/skylakex/ |
H A D | memory.json | 282 …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 D | ocs_io.c | 254 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 D | siginterrupt.3 | 48 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 D | linux_simple_attr.c | 89 * @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 D | ber | 21 # 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 D | bus.json | 8 …every beat of data transferred over the data channels between the core and the SCU. If both read a…
|
/freebsd/sys/contrib/device-tree/Bindings/display/ |
H A D | lvds.yaml |
|
/freebsd/sys/contrib/device-tree/Bindings/display/panel/ |
H A D | lvds.yaml | 52 [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/libpmc/pmu-events/arch/x86/broadwellx/ |
H A D | memory.json | 307 … 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/lib/libsys/ |
H A D | getdirentries.2 | 57 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 D | SSL_CTX_set0_CA_list.pod | 66 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 D | SSL_in_init.pod | 35 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 D | X509_get0_notBefore.pod | 43 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/lib/libpmc/pmu-events/arch/x86/haswellx/ |
H A D | memory.json | 293 … 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/secure/lib/libcrypto/man/man3/ |
H A D | SSL_CTX_set0_CA_list.3 | 201 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/usr.sbin/iostat/ |
H A D | iostat.8 | 133 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 D | qat.h | 83 * 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/sys/dev/xdma/ |
H A D | xdma_bio.c | 65 status->transferred = xr->status.transferred; in xdma_dequeue_bio()
|
/freebsd/lib/libusb/ |
H A D | libusb10_io.c | 539 int *transferred, unsigned int timeout, int type) in libusb10_do_transfer() argument 579 *transferred = xfer->actual_length; in libusb10_do_transfer() 609 int *transferred, unsigned int timeout) in libusb_bulk_transfer() argument 618 ret = libusb10_do_transfer(devh, endpoint, data, length, transferred, in libusb_bulk_transfer() 628 int *transferred, unsigned int timeout) in libusb_interrupt_transfer() argument 637 ret = libusb10_do_transfer(devh, endpoint, data, length, transferred, in libusb_interrupt_transfer()
|