Searched refs:attr_set (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/sys/external/bsd/drm2/dist/drm/nouveau/
H A Dnouveau_hwmon.c78 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(ther
[all...]
/netbsd-current/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/subdev/
H A Dtherm.h99 int (*attr_set)(struct nvkm_therm *, enum nvkm_therm_attr_type, int); member in struct:nvkm_therm
/netbsd-current/lib/libcurses/
H A Dattributes.c81 * attr_set --
86 attr_set(attr_t attr, short pair, void *opts) function
H A DMakefile65 curses_attributes.3 attr_on.3 curses_attributes.3 attr_set.3 \
H A Dcurses.h441 #define attr_set(a, p, o) wattr_set(stdscr, a, p, o) macro
546 int attr_set(attr_t, short, void *);
/netbsd-current/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/therm/
H A Dnouveau_nvkm_subdev_therm_base.c447 therm->attr_set = nvkm_therm_attr_set;
/netbsd-current/external/bsd/openldap/dist/servers/slapd/overlays/
H A Dpcache.c125 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,
2971 int attr_set = -1; local
3017 attr_set = pbi->bi_templ->attr_set_index;
3037 attr_set = get_attr_set(op->ors_attrs, qm, cm->numattrsets);
3043 if (attr_set > -1) {
3044 QueryTemplate *qt = qm->attr_sets[attr_set]
[all...]
/netbsd-current/tests/lib/libcurses/slave/
H A Dcurses_commands.c292 report_return(attr_set(attrib, pair, NULL));

Completed in 144 milliseconds