Home
last modified time | relevance | path

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

/NextBSD/sys/fs/nfs/
HDnfsport.h763 #define M_NFSCLDS M_NEWNFSCLDS macro
/NextBSD/sys/fs/nfsclient/
HDnfs_clrpcops.c872 dsp = malloc(sizeof(struct nfsclds), M_NFSCLDS, M_WAITOK | M_ZERO); in nfsrpc_setclient()
4520 dsp = malloc(sizeof(struct nfsclds) + len, M_NFSCLDS, in nfsrpc_exchangeid()
4549 free(dsp, M_NFSCLDS); in nfsrpc_exchangeid()
5846 free(dsp, M_NFSCLDS); in nfscl_freenfsclds()