Home
last modified time | relevance | path

Searched refs:attr_get (Results 1 – 15 of 15) sorted by relevance

/netbsd-src/tests/lib/libcurses/tests/
H A Dattributes3 call3 OK 0 0 attr_get
7 call3 OK ($ACS_IS_WACS | $BOLD | $REVERSE) 2 attr_get
10 call3 OK ($ACS_IS_WACS | $BOLD) 2 attr_get
13 call3 OK ($ACS_IS_WACS | $BOLD | $STANDOUT) 2 attr_get
16 call3 OK ($ACS_IS_WACS | $BOLD | $STANDOUT | $BLINK) 2 attr_get
19 call3 OK ($ACS_IS_WACS | $STANDOUT | $BLINK) 2 attr_get
H A Dstandout2 call3 OK 0 0 attr_get
4 call3 OK ($ACS_IS_WACS | $REVERSE | $BOLD) 2 attr_get
6 call3 OK ($ACS_IS_WACS | $REVERSE | $BOLD | $STANDOUT) 2 attr_get
8 call3 OK $NORMAL 0 attr_get
H A Dunderscore2 call3 OK 0 0 attr_get
4 call3 OK ($ACS_IS_WACS | $REVERSE | $BOLD) 2 attr_get
6 call3 OK ($ACS_IS_WACS | $REVERSE | $BOLD | $UNDERSCORE) 2 attr_get
8 call3 OK ($ACS_IS_WACS | $REVERSE | $BOLD) 2 attr_get
/netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/
H A Dnouveau_hwmon.c63 therm->attr_get(therm, NVKM_THERM_ATTR_THRS_FAN_BOOST) * 1000); in nouveau_hwmon_temp1_auto_point1_temp()
96 therm->attr_get(therm, NVKM_THERM_ATTR_THRS_FAN_BOOST_HYST) * 1000); in nouveau_hwmon_temp1_auto_point1_temp_hyst()
129 ret = therm->attr_get(therm, NVKM_THERM_ATTR_FAN_MAX_DUTY); in nouveau_hwmon_get_pwm1_max()
145 ret = therm->attr_get(therm, NVKM_THERM_ATTR_FAN_MIN_DUTY); in nouveau_hwmon_get_pwm1_min()
333 if (!therm || !therm->attr_get || nvkm_therm_temp_get(therm) < 0) in nouveau_temp_is_visible()
357 if (!therm || !therm->attr_get || !therm->fan_get || in nouveau_pwm_is_visible()
396 if (!therm || !therm->attr_get || nvkm_therm_fan_sense(therm) < 0) in nouveau_fan_is_visible()
429 if (!therm || !therm->attr_get) in nouveau_temp_read()
440 *val = therm->attr_get(therm, NVKM_THERM_ATTR_THRS_DOWN_CLK) in nouveau_temp_read()
444 *val = therm->attr_get(therm, NVKM_THERM_ATTR_THRS_DOWN_CLK_HYST) in nouveau_temp_read()
[all …]
/netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/subdev/
H A Dtherm.h98 int (*attr_get)(struct nvkm_therm *, enum nvkm_therm_attr_type); member
/netbsd-src/lib/libcurses/
H A Dattributes.c48 * attr_get --
53 attr_get(attr_t *attr, short *pair, void *opts) in attr_get() function
H A DMakefile64 curses_attributes.3 attr_get.3 curses_attributes.3 attr_off.3 \
H A Dcurses.h438 #define attr_get(a, p, o) wattr_get(stdscr, a, p, o) macro
543 int attr_get(attr_t *, short *, void *);
/netbsd-src/external/lgpl3/gmp/dist/tune/
H A Dfreq.c529 if (attr_get ("/hw/cpunum/0", INFO_LBL_DETAIL_INVENT, in freq_attr_get_invent()
/netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/therm/
H A Dnouveau_nvkm_subdev_therm_base.c446 therm->attr_get = nvkm_therm_attr_get; in nvkm_therm_ctor()
/netbsd-src/external/lgpl3/gmp/dist/
H A Dconfig.in64 /* Define to 1 if you have the `attr_get' function. */
H A Dconfigure.ac2903 # attr_get - IRIX specific
2930 AC_CHECK_FUNCS(alarm attr_get clock cputime getpagesize getrusage gettimeofday getsysinfo localecon…
H A Dconfigure24640 for ac_func in alarm attr_get clock cputime getpagesize getrusage gettimeofday getsysinfo localecon…
H A DChangeLog17778 * configure.in (AC_CHECK_FUNCS): Add attr_get.
/netbsd-src/tests/lib/libcurses/slave/
H A Dcurses_commands.c253 retval = attr_get(&attrs, &colours, NULL); in cmd_attr_get()