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

  /src/usr.bin/cal/
cal.c 225 char *when, *eoi; local
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/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 1115 struct physdev_eoi eoi; local
1116 eoi.irq = evtch_to_pirq_eoi[evtch];
1121 (void)HYPERVISOR_physdev_op(PHYSDEVOP_eoi, &eoi);

Completed in 32 milliseconds