Home
last modified time | relevance | path

Searched refs:bytes2 (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/redacted_send/
H A Dredacted_size.ksh49 read -r bytes2 < $size2
50 [ "$bytes1" -eq "$bytes2" ] || \
51 log_fail "Full sizes differ: estimate $bytes1 and actual $bytes2"
57 read -r bytes2 < $size2
58 [ "$bytes1" -eq "$bytes2" ] || \
59 log_fail "Incremental sizes differ: estimate $bytes1 and actual $bytes2"
/freebsd/sys/dev/xen/evtchn/
H A Devtchn_dev.c239 unsigned int c, p, bytes1 = 0, bytes2 = 0; in evtchn_read() local
282 bytes2 = EVTCHN_RING_MASK(p) * sizeof(evtchn_port_t); in evtchn_read()
285 bytes2 = 0; in evtchn_read()
291 bytes2 = 0; in evtchn_read()
292 } else if ((bytes1 + bytes2) > count) { in evtchn_read()
293 bytes2 = count - bytes1; in evtchn_read()
300 ((bytes2 != 0) && uiomove(&u->ring[0], bytes2, uio))) in evtchn_read()
303 u->ring_cons += (bytes1 + bytes2) / sizeof(evtchn_port_t); in evtchn_read()
/freebsd/crypto/openssl/test/
H A Dasn1_encode_test.c93 unsigned char *bytes2; member
610 if (custom_data->bytes2[i - 1] != '\0') in make_custom_der()
659 memcpy(p, custom_data->bytes2, custom_data->nbytes2); in make_custom_der()