Searched refs:attr_get (Results 1 - 9 of 9) sorted by relevance

/netbsd-current/sys/external/bsd/drm2/dist/drm/nouveau/
H A Dnouveau_hwmon.c63 therm->attr_get(therm, NVKM_THERM_ATTR_THRS_FAN_BOOST) * 1000);
96 therm->attr_get(therm, NVKM_THERM_ATTR_THRS_FAN_BOOST_HYST) * 1000);
129 ret = therm->attr_get(therm, NVKM_THERM_ATTR_FAN_MAX_DUTY);
145 ret = therm->attr_get(therm, NVKM_THERM_ATTR_FAN_MIN_DUTY);
333 if (!therm || !therm->attr_get || nvkm_therm_temp_get(therm) < 0)
357 if (!therm || !therm->attr_get || !therm->fan_get ||
396 if (!therm || !therm->attr_get || nvkm_therm_fan_sense(therm) < 0)
429 if (!therm || !therm->attr_get)
440 *val = therm->attr_get(therm, NVKM_THERM_ATTR_THRS_DOWN_CLK)
444 *val = therm->attr_get(ther
[all...]
/netbsd-current/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 in struct:nvkm_therm
/netbsd-current/lib/libcurses/
H A Dattributes.c48 * attr_get --
53 attr_get(attr_t *attr, short *pair, void *opts) 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-current/external/lgpl3/gmp/dist/tune/
H A Dfreq.c80 #include <sys/attributes.h> /* for IRIX attr_get(), needs sys/types.h */
511 /* attr_get("/hw/cpunum/0",INFO_LBL_DETAIL_INVENT) ic_cpu_info.cpufq for
526 HELP ("attr_get(\"/hw/cpunum/0\") ic_cpu_info.cpufq");
529 if (attr_get ("/hw/cpunum/0", INFO_LBL_DETAIL_INVENT,
537 printf ("Using attr_get(\"/hw/cpunum/0\") ic_cpu_info.cpufq %d MHz for cycle time %.3g\n", val, speed_cycletime);
602 This information is available from attr_get() on IRIX 6.5 (see above),
/netbsd-current/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;
/netbsd-current/tests/lib/libcurses/slave/
H A Dcurses_commands.c253 retval = attr_get(&attrs, &colours, NULL);
/netbsd-current/external/lgpl3/gmp/dist/
H A Dconfigure24613 # attr_get - IRIX specific
24640 for ac_func in alarm attr_get clock cputime getpagesize getrusage gettimeofday getsysinfo localeconv memset mmap mprotect nl_langinfo obstack_vprintf popen processor_info pstat_getprocessor raise read_real_time sigaction sigaltstack sigstack syssgi strchr strerror strnlen strtol strtoul sysconf sysctl sysctlbyname times

Completed in 229 milliseconds