Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/cmd-inet/lib/nwamd/
H A Denm.c224 object->nwamd_script_time = now; in nwamd_enm_activate_deactivate_thread()
247 if (object->nwamd_script_time.tv_sec != now.tv_sec || in nwamd_enm_activate_deactivate_thread()
248 object->nwamd_script_time.tv_usec != now.tv_usec) { in nwamd_enm_activate_deactivate_thread()
255 (void) gettimeofday(&object->nwamd_script_time, NULL); in nwamd_enm_activate_deactivate_thread()
769 (void) gettimeofday(&object->nwamd_script_time, NULL); in nwamd_enm_handle_init_event()
H A Dobjects.h57 struct timeval nwamd_script_time; member