Searched refs:bytes1 (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/redacted_send/ |
H A D | redacted_size.ksh | 48 read -r bytes1 < $size 50 [ "$bytes1" -eq "$bytes2" ] || \ 51 log_fail "Full sizes differ: estimate $bytes1 and actual $bytes2" 56 read -r bytes1 < $size 58 [ "$bytes1" -eq "$bytes2" ] || \ 59 log_fail "Incremental sizes differ: estimate $bytes1 and actual $bytes2"
|
/freebsd/sys/dev/xen/evtchn/ |
H A D | evtchn_dev.c | 239 unsigned int c, p, bytes1 = 0, bytes2 = 0; in evtchn_read() local 280 bytes1 = (EVTCHN_RING_SIZE - EVTCHN_RING_MASK(c)) * in evtchn_read() 284 bytes1 = (p - c) * sizeof(evtchn_port_t); in evtchn_read() 289 if (bytes1 > count) { in evtchn_read() 290 bytes1 = count; in evtchn_read() 292 } else if ((bytes1 + bytes2) > count) { in evtchn_read() 293 bytes2 = count - bytes1; in evtchn_read() 299 if (uiomove(&u->ring[EVTCHN_RING_MASK(c)], bytes1, uio) || in evtchn_read() 303 u->ring_cons += (bytes1 + bytes2) / sizeof(evtchn_port_t); in evtchn_read()
|
/freebsd/sys/dev/mlx5/mlx5_accel/ |
H A D | mlx5_ipsec.c | 87 u64 bytes, bytes1, packets1, packets; in mlx5e_ipsec_handle_counters() local 96 mlx5e_ipsec_handle_counters_onedir(other_sa_entry, &packets1, &bytes1); in mlx5e_ipsec_handle_counters() 98 bytes += bytes1; in mlx5e_ipsec_handle_counters()
|
/freebsd/crypto/openssl/test/ |
H A D | asn1_encode_test.c | 91 unsigned char *bytes1; member 649 memcpy(p, custom_data->bytes1, custom_data->nbytes1); in make_custom_der()
|