Searched refs:_in (Results 1 – 13 of 13) sorted by relevance
/illumos-gate/usr/src/uts/common/sys/ |
H A D | net80211.h | 647 #define ieee80211_node_initref(_in) \ argument 648 ((_in)->in_refcnt = 1) 649 #define ieee80211_node_incref(_in) \ argument 650 atomic_inc_uint(&(_in)->in_refcnt) 651 #define ieee80211_node_decref(_in) \ argument 652 atomic_dec_uint(&(_in)->in_refcnt) 653 #define ieee80211_node_decref_nv(_in) \ argument 654 atomic_dec_uint_nv(&(_in)->in_refcnt) 655 #define ieee80211_node_refcnt(_in) \ argument 656 (_in)->in_refcnt
|
/illumos-gate/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)) { \
|
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | newterm.c | 284 sp->_in = wio; 412 if (sp->_in != (void *) 0) 413 free(sp->_in);
|
H A D | wget_wch.c | 100 wio = (t_wide_io *) __m_screen->_in;
|
H A D | wgetn_ws.c | 269 wio = (t_wide_io *) __m_screen->_in; in fld_insert()
|
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | newterm.c | 280 sp->_in = wio; in newterm() 424 if (sp->_in != NULL) in delscreen() 425 free(sp->_in); in delscreen()
|
H A D | wget_wch.c | 99 wio = (t_wide_io *) __m_screen->_in; in wget_wch()
|
H A D | wgetn_ws.c | 293 wio = (t_wide_io *) __m_screen->_in; in fld_insert()
|
/illumos-gate/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()
|
/illumos-gate/usr/src/cmd/troff/ |
H A D | tdef.h | 502 #define in env._in 575 int _in; member
|
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/documentation/ |
H A D | ecore.tex | 1006 …\texttt{num\_sq\_pages\_in\_ring} & Number of outstanding tasks on the connection * 8B / page-size… 1007 \texttt{num\_r2tq\_pages\_in\_ring} & Same as \texttt{num\_sq\_pages\_in\_ring} \\ \hline 1008 …xttt{num\_uhq\_pages\_in\_ring} & Number of outstanding un-ACKed PDUs, suggested default value -- … 1034 …on} -- this function allocates the resources for the connection. \texttt{p\_in\_conn} which is pas… 1159 …on} -- this function allocates the resources for the connection. \texttt{p\_in\_conn} which is pas…
|
/illumos-gate/usr/src/lib/libxcurses2/h/ |
H A D | curses.h | 175 void *_in; /* Wide I/O object. */ member
|
/illumos-gate/usr/src/lib/libxcurses/h/ |
H A D | curses.h | 172 void *_in; /* Wide I/O object. */ member
|