Searched refs:BufSize (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/libeti/form/common/
H A Dfield_buf.c52 size = BufSize(f);
59 s = BufSize(f);
H A Dchg_char.c39 #define SizeNext(f, v) (BufSize(f) - SizePrev(f, v))
168 _adjust_cursor(f, _data_beg(Buf(c), BufSize(c)));
180 end = _data_end(Buf(c), BufSize(c));
182 if (end == Buf(c) + BufSize(c))
H A Dutility.c130 int size = BufSize(f);
247 char * v = _data_beg(Buf(f), BufSize(f));
248 char * vend = _data_end(Buf(f), BufSize(f));
272 char * v = _data_beg(Buf(f), BufSize(f));
273 char * vend = _data_end(Buf(f), BufSize(f));
/illumos-gate/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))
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_xioctl.c9147 if (!(fcf_list.BufSize)) {
9149 EL(ha, "failed, fcf_list BufSize is=%xh\n",
9150 fcf_list.BufSize);
9156 tmp_buf = kmem_zalloc(fcf_list.BufSize, KM_SLEEP);
9170 mb_fcf_list.buffer_size = fcf_list.BufSize;
9177 kmem_free(tmp_buf, fcf_list.BufSize);
9186 fcf_list.BufSize, mode) != fcf_list.BufSize) {
9195 kmem_free(tmp_buf, fcf_list.BufSize);
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dexioct.h1138 UINT32 BufSize; member in struct:_EXT_FCF_LIST

Completed in 87 milliseconds