Searched refs:rmtfs_fd (Results 1 – 1 of 1) sorted by relevance
423 int rmtfs_fd; in run_rmtfs() local429 rmtfs_fd = qrtr_open(RMTFS_QMI_SERVICE); in run_rmtfs()430 if (rmtfs_fd < 0) { in run_rmtfs()432 return rmtfs_fd; in run_rmtfs()437 ret = qrtr_publish(rmtfs_fd, RMTFS_QMI_SERVICE, in run_rmtfs()456 FD_SET(rmtfs_fd, &rfds); in run_rmtfs()459 nfds = MAX(rmtfs_fd, rprocfd) + 1; in run_rmtfs()473 if (FD_ISSET(rmtfs_fd, &rfds)) { in run_rmtfs()474 ret = handle_rmtfs(rmtfs_fd); in run_rmtfs()480 close(rmtfs_fd); in run_rmtfs()