Searched refs:ote (Results 1 – 1 of 1) sorted by relevance
129 overlay_target_entry_t *ote = buf; in overlay_entry_cache_constructor() local131 bzero(ote, sizeof (overlay_target_entry_t)); in overlay_entry_cache_constructor()132 mutex_init(&ote->ote_lock, NULL, MUTEX_DRIVER, NULL); in overlay_entry_cache_constructor()140 overlay_target_entry_t *ote = buf; in overlay_entry_cache_destructor() local142 mutex_destroy(&ote->ote_lock); in overlay_entry_cache_destructor()163 overlay_target_entry_t *ote = arg; in overlay_target_entry_dtor() local165 ote->ote_flags = 0; in overlay_target_entry_dtor()166 bzero(ote->ote_addr, ETHERADDRL); in overlay_target_entry_dtor()167 ote->ote_ott = NULL; in overlay_target_entry_dtor()168 ote->ote_odd = NULL; in overlay_target_entry_dtor()[all …]