Searched refs:MBUF_WAITOK (Results 1 - 11 of 11) sorted by relevance

/darwin-on-arm/xnu/bsd/nfs/
H A Dkrpc_subr.c173 error = mbuf_gethdr(MBUF_WAITOK, MBUF_TYPE_DATA, &m);
266 if ((error = mbuf_get(MBUF_WAITOK, MBUF_TYPE_SONAME, &m)))
291 if ((error = mbuf_get(MBUF_WAITOK, MBUF_TYPE_SONAME, &nam)))
328 if ((error = mbuf_prepend(&mhead, len, MBUF_WAITOK)))
365 if ((error = mbuf_copym(mhead, 0, MBUF_COPYALL, MBUF_WAITOK, &m)))
H A Dnfs_srvcache.c272 error = mbuf_copym(rp->rc_reply, 0, MBUF_COPYALL, MBUF_WAITOK, mrepp);
343 error = mbuf_copym(nd->nd_nam, 0, MBUF_COPYALL, MBUF_WAITOK, &rp->rc_nam);
410 error = mbuf_copym(repmbuf, 0, MBUF_COPYALL, MBUF_WAITOK, &rp->rc_reply);
H A Dnfs_boot.c388 error = mbuf_gethdr(MBUF_WAITOK, MBUF_TYPE_DATA, m);
392 error = mbuf_mclget(MBUF_WAITOK, MBUF_TYPE_DATA, m);
H A Dnfsm_subs.h204 (E) = mbuf_mclget(MBUF_WAITOK, MBUF_TYPE_DATA, (MBP)); \
206 (E) = mbuf_get(MBUF_WAITOK, MBUF_TYPE_DATA, (MBP)); \
H A Dnfs_syscalls.c996 nfsrv_rcv_locked(slp->ns_so, slp, MBUF_WAITOK);
1150 error = mbuf_prepend(&m, NFSX_UNSIGNED, MBUF_WAITOK);
H A Dnfs_socket.c2546 error = mbuf_gethdr(MBUF_WAITOK, MBUF_TYPE_DATA, &mhead);
2946 wait ? MBUF_WAITOK : MBUF_DONTWAIT, &mreqcopy);
4937 if ((error = mbuf_copym(mreq, 0, MBUF_COPYALL, MBUF_WAITOK, &m)))
5428 error = mbuf_getpacket(MBUF_WAITOK, &mrep);
5430 error = mbuf_gethdr(MBUF_WAITOK, MBUF_TYPE_DATA, &mrep);
5556 * be called with MBUF_WAITOK from an nfsd.
5656 if (msg.msg_name && (mbuf_get(MBUF_WAITOK, MBUF_TYPE_SONAME, &mhck) == 0)) {
H A Dnfs_subs.c1080 error = mbuf_getpacket(MBUF_WAITOK, &mreq);
1082 error = mbuf_gethdr(MBUF_WAITOK, MBUF_TYPE_DATA, &mreq);
/darwin-on-arm/xnu/bsd/sys/
H A Dkpi_mbuf.h217 @constant MBUF_WAITOK Allow a call to allocate an mbuf to block.
222 MBUF_WAITOK = 0, /* Ok to block to get memory */ enumerator in enum:__anon508
/darwin-on-arm/xnu/bsd/net/
H A Dntstat.c1538 if (mbuf_allocpacket(MBUF_WAITOK, size, &one, &msg) != 0)
1697 if (mbuf_allocpacket(MBUF_WAITOK, sizeof(nstat_msg_src_added), &one, &msg) != 0)
/darwin-on-arm/xnu/bsd/kern/
H A Dkpi_mbuf.c256 if (how == MBUF_WAITOK)
H A Duipc_mbuf.c1362 _CASSERT(MBUF_WAITOK == M_WAIT);

Completed in 120 milliseconds