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

/illumos-gate/usr/src/uts/common/io/sata/impl/
H A Dsata.c5829 #define MAX_LOG_SENSE_PAGE_SIZE 512 macro
5838 buf = kmem_zalloc(MAX_LOG_SENSE_PAGE_SIZE, KM_NOSLEEP);
5843 buf = kmem_zalloc(MAX_LOG_SENSE_PAGE_SIZE, KM_SLEEP);
5851 kmem_free(buf, MAX_LOG_SENSE_PAGE_SIZE);
6028 ASSERT(len <= MAX_LOG_SENSE_PAGE_SIZE);
6051 (void) kmem_free(buf, MAX_LOG_SENSE_PAGE_SIZE);

Completed in 82 milliseconds