Searched refs:buf_space (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/crypto/openssl/ssl/
H A Ds23_srvr.c255 char buf_space[11]; local
256 char *buf = &(buf_space[0]);
271 n = ssl23_read_bytes(s, sizeof(buf_space));
272 if (n != sizeof(buf_space))
648 if (buf != buf_space)
652 if (buf != buf_space)
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dsa.c645 int buf_space; local
691 buf_space = hdl->sa_spill->db_size - spillhdrsize;
704 buf_space = (sa->sa_force_spill) ?
707 buf_space = hdl->sa_bonus->db_size - hdrsize;
717 ASSERT(IS_P2ALIGNED(buf_space, 8));
725 if (buf_space < length) { /* switch to spill buffer */
743 buf_space = hdl->sa_spill->db_size - spillhdrsize;
757 buf_space -= P2ROUNDUP(length, 8);

Completed in 188 milliseconds