Searched refs:BufSize (Results 1 – 7 of 7) sorted by relevance
/titanic_44/usr/src/lib/libeti/form/common/ |
H A D | field_buf.c | 52 size = BufSize(f); in set_field_buffer() 59 s = BufSize(f); in set_field_buffer()
|
H A D | chg_char.c | 39 #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 D | utility.c | 130 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 D | chg_data.c | 90 int old_len = BufSize(c); in _grow_field()
|
/titanic_44/usr/src/lib/libeti/form/inc/ |
H A D | utility.h | 146 #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 D | exioct.h | 1138 UINT32 BufSize; member
|
/titanic_44/usr/src/uts/common/io/fibre-channel/fca/qlc/ |
H A D | ql_xioctl.c | 9147 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()
|