Searched refs:ssdsize (Results 1 – 1 of 1) sorted by relevance
211 size_t ssdsize; in write_elfnotes() local434 ssdsize = prnldt(p) * sizeof (struct ssd); in write_elfnotes()435 if (ssdsize != 0) { in write_elfnotes()436 ssd = kmem_alloc(ssdsize, KM_SLEEP); in write_elfnotes()438 error = elfnote(vp, &offset, NT_LDT, ssdsize, in write_elfnotes()440 kmem_free(ssd, ssdsize); in write_elfnotes()