poll_results($node)
Callback for the 'results' tab for polls you can vote on
modules/poll/poll.pages.inc, line 93
<?php function poll_results($node) { drupal_set_title($node->title); $node->show_results = TRUE; return node_show($node); } ?>
Some quick links to get you started