Home
last modified time | relevance | path

Searched refs:BufSize (Results 1 – 7 of 7) sorted by relevance

/titanic_44/usr/src/lib/libeti/form/common/
H A Dfield_buf.c52 size = BufSize(f); in set_field_buffer()
59 s = BufSize(f); in set_field_buffer()
H A Dchg_char.c39 #define SizeNext(f, v) (BufSize(f) - SizePrev(f, v))
168 _adjust_cursor(f, _data_beg(Buf(c), BufSize(c))); in _beg_field()
180 end = _data_end(Buf(c), BufSize(c)); in _end_field()
182 if (end == Buf(c) + BufSize(c)) in _end_field()
H A Dutility.c130 int size = BufSize(f); in _win_to_buf()
247 char * v = _data_beg(Buf(f), BufSize(f)); in justify()
248 char * vend = _data_end(Buf(f), BufSize(f)); in justify()
272 char * v = _data_beg(Buf(f), BufSize(f)); in unjustify()
273 char * vend = _data_end(Buf(f), BufSize(f)); in unjustify()
H A Dchg_data.c90 int old_len = BufSize(c); in _grow_field()
/titanic_44/usr/src/lib/libeti/form/inc/
H A Dutility.h146 #define BufSize(f) ((f) -> drows * (f) -> dcols) macro
147 #define Buffer(f, n) (Buf(f) + (n) * (BufSize(f) + 1))
149 #define TotalBuf(f) ((BufSize(f) + 1) * ((f) -> nbuf + 1))
/titanic_44/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dexioct.h1138 UINT32 BufSize; member
/titanic_44/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_xioctl.c9147 if (!(fcf_list.BufSize)) { in ql_get_fcf_list()
9150 fcf_list.BufSize); in ql_get_fcf_list()
9156 tmp_buf = kmem_zalloc(fcf_list.BufSize, KM_SLEEP); in ql_get_fcf_list()
9170 mb_fcf_list.buffer_size = fcf_list.BufSize; in ql_get_fcf_list()
9177 kmem_free(tmp_buf, fcf_list.BufSize); in ql_get_fcf_list()
9186 fcf_list.BufSize, mode) != fcf_list.BufSize) { in ql_get_fcf_list()
9195 kmem_free(tmp_buf, fcf_list.BufSize); in ql_get_fcf_list()