Home
last modified time | relevance | path

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

/device/linaro/dragonboard/shared/utils/rmtfs/
Drmtfs.c424 static int run_rmtfs(int rprocfd) in run_rmtfs() argument
448 if (rprocfd >= 0) in run_rmtfs()
453 if (rprocfd < 0) in run_rmtfs()
464 if (rprocfd >= 0) in run_rmtfs()
465 FD_SET(rprocfd, &rfds); in run_rmtfs()
466 nfds = MAX(rmtfs_fd, rprocfd) + 1; in run_rmtfs()
474 if (rprocfd >= 0 && FD_ISSET(rprocfd, &rfds)) { in run_rmtfs()
475 ret = read(rprocfd, &done, 1); in run_rmtfs()
502 int rprocfd = -1; in main() local
530 rprocfd = rproc_init(); in main()
[all …]