Home
last modified time | relevance | path

Searched refs:maxallocmem (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/io/xsvc/
H A Dxsvc.conf34 maxallocmem=10240;
H A Dxsvc.c215 int maxallocmem; in xsvc_attach() local
261 maxallocmem = ddi_prop_get_int(DDI_DEV_T_ANY, state->xs_dip, in xsvc_attach()
263 if (maxallocmem >= 0) { in xsvc_attach()
264 xsvc_max_memory = maxallocmem * 1024; in xsvc_attach()