Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/portfs/
H A Dport.c565 port_gettimer_t port_timer; in portfs() local
604 port_timer.pgt_flags = PORTGET_ONE; in portfs()
605 port_timer.pgt_loop = 0; in portfs()
606 port_timer.pgt_rqtp = NULL; in portfs()
608 port_timer.pgt_timeout = &timeout; in portfs()
612 port_timer.pgt_timeout = NULL; in portfs()
617 (uint_t *)&nget, &port_timer); in portfs()
629 port_timer.pgt_flags = 0; in portfs()
630 port_timer.pgt_loop = 0; in portfs()
631 port_timer.pgt_rqtp = NULL; in portfs()
[all …]