Searched refs:M_NFSRVDESC (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10.1/xnu-2782.1.97/bsd/sys/
H A Dmalloc.h152 #define M_NFSRVDESC 59 /* NFS server socket descriptor */ macro
/macosx-10.10.1/xnu-2782.1.97/bsd/nfs/
H A Dnfs_syscalls.c1108 FREE_ZONE(nd, sizeof(*nd), M_NFSRVDESC);
1258 FREE_ZONE(nd, sizeof(*nd), M_NFSRVDESC);
1278 FREE_ZONE(nd, sizeof(*nd), M_NFSRVDESC);
1434 FREE_ZONE(nwp, sizeof(*nwp), M_NFSRVDESC);
H A Dnfs.h795 MALLOC_DECLARE(M_NFSRVDESC); variable
H A Dnfs_socket.c6143 sizeof (struct nfsrv_descript), M_NFSRVDESC, M_WAITOK);
6171 FREE_ZONE(nd, sizeof(*nd), M_NFSRVDESC);

Completed in 187 milliseconds