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

/freebsd-10.0-release/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_port.h452 struct SCIC_SDS_REMOTE_DEVICE *the_device,
458 struct SCIC_SDS_REMOTE_DEVICE *the_device,
H A Dscic_sds_controller.c3284 * @param[in] the_device
3288 SCIC_SDS_REMOTE_DEVICE_T * the_device
3294 this_controller, the_device
3304 the_device,
3345 * @param[in] the_device
3349 SCIC_SDS_REMOTE_DEVICE_T * the_device
3355 this_controller, the_device
3365 the_device,
3525 SCIC_SDS_REMOTE_DEVICE_T * the_device,
3530 U32 remote_node_count = scic_sds_remote_device_node_count(the_device);
3523 scic_sds_controller_allocate_remote_node_context( SCIC_SDS_CONTROLLER_T * this_controller, SCIC_SDS_REMOTE_DEVICE_T * the_device, U16 * node_id ) argument
3559 scic_sds_controller_free_remote_node_context( SCIC_SDS_CONTROLLER_T * this_controller, SCIC_SDS_REMOTE_DEVICE_T * the_device, U16 node_id ) argument
5820 SCIC_SDS_REMOTE_DEVICE_T *the_device; local
5872 SCIC_SDS_REMOTE_DEVICE_T *the_device; local
5965 SCIC_SDS_REMOTE_DEVICE_T *the_device = (SCIC_SDS_REMOTE_DEVICE_T *) local
[all...]
H A Dscic_sds_port.c1299 * @param[in] the_device
1306 SCIC_SDS_REMOTE_DEVICE_T *the_device,
1311 this_port, the_device, the_io_request);
1318 * @param[in] the_device
1325 SCIC_SDS_REMOTE_DEVICE_T *the_device,
1330 this_port, the_device, the_io_request);
1304 scic_sds_port_start_io( SCIC_SDS_PORT_T *this_port, SCIC_SDS_REMOTE_DEVICE_T *the_device, SCIC_SDS_REQUEST_T *the_io_request ) argument
1323 scic_sds_port_complete_io( SCIC_SDS_PORT_T *this_port, SCIC_SDS_REMOTE_DEVICE_T *the_device, SCIC_SDS_REQUEST_T *the_io_request ) argument
/freebsd-10.0-release/contrib/ncurses/ncurses/base/
H A Dlib_mouse.c562 char *the_device = 0; local
565 the_device = ttyname(sp->_ifd);
566 if (the_device == 0)
567 the_device = "/dev/tty";
569 sp->_mouse_fd = open(the_device, O_RDWR);

Completed in 182 milliseconds