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

/illumos-gate/usr/src/cmd/picl/plugins/sun4u/chicago/envd/
H A Dpiclenvd.c374 env_tuneable_t tuneables[] = { variable
455 * We use this to figure out how many tuneables there are
459 int ntuneables = (sizeof (tuneables)/sizeof (tuneables[0]));
1921 * via tuneables. Disk temperature monitoring is disabled
1977 tuneablep = &tuneables[i];
2019 (void) memcpy(tuneables->value, buf, tuneables->nbytes);
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/enchilada/envd/
H A Dpiclenvd.c339 env_tuneable_t tuneables[] = { variable
428 * We use this to figure out how many tuneables there are
432 int ntuneables = (sizeof (tuneables)/sizeof (tuneables[0]));
2356 tuneablep = &tuneables[i];
2723 (void) memcpy((caddr_t)tuneables->value, (caddr_t)buf,
2724 tuneables->nbytes);
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/taco/envd/
H A Dpiclenvd.c247 env_tuneable_t tuneables[] = { variable
290 * We use this to figure out how many tuneables there are
294 int ntuneables = (sizeof (tuneables)/sizeof (tuneables[0]));
1612 tuneablep = &tuneables[i];
1813 (void) memcpy((caddr_t)tuneables->value, (caddr_t)buf,
1814 tuneables->nbytes);

Completed in 56 milliseconds