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

/illumos-gate/usr/src/uts/common/sys/
H A Dtuneable.h35 typedef struct tune { struct
50 extern tune_t tune;
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/taco/envd/
H A Dpiclenvsetup.c568 copy_persistent_tuneable(env_tuneable_t *tune, char *buf) argument
571 switch (tune->type) {
574 (void) memcpy((int *)tune->value,
575 buf, tune->nbytes);
579 (void) memcpy((caddr_t)tune->value,
580 buf, tune->nbytes);
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/chicago/envd/
H A Dpiclenvsetup.c786 copy_persistent_tuneable(env_tuneable_t *tune, char *buf) argument
789 switch (tune->type) {
791 (void) memcpy((int *)tune->value,
792 buf, tune->nbytes);
796 (void) memcpy((caddr_t)tune->value,
797 buf, tune->nbytes);
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/enchilada/envd/
H A Dpiclenvsetup.c786 copy_persistent_tuneable(env_tuneable_t *tune, char *buf) argument
789 switch (tune->type) {
791 (void) memcpy((int *)tune->value,
792 buf, tune->nbytes);
796 (void) memcpy((caddr_t)tune->value,
797 buf, tune->nbytes);
/illumos-gate/usr/src/cmd/sysdef/
H A Dsysdef.c94 struct tune tune; variable in typeref:struct:tune
369 tu = setup("tune");
410 MEMREAD(tune);
413 tune.t_gpgslo);
415 tune.t_fsflushr);
417 "deadlock (MINARMEM)\n", tune.t_minarmem);
419 "(MINASMEM)\n", tune.t_minasmem);
/illumos-gate/usr/src/uts/common/conf/
H A Dparam.c473 * The integers tune_* are done this way so that the tune
475 * file. The tune data structure is initialized in param_init();
478 tune_t tune; variable
649 * Set each individual element of struct tune to be the
654 tune.t_gpgslo = tune_t_gpgslo;
655 tune.t_fsflushr = tune_t_fsflushr;
656 tune.t_minarmem = tune_t_minarmem;
657 tune.t_minasmem = tune_t_minasmem;
658 tune.t_flckrec = tune_t_flckrec;

Completed in 79 milliseconds