Searched refs:runtime (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/osfmk/i386/AT386/
H A Dmodel_dep.c265 * The table can be generated at runtime if desired; code to do so
343 EFI_RUNTIME_SERVICES_64 *runtime; local
374 kprintf("Skipping 64-bit EFI runtime services for 32-bit legacy mode\n");
379 kprintf("No runtime table present\n");
384 runtime = (EFI_RUNTIME_SERVICES_64 *) (uintptr_t)system_table->RuntimeServices;
385 DPRINTF("Checking runtime services table %p\n", runtime);
386 if (runtime->Hdr.Signature != EFI_RUNTIME_SERVICES_SIGNATURE) {
387 kprintf("Bad EFI runtime table signature\n");
391 // Verify signature of runtime service
411 EFI_RUNTIME_SERVICES_32 *runtime; local
[all...]
/darwin-on-arm/xnu/bsd/netinet/
H A Dtcp_timer.c938 need_to_resched_timerlist(uint32_t runtime, uint16_t index) { argument
943 if (runtime == 0 || index == TCPT_NONE)
954 diff = timer_diff(listp->runtime, 0, runtime, 0);
979 listp->runtime = tcp_now + offset;
1027 if (index == TCPT_NONE || tp->tentry.runtime == 0)
1030 diff = timer_diff(tp->tentry.runtime, 0, tcp_now, 0);
1070 tp->tentry.runtime = tp->tentry.timer_start + tp->t_timer[lo_index];
1072 tp->tentry.runtime = 0;
1123 uint32_t runtime local
[all...]
H A Dtcp_timer.h186 uint32_t runtime; /* deadline at which the first timer has to fire */ member in struct:tcptimerentry
200 uint32_t runtime; /* time at which this list is going to run */ member in struct:tcptimerlist

Completed in 24 milliseconds