Home | History | Annotate | Download | only in common

Lines Matching defs:comfd

98  * Threads which shovel data between comfd and /dev/puffs.
109 int comfd, puffsfd;
111 comfd = args->pta_servfd;
144 if (xwrite(comfd, buf, n) != n) {
164 int comfd, puffsfd;
168 comfd = args->pta_servfd;
185 n = xread(comfd, buf+off, toread);
253 char comfd[16];
277 snprintf(comfd, sizeof(sv[0]), "%d", sv[0]);
278 if (setenv("PUFFS_COMFD", comfd, 1) == -1)