Home | History | Annotate | Download | only in server

Lines Matching refs:MALLOC

1517  * cases, *new_stpp and *new_lopp should be malloc'd before the call,
1580 * Malloc now, before we start sifting through the linked lists,
1585 MALLOC(other_lop, struct nfslock *, sizeof (struct nfslock),
2276 MALLOC(new_lfp, struct nfslockfile *, sizeof (struct nfslockfile),
2525 MALLOC(new_lfp, struct nfslockfile *, sizeof (struct nfslockfile),
2527 MALLOC(new_open, struct nfsstate *, sizeof (struct nfsstate),
2529 MALLOC(new_deleg, struct nfsstate *, sizeof (struct nfsstate),
4466 sf->nsf_bootvals = (time_t *)malloc((sf->nsf_numboots + 1) *
4503 tsp = (struct nfst_rec *)malloc(sizeof (struct nfst_rec) +
4538 sp = (struct nfsrv_stable *)malloc(tsp->len +
4595 sf->nsf_bootvals = (time_t *)malloc(sizeof (time_t),
4658 sp = (struct nfst_rec *)malloc(sizeof (struct nfst_rec) +
5645 rlp = malloc(sizeof (struct nfsrollback), M_NFSDROLLBACK,
5685 new_lop = malloc(sizeof (struct nfslock), M_NFSDLOCK, M_WAITOK);
5687 other_lop = malloc(sizeof (struct nfslock), M_NFSDLOCK,