Lines Matching defs:how
549 #define MBUF_CHECKSLEEP(how) do { \ argument
555 #define MBUF_CHECKSLEEP(how) argument
705 m_init(struct mbuf *m, int how, short type, int flags) in m_init()
725 m_get(int how, short type) in m_get()
738 m_gethdr(int how, short type) in m_gethdr()
751 m_getcl(int how, short type, int flags) in m_getcl()
844 #define MGET(m, how, type) ((m) = m_get((how), (type))) argument
845 #define MGETHDR(m, how, type) ((m) = m_gethdr((how), (type))) argument
846 #define MCLGET(m, how) m_clget((m), (how)) argument
850 #define m_getm(m, len, how, type) \ argument
955 #define M_PREPEND(m, plen, how) do { \ argument