Searched refs:_in (Results 1 – 12 of 12) sorted by relevance
/titanic_41/usr/src/uts/common/sys/ |
H A D | net80211.h | 642 #define ieee80211_node_initref(_in) \ argument 643 ((_in)->in_refcnt = 1) 644 #define ieee80211_node_incref(_in) \ argument 645 atomic_inc_uint(&(_in)->in_refcnt) 646 #define ieee80211_node_decref(_in) \ argument 647 atomic_dec_uint(&(_in)->in_refcnt) 648 #define ieee80211_node_decref_nv(_in) \ argument 649 atomic_dec_uint_nv(&(_in)->in_refcnt) 650 #define ieee80211_node_refcnt(_in) \ argument 651 (_in)->in_refcnt
|
/titanic_41/usr/src/uts/common/io/net80211/ |
H A D | net80211_impl.h | 322 #define IEEE80211_SEND_MGMT(_ic, _in, _type, _arg) \ argument 323 ((*(_ic)->ic_send_mgmt)((_ic), (_in), (_type), (_arg))) 352 #define IEEE80211_VERIFY_SSID(_in, _ssid, _func) do { \ argument 354 ASSERT((_in) != NULL); \ 356 ((_ssid)[1] != (_in)->in_esslen || \ 357 bcmp((_ssid) + 2, (_in)->in_essid, (_ssid)[1]) != 0)) { \
|
/titanic_41/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | newterm.c | 286 sp->_in = wio; 414 if (sp->_in != (void *) 0) 415 free(sp->_in);
|
H A D | wget_wch.c | 102 wio = (t_wide_io *) __m_screen->_in;
|
H A D | wgetn_ws.c | 271 wio = (t_wide_io *) __m_screen->_in; in fld_insert()
|
/titanic_41/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | newterm.c | 282 sp->_in = wio; in newterm() 426 if (sp->_in != NULL) in delscreen() 427 free(sp->_in); in delscreen()
|
H A D | wget_wch.c | 101 wio = (t_wide_io *) __m_screen->_in; in wget_wch()
|
H A D | wgetn_ws.c | 295 wio = (t_wide_io *) __m_screen->_in; in fld_insert()
|
/titanic_41/usr/src/lib/libsasl/lib/ |
H A D | saslutil.c | 122 int sasl_encode64(const char *_in, unsigned inlen, in sasl_encode64() argument 125 const unsigned char *in = (const unsigned char *)_in; in sasl_encode64()
|
/titanic_41/usr/src/cmd/troff/ |
H A D | tdef.h | 504 #define in env._in 577 int _in; member
|
/titanic_41/usr/src/lib/libxcurses/h/ |
H A D | curses.h | 174 void *_in; /* Wide I/O object. */ member
|
/titanic_41/usr/src/lib/libxcurses2/h/ |
H A D | curses.h | 177 void *_in; /* Wide I/O object. */ member
|