Lines Matching defs:lsp
3715 } *lsp, *nlsp;
3801 lsp = (struct list *)malloc(sizeof (struct list)
3803 error = nfsrv_mtostr(nd, lsp->host, len);
3807 lsp->len = len;
3808 SLIST_INSERT_HEAD(&head, lsp, next);
3829 SLIST_FOREACH_SAFE(lsp, &head, next, nlsp) {
3830 nfsrv_refstrbigenough(siz + lsp->len + stringlen + 3,
3833 NFSBCOPY(lsp->host, cp3, lsp->len);
3834 cp3 += lsp->len;
3839 siz += (lsp->len + stringlen + 2);
3840 free((caddr_t)lsp, M_TEMP);