Home
last modified time | relevance | path

Searched refs:tuneablep (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/picl/plugins/sun4u/taco/envd/
H A Dpiclenvd.c1612 return (tuneablep); in tuneable_lookup()
1630 if (tuneablep == NULL) in get_tach()
1651 tuneablep->nbytes); in get_tach()
1672 if (tuneablep == NULL) in set_tach()
1713 if (tuneablep == NULL) in get_monitor_mode()
1733 tuneablep->nbytes); in get_monitor_mode()
1754 if (tuneablep == NULL) in set_monitor_mode()
1786 if (tuneablep == NULL) in get_string_val()
1808 if (tuneablep == NULL) in set_string_val()
1827 if (tuneablep == NULL) in get_int_val()
[all …]
H A Dpiclenvsetup.c612 env_tuneable_t *tuneablep; in env_picl_setup_tuneables() local
633 tuneablep = &tuneables[i]; in env_picl_setup_tuneables()
634 err = ptree_get_propval_by_name(nodeh, tuneablep->name, in env_picl_setup_tuneables()
635 read_buf, tuneablep->nbytes); in env_picl_setup_tuneables()
641 err = add_volatile_prop(nodeh, tuneablep->name, in env_picl_setup_tuneables()
642 tuneablep->type, in env_picl_setup_tuneables()
643 PICL_READ|PICL_WRITE, tuneablep->nbytes, in env_picl_setup_tuneables()
644 tuneablep->rfunc, in env_picl_setup_tuneables()
645 tuneablep->wfunc, &proph); in env_picl_setup_tuneables()
647 tuneablep->proph = proph; in env_picl_setup_tuneables()
[all …]
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/enchilada/envd/
H A Dpiclenvd.c2372 return (tuneablep); in tuneable_lookup()
2390 if (tuneablep == NULL) in get_cpu_tach()
2431 if (tuneablep == NULL) in set_cpu_tach()
2474 if (tuneablep == NULL) in get_sys_tach()
2515 if (tuneablep == NULL) in set_sys_tach()
2558 if (tuneablep == NULL) in get_monitor_cpu_mode()
2599 if (tuneablep == NULL) in set_monitor_cpu_mode()
2636 if (tuneablep == NULL) in get_monitor_sys_mode()
2677 if (tuneablep == NULL) in set_monitor_sys_mode()
2712 if (tuneablep == NULL) in get_string_val()
[all …]
H A Dpiclenvsetup.c830 env_tuneable_t *tuneablep; in env_picl_setup_tuneables() local
851 tuneablep = &tuneables[i]; in env_picl_setup_tuneables()
852 err = ptree_get_propval_by_name(nodeh, tuneablep->name, in env_picl_setup_tuneables()
853 read_buf, tuneablep->nbytes); in env_picl_setup_tuneables()
859 err = add_volatile_prop(nodeh, tuneablep->name, in env_picl_setup_tuneables()
860 tuneablep->type, in env_picl_setup_tuneables()
861 PICL_READ|PICL_WRITE, tuneablep->nbytes, in env_picl_setup_tuneables()
862 tuneablep->rfunc, in env_picl_setup_tuneables()
863 tuneablep->wfunc, &proph); in env_picl_setup_tuneables()
865 tuneablep->proph = proph; in env_picl_setup_tuneables()
[all …]
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/chicago/envd/
H A Dpiclenvd.c1979 return (tuneablep); in tuneable_lookup()
1989 env_tuneable_t *tuneablep; in get_string_val() local
1995 if (tuneablep == NULL) in get_string_val()
1998 (void) memcpy(buf, tuneablep->value, tuneablep->nbytes); in get_string_val()
2007 env_tuneable_t *tuneablep; in set_string_val() local
2016 if (tuneablep == NULL) in set_string_val()
2029 env_tuneable_t *tuneablep; in get_int_val() local
2035 if (tuneablep == NULL) in get_int_val()
2038 (void) memcpy(buf, tuneablep->value, tuneablep->nbytes); in get_int_val()
2056 if (tuneablep == NULL) in set_int_val()
[all …]
H A Dpiclenvsetup.c831 env_tuneable_t *tuneablep; in env_picl_setup_tuneables() local
856 tuneablep = &tuneables[i]; in env_picl_setup_tuneables()
857 err = ptree_get_propval_by_name(nodeh, tuneablep->name, in env_picl_setup_tuneables()
858 read_buf, tuneablep->nbytes); in env_picl_setup_tuneables()
864 err = add_volatile_prop(nodeh, tuneablep->name, in env_picl_setup_tuneables()
865 tuneablep->type, in env_picl_setup_tuneables()
866 PICL_READ|PICL_WRITE, tuneablep->nbytes, in env_picl_setup_tuneables()
867 tuneablep->rfunc, in env_picl_setup_tuneables()
868 tuneablep->wfunc, &proph); in env_picl_setup_tuneables()
870 tuneablep->proph = proph; in env_picl_setup_tuneables()
[all …]