Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/watchdog/
H A Dgeodewdt.c48 static int safe_close; variable
/OK3568_Linux_fs/app/forlinx/quectelCM/
H A Dquectel-mbim-proxy.c24 #define safe_close(_fd) do { if (_fd > 0) { close(_fd); _fd = -1; } } while(0) macro