Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/latencytop/common/
H A Dlatencytop.c216 int gpipe; in main() local
472 gpipe = lt_gpipe_readfd(); in main()
495 FD_SET(gpipe, &read_fd); in main()
497 if (select(gpipe + 1, &read_fd, NULL, NULL, &timeout) > 0) { in main()
H A Ddisplay.c799 int gpipe; in lt_display_loop() local
802 gpipe = lt_gpipe_readfd(); in lt_display_loop()
855 FD_SET(gpipe, &read_fd); in lt_display_loop()
858 if (select(gpipe + 1, &read_fd, NULL, NULL, &timeout) > 0) { in lt_display_loop()
861 if (FD_ISSET(gpipe, &read_fd)) { in lt_display_loop()
864 (void) read(gpipe, &ch, 1); in lt_display_loop()