Searched refs:_state (Results 1 – 13 of 13) sorted by relevance
/titanic_44/usr/src/lib/libxcurses/src/libc/wide/ |
H A D | wio_get.c | 74 start_state = wio->_state; 77 if (mbrtowc((wchar_t *) 0, &mb, 1, &wio->_state) == -1 78 || mbsinit(&start_state) == mbsinit(&wio->_state)) { 82 wio->_state = start_state; 126 start_state = wio->_state; 135 &wc, (char *) (wio->_mb + wio->_next), 1, &wio->_state 168 wio->_state = start_state;
|
H A D | wio_put.c | 72 if ((mb_len = wcrtomb((char *) wio->_mb, wc, &wio->_state)) < 0)
|
/titanic_44/usr/src/uts/common/sys/ib/clients/of/sol_uverbs/ |
H A D | sol_uverbs_qp.h | 43 #define IBT_TO_OFA_QP_STATE(_state) ((_state) < IBT_STATE_SQDRAIN ? \ argument 44 (_state) : IBT_STATE_SQD)
|
/titanic_44/usr/src/lib/libc/inc/ |
H A D | file64.h | 71 mbstate_t _state; /* mbstate_t */ member 84 mbstate_t _state; /* mbstate_t */ member
|
H A D | mse.h | 57 #define _getmbstate(iop) (&(iop)->_state)
|
/titanic_44/usr/src/uts/common/sys/fibre-channel/fca/emlxs/ |
H A D | emlxs_fc.h | 136 #define EMLXS_FCT_STATE_CHG(_fct_cmd, _cmd_sbp, _state) \ argument 137 (_cmd_sbp)->fct_state = _state; \ 138 emlxs_fct_io_trace((_cmd_sbp)->port, _fct_cmd, _state) 141 #define EMLXS_FCT_STATE_CHG(_fct_cmd, _cmd_sbp, _state) \ argument 142 (_cmd_sbp)->fct_state = _state 427 #define EMLXS_SET_DFC_STATE(_n, _state) if (_n && _n->nlp_active)\ argument 428 {(_n)->dfc_state = (_state); } 1282 #define EMLXS_STATE_CHANGE(_hba, _state)\ argument 1285 EMLXS_STATE_CHANGE_LOCKED((_hba), (_state)); \ 1290 #define EMLXS_STATE_CHANGE_LOCKED(_hba, _state) \ argument [all …]
|
/titanic_44/usr/src/lib/libxcurses/h/ |
H A D | m_wio.h | 58 mbstate_t _state; member
|
H A D | curses.h | 170 mbstate_t _state; /* Current multibyte state of _of. */ member
|
/titanic_44/usr/src/lib/libc/port/stdio/ |
H A D | flush.c | 63 #define FPSTATE(fp) &fp->_state 76 &x##fp->xstate : &_xftab[IOPIND(fp)]._state 87 #define xstate _xdat._state 837 return (&dat->_state); in _getmbstate()
|
/titanic_44/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | m_cc.c | 228 convert._state = initial; 815 j = wcrtomb(mb, cc->_wc[i], &__m_screen->_state);
|
/titanic_44/usr/src/uts/common/io/ath/ |
H A D | ath_hal.h | 1197 #define ATH_HAL_SETLEDSTATE(_ah, _state) \ argument 1198 ((*(_ah)->ah_setLedState)((_ah), (_state)))
|
/titanic_44/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/ |
H A D | lm5710.h | 502 u16_t _state = (_pdev)->vars.attn_state; \ 504 DbgBreakIf(~(_attn_bits ^ _attn_ack) & (_attn_bits ^ _state)); \ 506 *(_asserted_grps_ptr) = _attn_bits & ~_attn_ack & ~_state; \ 507 *(_deasserted_grps_ptr) = ~_attn_bits & _attn_ack & _state; \
|
/titanic_44/usr/src/lib/libxcurses2/h/ |
H A D | curses.h | 169 mbstate_t _state; /* Current multibyte state of _of. */ member
|