Lines Matching defs:evtp
923 iscsi_wait_event_parameters_t evtp;
927 (void) memset(&evtp, 0x0, sizeof(evtp));
929 evtp.event_id = event_reg.event_id;
932 rc = ioctl(driver, ISCSI_WAIT_EVENT, &evtp);
940 evtp.event_kind, evtp.status, evtp.session_id,
941 evtp.connection_id, evtp.reason));
943 if (evtp.status)
946 switch (evtp.event_kind) {
948 event_kill_session(evtp.session_id);
952 event_kill_connection(evtp.session_id, evtp.connection_id);
956 event_recover_connection(evtp.session_id, evtp.connection_id);
961 } while (evtp.event_kind != ISCSI_DRIVER_TERMINATING);