Lines Matching refs:MALLOC
2226 MALLOC(stp, struct nfsstate *, sizeof (struct nfsstate) + i,
2254 MALLOC(stp, struct nfsstate *, sizeof (struct nfsstate),
2277 MALLOC(lop, struct nfslock *, sizeof (struct nfslock),
2383 MALLOC(stp, struct nfsstate *, sizeof (struct nfsstate) + i,
2491 MALLOC(stp, struct nfsstate *, sizeof (struct nfsstate),
2493 MALLOC(lop, struct nfslock *, sizeof (struct nfslock),
2610 MALLOC(stp, struct nfsstate *, sizeof (struct nfsstate) + i,
3473 clp = malloc(sizeof(struct nfsclient) + i, M_NFSDCLIENT, M_WAITOK |
3475 clp->lc_stateid = malloc(sizeof(struct nfsstatehead) *
3681 MALLOC(stp, struct nfsstate *, sizeof (struct nfsstate) + len,
3746 clp = malloc(sizeof(struct nfsclient) + i, M_NFSDCLIENT, M_WAITOK |
3748 clp->lc_stateid = malloc(sizeof(struct nfsstatehead) *
3863 sep = (struct nfsdsession *)malloc(sizeof(struct nfsdsession),