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