/illumos-gate/usr/src/test/os-tests/tests/timer/ |
H A D | timer_limit.c | 47 timer_t *timers, timer_overage; in main() local 55 timers = calloc(limit + 1, sizeof (timer_t)); in main() 56 if (timers == NULL) in main() 62 assert(mktimer(&timers[j]) == 0); in main() 74 assert(timer_delete(timers[j]) == 0); in main()
|
/illumos-gate/usr/src/lib/librstp/common/ |
H A D | port.c | 78 this->timers[iii++] = &this->fdWhile; in STP_port_create() 79 this->timers[iii++] = &this->helloWhen; in STP_port_create() 80 this->timers[iii++] = &this->mdelayWhile; in STP_port_create() 81 this->timers[iii++] = &this->rbWhile; in STP_port_create() 82 this->timers[iii++] = &this->rcvdInfoWhile; in STP_port_create() 83 this->timers[iii++] = &this->rrWhile; in STP_port_create() 84 this->timers[iii++] = &this->tcWhile; in STP_port_create() 85 this->timers[iii++] = &this->txCount; in STP_port_create() 86 this->timers[iii++] = &this->lnkWhile; in STP_port_create()
|
H A D | stpm.c | 109 if (*(port->timers[iii]) > 0) { in STP_stpm_one_second() 110 (*port->timers[iii])--; in STP_stpm_one_second()
|
H A D | port.h | 85 PORT_TIMER_T* timers[TIMERS_NUMBER]; /*list of timers */ member
|
/illumos-gate/usr/src/lib/libresolv2/common/isc/ |
H A D | ev_timers.c | 205 if (heap_insert(ctx->timers, id) < 0) in evSetTimer() 214 (void) heap_for_each(ctx->timers, print_timer, (void *)ctx); in evSetTimer() 237 if (heap_element(ctx->timers, del->index) != del) in evClearTimer() 240 if (heap_delete(ctx->timers, del->index) < 0) in evClearTimer() 246 (void) heap_for_each(ctx->timers, print_timer, (void *)ctx); in evClearTimer() 264 if (heap_element(ctx->timers, timer->index) != timer) in evConfigTimer() 290 if (heap_element(ctx->timers, timer->index) != timer) in evResetTimer() 319 result = heap_increased(ctx->timers, timer->index); in evResetTimer() 325 result = heap_decreased(ctx->timers, timer->index); in evResetTimer() 331 (void) heap_for_each(ctx->timers, print_timer, (void *)ctx); in evResetTimer() [all …]
|
H A D | eventlib.c | 125 ctx->timers = evCreateTimers(ctx); in evCreate() 126 if (ctx->timers == NULL) in evCreate() 261 if ((nextTimer = heap_element(ctx->timers, 1)) != NULL) { in evGetNext() 611 if (heap_element(ctx->timers, this->index) != this) { in evDrop()
|
H A D | eventlib_p.h | 253 heap_context timers; member
|
/illumos-gate/usr/src/uts/intel/genunix/ |
H A D | Makefile | 110 $(OBJS_DIR)/timers.o := SMOFF += signed_integer_overflow_check
|
/illumos-gate/usr/src/cmd/ast/libshell/ |
H A D | Makefile.defs | 93 sh/timers.o \
|
/illumos-gate/usr/src/cmd/sendmail/src/ |
H A D | READ_ME | 81 timers.h Header file for timer stuff.
|
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/ |
H A D | Mamfile | 1089 make timers.o 1090 make sh/timers.c 1098 done sh/timers.c 1099 meta timers.o %.c>%.o sh/timers.c timers 1100 prev sh/timers.c 1101 …l -DERROR_CONTEXT_T=Error_context_t -DSHOPT_FIXEDARRAY -DSHOPT_ESH -DSHOPT_MULTIBYTE -c sh/timers.c 1102 done timers.o generated 1332 …o.o name.o nvtree.o parse.o path.o string.o streval.o subshell.o tdump.o timers.o trestore.o waite…
|
H A D | DESIGN | 163 30. timers.c contains code for multiple event timeouts.
|
/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/ |
H A D | README | 121 A special kind of "event" is a timeout. Since there are many timers 124 forth), an object-oriented abstraction to timers called a "timer 135 handler calls iu_expire_timers() to expire all timers that expired 137 timers were set to expire at the same time).
|
H A D | README.v6 | 101 timers. The name of the logical IP interface under DHCP's control 171 option, as well as two timers, called T1 (renew) and T2 (rebind), 260 address (LIF) and IA groupings with shared T1/T2 timers. To 572 or rebinding state, based on the T1/T2 timers for each IA, and many 616 discussing the renew/rebind T1/T2 timers, but treats them as a unit 1157 depend on the rest of the dhcpagent infrastructure for timers and
|
/illumos-gate/usr/src/uts/common/io/i40e/core/ |
H A D | i40e_type.h | 1688 u16 timers; member
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | priv_defs | 274 Allows a process to use high resolution timers.
|
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/ |
H A D | release.txt | 3665 Change: Stop the timers (TM) as part of the failure code. 3887 Change: When calling stop_fastpath, don;t diable timers, since slowpath 3888 should still be active, and roce slowpath requires timers to be 4783 5. Request: Avoid waiting till timers linear scan is done during driver
|
/illumos-gate/usr/src/uts/common/ |
H A D | Makefile.files | 378 timers.o \
|
/illumos-gate/usr/src/data/hwdata/ |
H A D | pci.ids | 23277 0122 PCT-7408A PC card with counters and timers
|