Lines Matching defs:evt
144 eventstream_write(zone_evt_t evt)
146 (void) write(eventstream[0], &evt, sizeof (evt));
152 zone_evt_t evt = Z_EVT_NULL;
154 (void) read(eventstream[1], &evt, sizeof (evt));
155 return (evt);
622 event_message(int clifd, char *clilocale, zone_evt_t evt, int dflag)
631 switch (evt) {
835 int evt = eventstream_read();
846 event_message(clifd, clilocale, evt, disconnect);
854 if (evt == Z_EVT_ZONE_UNINSTALLING) {
861 if ((evt == Z_EVT_ZONE_HALTED ||
862 evt == Z_EVT_ZONE_BOOTFAILED) && disconnect) {