Home
last modified time | relevance | path

Searched refs:sigwrap_open (Results 1 – 6 of 6) sorted by relevance

/openbmc/openbmc-tools/pwmtachtool/src/
H A Dpwmtach.c80 fd = sigwrap_open(DevNodeFileName, O_WRONLY); in SET_PWM_DUTYCYCLE_VALUE()
131 fd = sigwrap_open(DevNodeFileName, O_RDONLY); in GET_PWM_DUTYCYCLE()
160 fd = sigwrap_open(DevNodeFileName, O_RDONLY); in GET_TACH_SPEED()
194 fd = sigwrap_open(DevNodeFileName, O_RDONLY); in GET_PWM_NUMBER()
H A DEINTR_wrappers.h73 int sigwrap_open(const char *pathname, int flags);
H A DEINTR_wrappers.c679 int sigwrap_open(const char *pathname, int flags) in sigwrap_open() function
/openbmc/openbmc-tools/adcapp/src/
H A Dadcifc.c68 fd = sigwrap_open(stringArray, O_RDONLY); in sys_get_adc_vol()
H A DEINTR_wrappers.h73 int sigwrap_open(const char *pathname, int flags);
H A DEINTR_wrappers.c752 int sigwrap_open(const char *pathname, int flags) in sigwrap_open() function