Searched refs:bgpipe (Results 1 – 1 of 1) sorted by relevance
437 int bgpipe[2]; in main() local440 if (sw.mode == PHYS_BACKGROUND && pipe(bgpipe)) { in main()456 close(bgpipe[1]); in main()465 while ((ret = read(bgpipe[0], &c, 1)) == 1) { in main()493 close(bgpipe[0]); in main()497 close(bgpipe[0]); in main()498 bundle->notify.fd = bgpipe[1]; in main()