Home
last modified time | relevance | path

Searched refs:the_device (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/dev/isci/scil/
H A Dscic_sds_controller.h633 struct SCIC_SDS_REMOTE_DEVICE *the_device,
639 struct SCIC_SDS_REMOTE_DEVICE *the_device,
724 struct SCIC_SDS_REMOTE_DEVICE * the_device
729 struct SCIC_SDS_REMOTE_DEVICE * the_device
H A Dscic_sds_controller.c3288 SCIC_SDS_REMOTE_DEVICE_T * the_device in scic_sds_controller_remote_device_started() argument
3294 this_controller, the_device in scic_sds_controller_remote_device_started()
3304 the_device, in scic_sds_controller_remote_device_started()
3349 SCIC_SDS_REMOTE_DEVICE_T * the_device in scic_sds_controller_remote_device_stopped() argument
3355 this_controller, the_device in scic_sds_controller_remote_device_stopped()
3365 the_device, in scic_sds_controller_remote_device_stopped()
3525 SCIC_SDS_REMOTE_DEVICE_T * the_device, in scic_sds_controller_allocate_remote_node_context() argument
3561 SCIC_SDS_REMOTE_DEVICE_T * the_device, in scic_sds_controller_free_remote_node_context() argument
5820 SCIC_SDS_REMOTE_DEVICE_T *the_device; in scic_sds_controller_ready_state_start_io_handler() local
5872 SCIC_SDS_REMOTE_DEVICE_T *the_device; in scic_sds_controller_ready_state_complete_io_handler() local
[all …]
H A Dscic_sds_port.h452 struct SCIC_SDS_REMOTE_DEVICE *the_device,
458 struct SCIC_SDS_REMOTE_DEVICE *the_device,
H A Dscic_sds_port.c1306 SCIC_SDS_REMOTE_DEVICE_T *the_device, in scic_sds_port_start_io() argument
1311 this_port, the_device, the_io_request); in scic_sds_port_start_io()
1325 SCIC_SDS_REMOTE_DEVICE_T *the_device, in scic_sds_port_complete_io() argument
1330 this_port, the_device, the_io_request); in scic_sds_port_complete_io()
/freebsd/contrib/ncurses/ncurses/base/
H A Dlib_mouse.c671 char *the_device = 0; in initialize_mousetype() local
674 the_device = ttyname(sp->_ifd); in initialize_mousetype()
675 if (the_device == 0) in initialize_mousetype()
676 the_device = dev_tty; in initialize_mousetype()
678 sp->_mouse_fd = open(the_device, O_RDWR); in initialize_mousetype()