/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);
|
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);
|
/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...] |
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...] |