Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A Dselect.c66 dsmp->dsm_start_timer = -1; in dhcp_start()
84 if (dsmp->dsm_start_timer != -1) in set_start_timer()
87 dsmp->dsm_start_timer = iu_schedule_timer_ms(tq, in set_start_timer()
89 if (dsmp->dsm_start_timer == -1) in set_start_timer()
H A Dstates.c247 dsmp->dsm_start_timer = -1; in insert_smach()
696 if (dsmp->dsm_start_timer != -1) { in cancel_smach_timers()
697 (void) iu_cancel_timer(tq, dsmp->dsm_start_timer, NULL); in cancel_smach_timers()
698 dsmp->dsm_start_timer = -1; in cancel_smach_timers()
H A Dstates.h246 iu_timer_id_t dsm_start_timer; member