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

/illumos-gate/usr/src/uts/i86pc/io/xsvc/
H A Dxsvc.c215 int maxallocmem; local
258 * the maxallocmem property will override the default (xsvc_max_memory).
261 maxallocmem = ddi_prop_get_int(DDI_DEV_T_ANY, state->xs_dip,
262 DDI_PROP_DONTPASS, "maxallocmem", -1);
263 if (maxallocmem >= 0) {
264 xsvc_max_memory = maxallocmem * 1024;

Completed in 65 milliseconds