Home
last modified time | relevance | path

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

/illumos-gate/usr/src/stand/lib/inet/
H A Dibd.c298 uint32_t pre_pr, post_pr; /* prom_read interval */ in ibd_input() local
343 post_pr = prom_gettime(); in ibd_input()
344 timeout += (post_pr - pre_pr); in ibd_input()
346 tot_pr += (post_pr - pre_pr); in ibd_input()
H A Dethernet.c299 uint32_t pre_pr, post_pr; /* prom_read interval */ in ether_input() local
343 post_pr = prom_gettime(); in ether_input()
344 timeout += (post_pr - pre_pr); in ether_input()
346 tot_pr += (post_pr - pre_pr); in ether_input()