Searched refs:m_type (Results 1 - 13 of 13) sorted by relevance

/haiku/headers/tools/cppunit/cppunit/
H A DException.h24 Type( std::string type ) : m_type ( type ) {}
28 return m_type == other.m_type;
31 const std::string m_type; member in class:CppUnit::Exception::Type
/haiku/src/libs/compat/freebsd_network/
H A Dfbsd_uipc_mbuf2.c236 o = m_getcl(M_NOWAIT, m->m_type, 0);
238 o = m_get(M_NOWAIT, m->m_type);
285 n = m_getcl(wait, m->m_type, M_PKTHDR);
287 n = m_getcl(wait, m->m_type, 0);
290 n = m_gethdr(wait, m->m_type);
292 n = m_get(wait, m->m_type);
H A Dfbsd_uipc_mbuf.c415 mn = m_gethdr(how, m->m_type);
417 mn = m_get(how, m->m_type);
468 n = m_gethdr(wait, m->m_type);
470 n = m_get(wait, m->m_type);
518 n = m_get(how, m->m_type);
536 o = m_get(how, m->m_type);
614 n = m_getcl(how, m->m_type, 0);
617 n = m_get(how, m->m_type);
807 m = m_get(M_NOWAIT, n->m_type);
851 m = m_get(M_NOWAIT, n->m_type);
[all...]
H A Dmbuf.c58 m->m_type = type;
/haiku/src/apps/cortex/DiagramView/
H A DDiagramItem.h91 { return m_type; }
257 uint32 m_type; member in class:DiagramItem
H A DDiagramItem.cpp55 : m_type(itemType),
/haiku/src/libs/compat/openbsd_wlan/net80211/
H A Dieee80211_crypto_wep.c92 MGET(n0, M_DONTWAIT, m0->m_type);
145 MGET(n->m_next, M_DONTWAIT, n->m_type);
172 MGET(n->m_next, M_DONTWAIT, n->m_type);
226 MGET(n0, M_DONTWAIT, m0->m_type);
261 MGET(n->m_next, M_DONTWAIT, n->m_type);
H A Dieee80211_crypto_ccmp.c179 MGET(n0, M_DONTWAIT, m0->m_type);
237 MGET(n->m_next, M_DONTWAIT, n->m_type);
281 MGET(n->m_next, M_DONTWAIT, n->m_type);
381 MGET(n0, M_DONTWAIT, m0->m_type);
426 MGET(n->m_next, M_DONTWAIT, n->m_type);
H A Dieee80211_crypto_tkip.c196 MGET(n0, M_DONTWAIT, m0->m_type);
254 MGET(n->m_next, M_DONTWAIT, n->m_type);
281 MGET(n->m_next, M_DONTWAIT, n->m_type);
391 MGET(n0, M_DONTWAIT, m0->m_type);
435 MGET(n->m_next, M_DONTWAIT, n->m_type);
H A Dieee80211_crypto_bip.c119 MGET(m->m_next, M_DONTWAIT, m->m_type);
/haiku/src/libs/compat/openbsd_network/compat/sys/
H A Dmbuf-obsd.h101 m = m_get(wait, m0->m_type);
/haiku/src/libs/compat/freebsd_network/compat/sys/
H A Dmbuf.h258 uint32_t m_type:8, /* type of data in this mbuf */ member in struct:mbuf
/haiku/src/libs/compat/freebsd_wlan/net80211/
H A Dieee80211_output.c1381 struct mbuf *n = m_gethdr(M_NOWAIT, m->m_type);

Completed in 176 milliseconds