Home
last modified time | relevance | path

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

/titanic_44/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.h232 iu_timer_id_t dsm_start_timer; member
H A Dstates.c246 dsmp->dsm_start_timer = -1; in insert_smach()
693 if (dsmp->dsm_start_timer != -1) { in cancel_smach_timers()
694 (void) iu_cancel_timer(tq, dsmp->dsm_start_timer, NULL); in cancel_smach_timers()
695 dsmp->dsm_start_timer = -1; in cancel_smach_timers()