Home
last modified time | relevance | path

Searched refs:_size (Results 1 – 25 of 45) sorted by last modified time

12

/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dgcore.c93 #define GSOP_NAME(_gs, _name, _size) \ argument
94 (_gs)->gs_ops->gsop_name((_gs), (_name), (_size))
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/
H A Dlm5710.h4046 #define LM_BAR_COPY_BUFFER(_pdev, _bar, _offset, _size, _buf_ptr) \ argument
4047 mm_bar_copy_buffer(_pdev, _bar, _offset, _size, _buf_ptr)
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Ddlfcns.c1958 size_t _size; in dlinfo_core() local
1979 _size = pdp->pd_plen + 1; in dlinfo_core()
1980 size += _size; in dlinfo_core()
2008 strs = strs + _size; in dlinfo_core()
/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dadapter.h876 #define t4_os_alloc(_size) kmem_alloc(_size, KM_SLEEP) argument
/illumos-gate/usr/src/uts/common/krtld/
H A Dkobj.c3742 file->_cnt = file->_size = file->_off = 0; in kobj_open_file()
3881 b_size = file->_size; in kobj_read_file()
3942 file->_size = c_size; in kobj_read_file()
4010 if (kobj_read_file(f, NULL, f->_bsize, f->_off + f->_size) > 0) in kobj_filbuf()
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dwget_wch.c141 while (wio->_next < wio->_size) in wget_wch()
142 iqPush(wio->_mb[--wio->_size]); in wget_wch()
H A Dwgetch.c91 if (__m_screen->_unget._count >= __m_screen->_unget._size) in iqPush()
102 if (++(__m_screen->_unget._count) >= __m_screen->_unget._size) in iqAdd()
103 __m_screen->_unget._count = __m_screen->_unget._size - 1; in iqAdd()
H A Dwgetn_ws.c305 if (fld_mb && fld_maxlength < fld_bytes + wio->_size) { in fld_insert()
318 fld_bytes += wio->_size; in fld_insert()
H A Dnewterm.c257 sp->_unget._size = __m_decode_init((t_decode **) &sp->_decode); in newterm()
263 if (sp->_unget._size < (M_TYPEAHEAD_SIZE + MB_LEN_MAX)) in newterm()
264 sp->_unget._size = M_TYPEAHEAD_SIZE + MB_LEN_MAX; in newterm()
266 sp->_unget._stack = calloc((size_t) sp->_unget._size, in newterm()
H A Dm_cc.c229 convert._next = convert._size = 0; in __m_cc_mbs()
/illumos-gate/usr/src/lib/libxcurses2/src/libc/wide/
H A Dwio_put.c90 wio->_size = mb_len; in m_wio_put()
H A Dwio_get.c74 if (wio->_next < wio->_size) { in m_wio_get()
79 wio->_size = 0; in m_wio_get()
87 wio->_size = mbtowc(&wc, (char *)wio->_mb, wio->_next + 1); in m_wio_get()
91 if (0 <= wio->_size) { in m_wio_get()
93 wio->_size = wio->_next; in m_wio_get()
106 wio->_size = wio->_next; in m_wio_get()
109 return (0 < wio->_size ? (wint_t) wio->_mb[wio->_next++] : WEOF); in m_wio_get()
/illumos-gate/usr/src/lib/libxcurses2/h/
H A Dcurses.h177 int _size; /* Allocated size of the input stack. */ member
H A Dm_wio.h55 int _size; member
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dwgetn_ws.c280 if (fld_mb && fld_maxlength < fld_bytes + wio->_size) { in fld_insert()
293 fld_bytes += wio->_size; in fld_insert()
H A Dwget_wch.c130 while (wio->_next < wio->_size)
131 PUSH(wio->_mb[--wio->_size]);
H A Dprivate.h213 #define ISFULL() (__m_screen->_unget._size <= __m_screen->_unget._count)
H A Dnewterm.c261 sp->_unget._size = __m_decode_init((t_decode **) &sp->_decode);
266 if (sp->_unget._size < MB_LEN_MAX)
267 sp->_unget._size = MB_LEN_MAX;
270 (size_t) sp->_unget._size, sizeof *sp->_unget._stack
H A Dm_cc.c227 convert._next = convert._size = 0;
/illumos-gate/usr/src/lib/libxcurses/src/libc/wide/
H A Dwio_get.c119 if (wio->_next < wio->_size)
123 wio->_size = 0;
132 wio->_size = mbrtowc(
138 if (0 <= wio->_size) {
154 wio->_size = wio->_next;
167 wio->_size = wio->_next;
170 return 0 < wio->_size ? (wint_t) wio->_mb[wio->_next++] : WEOF;
H A Dwio_put.c88 wio->_size = mb_len;
/illumos-gate/usr/src/lib/libxcurses/h/
H A Dm_wio.h55 int _size; member
H A Dcurses.h174 int _size; /* Allocated size of the input stack. */ member
/illumos-gate/usr/src/cmd/sendmail/include/sm/
H A Drpool.h142 size_t _size,
151 size_t _size,
161 size_t _size));
165 size_t _size));
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A D_map.h43 #define KW_NAME_SIZE(_size) (_size##_SIZE + 2) argument

12