Home
last modified time | relevance | path

Searched refs:_in (Results 1 – 13 of 13) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dnet80211.h647 #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 Dnet80211_impl.h322 #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 Dnewterm.c284 sp->_in = wio;
412 if (sp->_in != (void *) 0)
413 free(sp->_in);
H A Dwget_wch.c100 wio = (t_wide_io *) __m_screen->_in;
H A Dwgetn_ws.c269 wio = (t_wide_io *) __m_screen->_in; in fld_insert()
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dnewterm.c280 sp->_in = wio; in newterm()
424 if (sp->_in != NULL) in delscreen()
425 free(sp->_in); in delscreen()
H A Dwget_wch.c99 wio = (t_wide_io *) __m_screen->_in; in wget_wch()
H A Dwgetn_ws.c293 wio = (t_wide_io *) __m_screen->_in; in fld_insert()
/illumos-gate/usr/src/lib/libsasl/lib/
H A Dsaslutil.c122 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 Dtdef.h502 #define in env._in
575 int _in; member
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/documentation/
H A Decore.tex1006 …\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/libxcurses/h/
H A Dcurses.h172 void *_in; /* Wide I/O object. */ member
/illumos-gate/usr/src/lib/libxcurses2/h/
H A Dcurses.h175 void *_in; /* Wide I/O object. */ member