HomeSort by: relevance | last modified time | path
    Searched refs:attr_set (Results 1 - 8 of 8) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/nouveau/
nouveau_hwmon.c 78 therm->attr_set(therm, NVKM_THERM_ATTR_THRS_FAN_BOOST,
111 therm->attr_set(therm, NVKM_THERM_ATTR_THRS_FAN_BOOST_HYST,
165 ret = therm->attr_set(therm, NVKM_THERM_ATTR_FAN_MIN_DUTY, value);
188 ret = therm->attr_set(therm, NVKM_THERM_ATTR_FAN_MAX_DUTY, value);
586 if (!therm || !therm->attr_set)
591 return therm->attr_set(therm, NVKM_THERM_ATTR_THRS_DOWN_CLK,
594 return therm->attr_set(therm, NVKM_THERM_ATTR_THRS_DOWN_CLK_HYST,
597 return therm->attr_set(therm, NVKM_THERM_ATTR_THRS_CRITICAL,
600 return therm->attr_set(therm, NVKM_THERM_ATTR_THRS_CRITICAL_HYST,
603 return therm->attr_set(therm, NVKM_THERM_ATTR_THRS_SHUTDOWN
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/subdev/
therm.h 99 int (*attr_set)(struct nvkm_therm *, enum nvkm_therm_attr_type, int); member in struct:nvkm_therm
  /src/lib/libcurses/
attributes.c 81 * attr_set --
86 attr_set(attr_t attr, short pair, void *opts) function
Makefile 65 curses_attributes.3 attr_on.3 curses_attributes.3 attr_set.3 \
curses.h 441 #define attr_set(a, p, o) wattr_set(stdscr, a, p, o) macro
546 int attr_set(attr_t, short, void *);
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/therm/
nouveau_nvkm_subdev_therm_base.c 447 therm->attr_set = nvkm_therm_attr_set;
  /src/external/bsd/openldap/dist/servers/slapd/overlays/
pcache.c 125 struct attr_set { struct
162 struct attr_set t_attrs; /* filter attrs + attr_set */
194 struct attr_set* attr_sets; /* possible sets of projected attributes */
510 template_attrs( char *template, struct attr_set *set, AttributeName **ret,
2977 int attr_set = -1; local
3023 attr_set = pbi->bi_templ->attr_set_index;
3043 attr_set = get_attr_set(op->ors_attrs, qm, cm->numattrsets);
3049 if (attr_set > -1) {
3050 QueryTemplate *qt = qm->attr_sets[attr_set].templates
    [all...]
  /src/tests/lib/libcurses/slave/
curses_commands.c 292 report_return(attr_set(attrib, pair, NULL));

Completed in 63 milliseconds