Home
last modified time | relevance | path

Searched refs:NFS_SVCALLOC (Results 1 – 2 of 2) sorted by relevance

/xnu-8020.121.3/bsd/nfs/
H A Dnfs.h172 #define NFS_SVCALLOC 512 macro
H A Dnfs_serv.c202 if (sizeof(struct nfsrv_sock) > NFS_SVCALLOC) { in nfsrv_init()
203 printf("struct nfsrv_sock bloated (> %dbytes)\n", NFS_SVCALLOC); in nfsrv_init()