Searched defs:physlen (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/
H A Dpm.c2285 size_t physlen; local
2322 physlen = pscep->psce_out->size;
2329 if (physlen == (size_t)-1) { /* kmemalloc failed */
2331 physlen = 1;
2333 if ((psc.physpath == NULL) || (psc.size < physlen)) {
2340 physpath = kmem_zalloc(physlen, KM_SLEEP);
2342 (void *) physpath, physlen);
2388 physlen, &lencopied);
2389 kmem_free(physpath, physlen);
2428 size_t physlen; local
[all...]

Completed in 60 milliseconds