HomeSort by: relevance | last modified time | path
    Searched refs:eoi (Results 1 - 6 of 6) sorted by relevancy

  /src/usr.bin/cal/
cal.c 225 char *when, *eoi; local in function:main
288 month = strtol(*argv++, &eoi, 10);
289 if (month < 1 || month > 12 || *eoi != '\0')
291 year = strtol(*argv, &eoi, 10);
292 if (year < 1 || year > 9999 || *eoi != '\0')
296 year = strtol(*argv, &eoi, 10);
297 if (year < 1 || year > 9999 || (*eoi != '\0' && *eoi != '/' && *eoi != '-'))
299 if (*eoi != '\0')
    [all...]
  /src/sys/dev/sdmmc/
sbt.c 340 goto eoi;
346 goto eoi;
360 eoi:
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
mstar-v7.dtsi 134 mstar,intc-no-eoi;
  /src/sys/arch/ia64/ia64/
locore.S 150 * and issuing the EOI to the local SAPIC.
157 mov cr.eoi=r0 // ACK the wake-up
  /src/sys/arch/ia64/include/
ia64_cpu.h 476 IA64_CR(eoi)
  /src/sys/arch/xen/xen/
evtchn.c 1123 struct physdev_eoi eoi; local in function:hypervisor_ack_pirq_event
1124 eoi.irq = evtch_to_pirq_eoi[evtch];
1129 (void)HYPERVISOR_physdev_op(PHYSDEVOP_eoi, &eoi);

Completed in 14 milliseconds