Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libeti/form/common/
H A Dfield_buf.c50 size = BufSize(f); in set_field_buffer()
57 s = BufSize(f); in set_field_buffer()
H A Dchg_char.c37 #define SizeNext(f, v) (BufSize(f) - SizePrev(f, v))
166 _adjust_cursor(f, _data_beg(Buf(c), BufSize(c))); in _beg_field()
178 end = _data_end(Buf(c), BufSize(c)); in _end_field()
180 if (end == Buf(c) + BufSize(c)) in _end_field()
H A Dutility.c128 int size = BufSize(f); in _win_to_buf()
245 char * v = _data_beg(Buf(f), BufSize(f)); in justify()
246 char * vend = _data_end(Buf(f), BufSize(f)); in justify()
270 char * v = _data_beg(Buf(f), BufSize(f)); in unjustify()
271 char * vend = _data_end(Buf(f), BufSize(f)); in unjustify()
H A Dchg_data.c88 int old_len = BufSize(c); in _grow_field()
/illumos-gate/usr/src/lib/libeti/form/inc/
H A Dutility.h144 #define BufSize(f) ((f) -> drows * (f) -> dcols) macro
145 #define Buffer(f, n) (Buf(f) + (n) * (BufSize(f) + 1))
147 #define TotalBuf(f) ((BufSize(f) + 1) * ((f) -> nbuf + 1))
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dexioct.h1208 UINT32 BufSize; member
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_xioctl.c9666 if (!(fcf_list.BufSize)) { in ql_get_fcf_list()
9669 fcf_list.BufSize); in ql_get_fcf_list()
9675 tmp_buf = kmem_zalloc(fcf_list.BufSize, KM_SLEEP); in ql_get_fcf_list()
9689 mb_fcf_list.buffer_size = fcf_list.BufSize; in ql_get_fcf_list()
9696 kmem_free(tmp_buf, fcf_list.BufSize); in ql_get_fcf_list()
9705 fcf_list.BufSize, mode) != fcf_list.BufSize) { in ql_get_fcf_list()
9714 kmem_free(tmp_buf, fcf_list.BufSize); in ql_get_fcf_list()