Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/picl/plugins/sun4u/snowbird/lib/libctsmc/
H A Dlibctsmc.c116 int poll_rc; in smc_send_local_cmd() local
129 poll_rc = poll(poll_fds, 1, poll_time); in smc_send_local_cmd()
130 if (poll_rc == 0) { in smc_send_local_cmd()
133 } else if (poll_rc == -1) { in smc_send_local_cmd()
/titanic_41/usr/src/cmd/picl/plugins/sun4u/snowbird/envmond/
H A Dpicldr.c547 int poll_rc; in env_polling_thread() local
598 poll_rc = poll(poll_fds, 1, -1); /* poll forever */ in env_polling_thread()
599 if (poll_rc < 0) { in env_polling_thread()