Home
last modified time | relevance | path

Searched defs:hFile (Results 1 – 2 of 2) sorted by relevance

/openbmc/openbmc-tools/adcapp/src/
H A DEINTR_wrappers.c577 ssize_t sigwrap_blocking_read(int hFile, void *pData, size_t RdLen) in sigwrap_blocking_read()
689 ssize_t sigwrap_blocking_write(int hFile, const void *pData, ssize_t WrtLen) in sigwrap_blocking_write()
726 int sigwrap_close(int hFile) in sigwrap_close()
742 int hFile = open(pathname, flags, mode); in sigwrap_open_mode() local
756 int hFile = open(pathname, flags); in sigwrap_open() local
/openbmc/openbmc-tools/pwmtachtool/src/
H A DEINTR_wrappers.c504 ssize_t sigwrap_blocking_read(int hFile, void *pData, size_t RdLen) in sigwrap_blocking_read()
616 ssize_t sigwrap_blocking_write(int hFile, const void *pData, ssize_t WrtLen) in sigwrap_blocking_write()
653 int sigwrap_close(int hFile) in sigwrap_close()
669 int hFile = open(pathname, flags, mode); in sigwrap_open_mode() local
683 int hFile = open(pathname, flags); in sigwrap_open() local