/src/sys/nfs/ |
nfs_subs.c | 588 m_clget(mb, M_WAIT); 620 m_clget(mb, M_WAIT); 673 m_clget(mb2, M_WAIT); 708 m_clget(mb2, M_WAIT); 840 m_clget(mp, M_WAIT); 1080 m_clget(m1, M_WAIT);
|
nfs_subs.c | 588 m_clget(mb, M_WAIT); 620 m_clget(mb, M_WAIT); 673 m_clget(mb2, M_WAIT); 708 m_clget(mb2, M_WAIT); 840 m_clget(mp, M_WAIT); 1080 m_clget(m1, M_WAIT);
|
nfs_subs.c | 588 m_clget(mb, M_WAIT); 620 m_clget(mb, M_WAIT); 673 m_clget(mb2, M_WAIT); 708 m_clget(mb2, M_WAIT); 840 m_clget(mp, M_WAIT); 1080 m_clget(m1, M_WAIT);
|
krpc_subr.c | 420 m_clget(m, M_WAIT);
|
krpc_subr.c | 420 m_clget(m, M_WAIT);
|
krpc_subr.c | 420 m_clget(m, M_WAIT);
|
nfs_bootdhcp.c | 598 m_clget(m, M_WAIT);
|
nfsm_subs.h | 510 m_clget(mp, M_WAIT); \
|
nfs_bootdhcp.c | 598 m_clget(m, M_WAIT);
|
nfsm_subs.h | 510 m_clget(mp, M_WAIT); \
|
nfs_bootdhcp.c | 598 m_clget(m, M_WAIT);
|
nfsm_subs.h | 510 m_clget(mp, M_WAIT); \
|
/src/sys/sys/ |
mbuf.h | 477 #define MCLGET(m, how) m_clget((m), (how)) 756 void m_clget(struct mbuf *, int);
|
mbuf.h | 477 #define MCLGET(m, how) m_clget((m), (how)) 756 void m_clget(struct mbuf *, int);
|
mbuf.h | 477 #define MCLGET(m, how) m_clget((m), (how)) 756 void m_clget(struct mbuf *, int);
|
/src/sys/kern/ |
subr_tftproot.c | 253 m_clget(m_outbuf, M_WAIT);
|
subr_tftproot.c | 253 m_clget(m_outbuf, M_WAIT);
|
subr_tftproot.c | 253 m_clget(m_outbuf, M_WAIT);
|
uipc_mbuf.c | 603 m_clget(m, how); 625 m_clget(m, how); 638 m_clget(struct mbuf *m, int how) function in typeref:typename:void
|
uipc_mbuf.c | 603 m_clget(m, how); 625 m_clget(m, how); 638 m_clget(struct mbuf *m, int how) function in typeref:typename:void
|
uipc_mbuf.c | 603 m_clget(m, how); 625 m_clget(m, how); 638 m_clget(struct mbuf *m, int how) function in typeref:typename:void
|
/src/sys/dev/ |
kttcp.c | 276 m_clget(m, M_WAIT);
|
kttcp.c | 276 m_clget(m, M_WAIT);
|
kttcp.c | 276 m_clget(m, M_WAIT);
|
/src/sys/net/ |
if_sl.c | 306 m_clget(sc->sc_mbuf, M_WAIT);
|