Searched refs:ssdsize (Results 1 – 1 of 1) sorted by relevance
265 size_t ssdsize; in write_elfnotes() local504 ssdsize = prnldt(p) * sizeof (struct ssd); in write_elfnotes()505 if (ssdsize != 0) { in write_elfnotes()506 ssd = kmem_alloc(ssdsize, KM_SLEEP); in write_elfnotes()508 error = elfnote(vp, &offset, NT_LDT, ssdsize, in write_elfnotes()510 kmem_free(ssd, ssdsize); in write_elfnotes()