Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/fs/nfs/
HDnfsport.h828 #define M_NFSCLDS M_NEWNFSCLDS macro
/freebsd-11-stable/sys/fs/nfsclient/
HDnfs_clrpcops.c931 dsp = malloc(sizeof(struct nfsclds), M_NFSCLDS, M_WAITOK | M_ZERO); in nfsrpc_setclient()
4615 dsp = malloc(sizeof(struct nfsclds) + len + 1, M_NFSCLDS, in nfsrpc_exchangeid()
4644 free(dsp, M_NFSCLDS); in nfsrpc_exchangeid()
5857 free(dsp, M_NFSCLDS); in nfscl_freenfsclds()