Searched refs:M_NFSREQ (Results 1 - 5 of 5) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dmalloc.h115 #define M_NFSREQ 22 /* NFS request header */ macro
/macosx-10.5.8/xnu-1228.15.4/bsd/nfs/
H A Dnfs.h740 MALLOC_DECLARE(M_NFSREQ); variable
H A Dnfs_node.c505 FREE_ZONE(nsp, sizeof(*nsp), M_NFSREQ);
H A Dnfs_socket.c1377 MALLOC_ZONE(newreq, struct nfsreq*, sizeof(*newreq), M_NFSREQ, M_WAITOK);
1393 FREE_ZONE(newreq, sizeof(*newreq), M_NFSREQ);
1403 FREE_ZONE(newreq, sizeof(*newreq), M_NFSREQ);
1500 FREE_ZONE(req, sizeof(*req), M_NFSREQ);
H A Dnfs_vnops.c4619 sizeof (struct nfs_sillyrename), M_NFSREQ, M_WAITOK);
4665 FREE_ZONE(nsp, sizeof(*nsp), M_NFSREQ);

Completed in 109 milliseconds