Searched refs:MCLGET (Results 1 - 22 of 22) sorted by relevance

/freebsd-current/sys/kgssapi/
H A Dgss_verify_mic.c58 MCLGET(m, M_WAITOK);
63 MCLGET(mic, M_WAITOK);
H A Dgss_get_mic.c58 MCLGET(m, M_WAITOK);
H A Dgss_unwrap.c59 MCLGET(m, M_WAITOK);
H A Dgss_wrap.c60 MCLGET(m, M_WAITOK);
/freebsd-current/sys/netgraph/bluetooth/drivers/ubt/
H A Dng_ubt.c973 if (!(MCLGET(m, M_NOWAIT))) {
1072 if (!(MCLGET(m, M_NOWAIT))) {
1281 if (!(MCLGET(m, M_NOWAIT))) {
/freebsd-current/sys/netgraph/
H A Dng_vjc.c485 if (!(MCLGET(hm, M_NOWAIT))) {
/freebsd-current/sys/dev/usb/misc/
H A Dudbp.c420 if (!(MCLGET(m, M_NOWAIT))) {
/freebsd-current/sys/dev/le/
H A Dlance.c398 if (!(MCLGET(m, M_NOWAIT)))
/freebsd-current/sys/netpfil/ipfilter/netinet/
H A Dip_fil_freebsd.c367 if (!(MCLGET(m, M_NOWAIT))) {
573 if (!(MCLGET(m, M_NOWAIT))) {
/freebsd-current/sys/dev/my/
H A Dif_my.c1077 if (!(MCLGET(m_new, M_NOWAIT))) {
1341 if (!(MCLGET(m_new, M_NOWAIT))) {
/freebsd-current/sys/dev/safe/
H A Dsafe.c1081 if (!(MCLGET(m, M_NOWAIT))) {
1107 if (!(MCLGET(m, M_NOWAIT))) {
/freebsd-current/sys/fs/nfs/
H A Dnfsport.h162 MCLGET((m), (w)); \
/freebsd-current/sys/dev/hifn/
H A Dhifn7751.c1857 if (!(MCLGET(m0, M_NOWAIT))) {
1879 if (!(MCLGET(m, M_NOWAIT))) {
/freebsd-current/sys/dev/smc/
H A Dif_smc.c716 if (!(MCLGET(m, M_NOWAIT))) {
/freebsd-current/sys/dev/sbni/
H A Dif_sbni.c858 if (!(MCLGET(m, M_NOWAIT))) {
/freebsd-current/sys/sys/
H A Dmbuf.h1123 #define MCLGET(m, how) m_clget((m), (how)) macro
/freebsd-current/sys/kern/
H A Duipc_socket.c3529 MCLGET(m, sopt->sopt_td ? M_WAITOK : M_NOWAIT);
3549 MCLGET(m, sopt->sopt_td != NULL ? M_WAITOK :
/freebsd-current/sys/netpfil/pf/
H A Dpflow.c569 MCLGET(m, M_NOWAIT);
/freebsd-current/share/man/man9/
H A DMakefile1489 mbuf.9 MCLGET.9 \
/freebsd-current/sys/compat/linux/
H A Dlinux_socket.c1430 MCLGET(control, M_WAITOK);
/freebsd-current/sys/dev/ti/
H A Dif_ti.c1604 if (!(MCLGET(m[NPAYLOAD], M_NOWAIT))) {
/freebsd-current/sys/fs/nfsserver/
H A Dnfs_nfsdport.c902 MCLGET(m, M_WAITOK);

Completed in 265 milliseconds