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

123

/freebsd-11-stable/sys/kgssapi/
H A Dgss_verify_mic.c59 MCLGET(m, M_WAITOK);
64 MCLGET(mic, M_WAITOK);
H A Dgss_get_mic.c59 MCLGET(m, M_WAITOK);
H A Dgss_unwrap.c60 MCLGET(m, M_WAITOK);
H A Dgss_wrap.c61 MCLGET(m, M_WAITOK);
/freebsd-11-stable/sys/netgraph/atm/
H A Dngatmbase.c154 if (!(MCLGET(m0, M_NOWAIT)))
175 if (!(MCLGET(m, M_NOWAIT)))
/freebsd-11-stable/sys/netgraph/atm/sscop/
H A Dng_sscop_cust.h330 if (!(MCLGET(m, M_NOWAIT))){ \
/freebsd-11-stable/sys/dev/pdq/
H A Dpdq_freebsd.h193 if (!(MCLGET(x_m0, M_NOWAIT))) { \
H A Dpdqvar.h219 if (!(MCLGET(x_m0, M_NOWAIT))) { \
H A Dpdq_ifsubr.c757 if (!(MCLGET(m, M_NOWAIT))) {
/freebsd-11-stable/sys/netgraph/bluetooth/drivers/ubt/
H A Dng_ubt.c820 if (!(MCLGET(m, M_NOWAIT))) {
919 if (!(MCLGET(m, M_NOWAIT))) {
1128 if (!(MCLGET(m, M_NOWAIT))) {
/freebsd-11-stable/sys/netgraph/
H A Dng_vjc.c487 if (!(MCLGET(hm, M_NOWAIT))) {
/freebsd-11-stable/sys/dev/ep/
H A Dif_ep.c760 MCLGET(m, M_NOWAIT);
788 MCLGET(m, M_NOWAIT);
/freebsd-11-stable/sys/dev/mn/
H A Dif_mn.c712 MCLGET(m, M_WAITOK);
726 MCLGET(m, M_WAITOK);
1168 if (!(MCLGET(m, M_NOWAIT))) {
/freebsd-11-stable/sys/dev/usb/misc/
H A Dudbp.c423 if (!(MCLGET(m, M_NOWAIT))) {
/freebsd-11-stable/sys/dev/cm/
H A Dsmc90cx6.c543 if (!(MCLGET(m, M_NOWAIT))) {
/freebsd-11-stable/sys/dev/le/
H A Dlance.c402 if (!(MCLGET(m, M_NOWAIT)))
/freebsd-11-stable/sys/mips/adm5120/
H A Dif_admsw.c658 if (!(MCLGET(m, M_NOWAIT))) {
1229 if (!(MCLGET(m, M_NOWAIT))) {
/freebsd-11-stable/sys/contrib/ipfilter/netinet/
H A Dip_fil_freebsd.c378 if (!(MCLGET(m, M_NOWAIT))) {
590 if (!(MCLGET(m, M_NOWAIT))) {
/freebsd-11-stable/sys/dev/my/
H A Dif_my.c1088 if (!(MCLGET(m_new, M_NOWAIT))) {
1354 if (!(MCLGET(m_new, M_NOWAIT))) {
/freebsd-11-stable/sys/netgraph/bluetooth/drivers/bt3c/
H A Dng_bt3c_pccard.c817 if (!(MCLGET(sc->m, M_NOWAIT))) {
/freebsd-11-stable/sys/dev/snc/
H A Ddp83932.c1132 if (!(MCLGET(m, M_NOWAIT))) {
/freebsd-11-stable/sys/dev/smc/
H A Dif_smc.c696 if (!(MCLGET(m, M_NOWAIT))) {
/freebsd-11-stable/sys/dev/cs/
H A Dif_cs.c721 if (!(MCLGET(m, M_NOWAIT))) {
/freebsd-11-stable/sys/dev/ex/
H A Dif_ex.c750 if (MCLGET(m, M_NOWAIT)) {
/freebsd-11-stable/sys/dev/vx/
H A Dif_vx.c870 if (MCLGET(m, M_NOWAIT))

Completed in 196 milliseconds

123