Searched refs:requesters (Results 1 – 3 of 3) sorted by relevance
35 A GNOME and Gtk2 passphrase requesters. Use "make gnome-ssh-askpass1" or
248 this_controller->power_control.requesters, in scic_sds_controller_initialize_power_control()250 sizeof(this_controller->power_control.requesters) in scic_sds_controller_initialize_power_control()1895 if (this_controller->power_control.requesters[i] != NULL) in scic_sds_controller_power_control_timer_handler()1901 the_phy = this_controller->power_control.requesters[i]; in scic_sds_controller_power_control_timer_handler()1902 this_controller->power_control.requesters[i] = NULL; in scic_sds_controller_power_control_timer_handler()1914 current_requester_phy = this_controller->power_control.requesters[j]; in scic_sds_controller_power_control_timer_handler()1925 this_controller->power_control.requesters[j] = NULL; in scic_sds_controller_power_control_timer_handler()1994 this_controller->power_control.requesters[the_phy->phy_index] = the_phy; in scic_sds_controller_power_control_queue_insert()2014 if (this_controller->power_control.requesters[the_phy->phy_index] != NULL) in scic_sds_controller_power_control_queue_remove()2019 this_controller->power_control.requesters[the_phy->phy_index] = NULL; in scic_sds_controller_power_control_queue_remove()
160 SCIC_SDS_PHY_T *requesters[SCI_MAX_PHYS]; member