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