Searched refs:bytes1 (Results 1 – 5 of 5) sorted by relevance
| /freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/redacted_send/ |
| H A D | redacted_size.ksh | 49 read -r bytes1 < $size 51 [ "$bytes1" -eq "$bytes2" ] || \ 52 log_fail "Full sizes differ: estimate $bytes1 and actual $bytes2" 57 read -r bytes1 < $size 59 [ "$bytes1" -eq "$bytes2" ] || \ 60 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 651 memcpy(p, custom_data->bytes1, custom_data->nbytes1); in make_custom_der()
|
| /freebsd/crypto/openssl/doc/designs/ |
| H A D | xof.md | 14 xof.absorb(bytes1);
|