Searched refs:requesters (Results 1 – 3 of 3) sorted by relevance
35 A GNOME and Gtk2 passphrase requesters. Use "make gnome-ssh-askpass1" or
246 this_controller->power_control.requesters, in scic_sds_controller_initialize_power_control()248 sizeof(this_controller->power_control.requesters) in scic_sds_controller_initialize_power_control()1893 if (this_controller->power_control.requesters[i] != NULL) in scic_sds_controller_power_control_timer_handler()1899 the_phy = this_controller->power_control.requesters[i]; in scic_sds_controller_power_control_timer_handler()1900 this_controller->power_control.requesters[i] = NULL; in scic_sds_controller_power_control_timer_handler()1912 current_requester_phy = this_controller->power_control.requesters[j]; in scic_sds_controller_power_control_timer_handler()1923 this_controller->power_control.requesters[j] = NULL; in scic_sds_controller_power_control_timer_handler()1992 this_controller->power_control.requesters[the_phy->phy_index] = the_phy; in scic_sds_controller_power_control_queue_insert()2012 if (this_controller->power_control.requesters[the_phy->phy_index] != NULL) in scic_sds_controller_power_control_queue_remove()2017 this_controller->power_control.requesters[the_phy->phy_index] = NULL; in scic_sds_controller_power_control_queue_remove()
158 SCIC_SDS_PHY_T *requesters[SCI_MAX_PHYS]; member