Lines Matching defs:lsp
4454 } *lsp, *nlsp;
4540 lsp = (struct list *)malloc(sizeof (struct list)
4542 error = nfsrv_mtostr(nd, lsp->host, len);
4546 lsp->len = len;
4547 SLIST_INSERT_HEAD(&head, lsp, next);
4568 SLIST_FOREACH_SAFE(lsp, &head, next, nlsp) {
4569 nfsrv_refstrbigenough(siz + lsp->len + stringlen + 3,
4572 NFSBCOPY(lsp->host, cp3, lsp->len);
4573 cp3 += lsp->len;
4578 siz += (lsp->len + stringlen + 2);
4579 free(lsp, M_TEMP);