Searched refs:mbuf_get (Results 1 – 6 of 6) sorted by relevance
| /xnu-12377.41.6/bsd/nfs/ |
| H A D | nfsm_subs.h | 199 (E) = mbuf_get(MBUF_WAITOK, MBUF_TYPE_DATA, (MBP)); \
|
| H A D | nfs_gss.c | 158 error = mbuf_get(MBUF_WAITOK, MBUF_TYPE_DATA, &nmb); in rpc_gss_prepend_32() 194 error = mbuf_get(MBUF_WAITOK, MBUF_TYPE_DATA, &mb); in rpc_gss_data_create()
|
| H A D | nfs_socket.c | 442 if (msg.msg_name && (mbuf_get(MBUF_WAITOK, MBUF_TYPE_SONAME, &mhck) == 0)) { in nfsrv_rcv_locked()
|
| /xnu-12377.41.6/bsd/net/ |
| H A D | net_stubs.c | 202 STUB(mbuf_get);
|
| /xnu-12377.41.6/bsd/sys/ |
| H A D | kpi_mbuf.h | 482 extern errno_t mbuf_get(mbuf_how_t how, mbuf_type_t type, mbuf_t *mbuf)
|
| /xnu-12377.41.6/bsd/kern/ |
| H A D | kpi_mbuf.c | 163 mbuf_get(mbuf_how_t how, mbuf_type_t type, mbuf_t *mbuf) in mbuf_get() function 367 error = mbuf_get(how, type, mbuf); in mbuf_mclget()
|