Searched refs:timers (Results 1 - 9 of 9) sorted by relevance
/illumos-gate/usr/src/lib/librstp/common/ |
H A D | port.c | 78 this->timers[iii++] = &this->fdWhile; 79 this->timers[iii++] = &this->helloWhen; 80 this->timers[iii++] = &this->mdelayWhile; 81 this->timers[iii++] = &this->rbWhile; 82 this->timers[iii++] = &this->rcvdInfoWhile; 83 this->timers[iii++] = &this->rrWhile; 84 this->timers[iii++] = &this->tcWhile; 85 this->timers[iii++] = &this->txCount; 86 this->timers[iii++] = &this->lnkWhile; 146 /* reset timers */ [all...] |
H A D | port.h | 85 PORT_TIMER_T* timers[TIMERS_NUMBER]; /*list of timers */ member in struct:port_t
|
H A D | stpm.c | 109 if (*(port->timers[iii]) > 0) { 110 (*port->timers[iii])--;
|
/illumos-gate/usr/src/lib/libresolv2/common/isc/ |
H A D | ev_timers.c | 18 /* ev_timers.c - implement timers for the eventlib 211 if (heap_insert(ctx->timers, id) < 0) 219 evPrintf(ctx, 7, "timers after evSetTimer:\n"); 220 (void) heap_for_each(ctx->timers, print_timer, (void *)ctx); 243 if (heap_element(ctx->timers, del->index) != del) 246 if (heap_delete(ctx->timers, del->index) < 0) 251 evPrintf(ctx, 7, "timers after evClearTimer:\n"); 252 (void) heap_for_each(ctx->timers, print_timer, (void *)ctx); 270 if (heap_element(ctx->timers, timer->index) != timer) 296 if (heap_element(ctx->timers, time [all...] |
H A D | eventlib.c | 129 ctx->timers = evCreateTimers(ctx); 130 if (ctx->timers == NULL) 265 if ((nextTimer = heap_element(ctx->timers, 1)) != NULL) { 401 /* No timers, so there should be a ready file descriptor. */ 615 if (heap_element(ctx->timers, this->index) != this) {
|
H A D | eventlib_p.h | 253 heap_context timers; member in struct:__anon3880
|
/illumos-gate/usr/src/lib/libresolv2/include/ |
H A D | port_before.h | 42 #include <sys/timers.h>
|
/illumos-gate/usr/src/lib/libshell/ |
H A D | Makefile.com | 92 sh/timers.o \
|
/illumos-gate/usr/src/uts/common/io/i40e/core/ |
H A D | i40e_type.h | 1557 u16 timers; member in struct:i40e_lldp_variables
|
Completed in 84 milliseconds