Home
last modified time | relevance | path

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

/hardware/samsung_slsi/exynos5/mobicore/daemon/Kernel/Platforms/Generic/
DCMcKMod.cpp74 LOG_ERRNO("ioctl MC_IO_MAP_WSM"); in mapWsm()
81 LOG_ERRNO("mmap"); in mapWsm()
125 LOG_ERRNO("ioctl MC_IO_MAP_MCI"); in mapMCI()
132 LOG_ERRNO("mmap"); in mapMCI()
185 LOG_ERRNO("read"); in read()
230 LOG_ERRNO("ioctl MC_IO_INIT"); in fcInit()
252 LOG_ERRNO("ioctl MC_IO_INFO"); in fcInfo()
280 LOG_ERRNO("ioctl MC_IO_YIELD"); in fcYield()
300 LOG_ERRNO("ioctl MC_IO_NSIQ"); in fcNSIQ()
321 LOG_ERRNO("mmap failed"); in free()
[all …]
/hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/Server/
DServer.cpp64 LOG_ERRNO("Can't open stream socket, because socket"); in run()
77 LOG_ERRNO("Binding to server socket failed, because bind"); in run()
82 LOG_ERRNO("listen"); in run()
120 LOG_ERRNO("select"); in run()
146 LOG_ERRNO("accept"); in run()
194 LOG_ERRNO("Exiting Server, because"); in run()
DNetlinkServer.cpp66 LOG_ERRNO("Opening socket"); in run()
82 LOG_ERRNO("Binding to server socket failed, because bind"); in run()
106 LOG_ERRNO("recvmsg"); in run()
118 LOG_ERRNO("Exiting NetlinkServer! Because it"); in run()
/hardware/samsung_slsi/exynos5/mobicore/daemon/Common/
DConnection.cpp86 LOG_ERRNO("Can't open stream socket."); in connect()
93 LOG_ERRNO("connect()"); in connect()
131 LOG_ERRNO("select"); in readData()
145 LOG_ERRNO("no fd is set, select"); in readData()
168 LOG_ERRNO("could not send all data, because send"); in writeData()
200 LOG_ERRNO("select"); in waitData()
/hardware/samsung_slsi/exynos5/mobicore/daemon/Kernel/
DCKMod.cpp79 LOG_ERRNO("open"); in open()
95 LOG_ERRNO("close"); in close()
/hardware/samsung_slsi/exynos5/mobicore/common/LogWrapper/
Dlog.h126 #define LOG_ERRNO(MESSAGE) \ macro