Home | History | Annotate | Download | only in iscsi

Lines Matching refs:_IOWR

425 #define ISCSI_GET_VERSION        _IOWR(0,  1, iscsi_get_version_parameters_t)
426 #define ISCSI_LOGIN _IOWR(0, 2, iscsi_login_parameters_t)
427 #define ISCSI_LOGOUT _IOWR(0, 3, iscsi_logout_parameters_t)
428 #define ISCSI_ADD_CONNECTION _IOWR(0, 4, iscsi_login_parameters_t)
429 #define ISCSI_RESTORE_CONNECTION _IOWR(0, 5, iscsi_login_parameters_t)
430 #define ISCSI_REMOVE_CONNECTION _IOWR(0, 6, iscsi_remove_parameters_t)
431 #define ISCSI_CONNECTION_STATUS _IOWR(0, 7, iscsi_conn_status_parameters_t)
432 #define ISCSI_SEND_TARGETS _IOWR(0, 8, iscsi_send_targets_parameters_t)
433 #define ISCSI_SET_NODE_NAME _IOWR(0, 9, iscsi_set_node_name_parameters_t)
434 #define ISCSI_IO_COMMAND _IOWR(0, 10, iscsi_iocommand_parameters_t)
435 #define ISCSI_REGISTER_EVENT _IOWR(0, 11, iscsi_register_event_parameters_t)
436 #define ISCSI_DEREGISTER_EVENT _IOWR(0, 12, iscsi_register_event_parameters_t)
437 #define ISCSI_WAIT_EVENT _IOWR(0, 13, iscsi_wait_event_parameters_t)
438 #define ISCSI_POLL_EVENT _IOWR(0, 14, iscsi_wait_event_parameters_t)