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

/freebsd-9.3-release/crypto/openssl/ssl/
H A Ds23_srvr.c244 char buf_space[11]; local
245 char *buf = &(buf_space[0]);
260 n = ssl23_read_bytes(s, sizeof buf_space);
261 if (n != sizeof buf_space)
591 if (buf != buf_space)
595 if (buf != buf_space)
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dsa.c659 int buf_space; local
705 buf_space = hdl->sa_spill->db_size - spillhdrsize;
718 buf_space = (sa->sa_force_spill) ?
721 buf_space = hdl->sa_bonus->db_size - hdrsize;
731 ASSERT(IS_P2ALIGNED(buf_space, 8));
739 if (buf_space < length) { /* switch to spill buffer */
757 buf_space = hdl->sa_spill->db_size - spillhdrsize;
771 buf_space -= P2ROUNDUP(length, 8);

Completed in 49 milliseconds