event_id          104 tools/notifyServicelogEvent.c     uint64_t event_id = 0;
event_id          140 tools/notifyServicelogEvent.c     if (sscanf(argv[optind], "%" U64TS, &event_id) != 1) {
event_id          147 tools/notifyServicelogEvent.c     if (event_id == 0) {
event_id          164 tools/notifyServicelogEvent.c         rc = servicelog_event_get(slog, event_id, &event);
event_id          173 tools/notifyServicelogEvent.c                   event_id, ctime(&(event->time_logged)), ctime(&(event->time_event)));