Home
last modified time | relevance | path

Searched refs:attr_set (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/
H A Dnouveau_hwmon.c78 therm->attr_set(therm, NVKM_THERM_ATTR_THRS_FAN_BOOST, in nouveau_hwmon_set_temp1_auto_point1_temp()
111 therm->attr_set(therm, NVKM_THERM_ATTR_THRS_FAN_BOOST_HYST, in nouveau_hwmon_set_temp1_auto_point1_temp_hyst()
165 ret = therm->attr_set(therm, NVKM_THERM_ATTR_FAN_MIN_DUTY, value); in nouveau_hwmon_set_pwm1_min()
188 ret = therm->attr_set(therm, NVKM_THERM_ATTR_FAN_MAX_DUTY, value); in nouveau_hwmon_set_pwm1_max()
586 if (!therm || !therm->attr_set) in nouveau_temp_write()
591 return therm->attr_set(therm, NVKM_THERM_ATTR_THRS_DOWN_CLK, in nouveau_temp_write()
594 return therm->attr_set(therm, NVKM_THERM_ATTR_THRS_DOWN_CLK_HYST, in nouveau_temp_write()
597 return therm->attr_set(therm, NVKM_THERM_ATTR_THRS_CRITICAL, in nouveau_temp_write()
600 return therm->attr_set(therm, NVKM_THERM_ATTR_THRS_CRITICAL_HYST, in nouveau_temp_write()
603 return therm->attr_set(therm, NVKM_THERM_ATTR_THRS_SHUTDOWN, in nouveau_temp_write()
[all …]
/netbsd-src/tests/lib/libcurses/tests/
H A Dstandout3 call OK attr_set ($REVERSE | $BOLD) 2
H A Dunderscore3 call OK attr_set ($REVERSE | $BOLD) 2
H A Dattributes5 call OK attr_set ($BOLD | $REVERSE) 2
/netbsd-src/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
/netbsd-src/lib/libcurses/
H A Dattributes.c81 * attr_set --
86 attr_set(attr_t attr, short pair, void *opts) in attr_set() 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-src/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, in template_attrs()
2971 int attr_set = -1; in pcache_op_search() local
3017 attr_set = pbi->bi_templ->attr_set_index; in pcache_op_search()
3037 attr_set = get_attr_set(op->ors_attrs, qm, cm->numattrsets); in pcache_op_search()
3043 if (attr_set > -1) { in pcache_op_search()
3044 QueryTemplate *qt = qm->attr_sets[attr_set].templates; in pcache_op_search()
4070 qm->attr_sets = ( struct attr_set * )ch_calloc( cm->numattrsets, in pc_cf_gen()
[all …]
/netbsd-src/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; in nvkm_therm_ctor()
/netbsd-src/tests/lib/libcurses/slave/
H A Dcurses_commands.c292 report_return(attr_set(attrib, pair, NULL)); in cmd_attr_set()