Lines Matching refs:sloth

731 sghsc_connect(caddr_t op_arg, hpc_slot_t sloth, void *data,  in sghsc_connect()  argument
738 int slot_num = sghsc_get_slotnum(sghsc, sloth); in sghsc_connect()
822 sghsc_disconnect(caddr_t op_arg, hpc_slot_t sloth, void *data, in sghsc_disconnect() argument
828 int slot_num = sghsc_get_slotnum(sghsc, sloth); in sghsc_disconnect()
878 sghsc_control(caddr_t op_arg, hpc_slot_t sloth, int request, in sghsc_control() argument
882 int slot = sghsc_get_slotnum(sghsc, sloth); in sghsc_control()
892 sloth, sghsc->sghsc_node_id, sghsc->sghsc_board); in sghsc_control()
916 error = sghsc_led_state(sghsc, sloth, in sghsc_control()
925 sghsc->sghsc_board, sloth); in sghsc_control()
1051 if (sghsc_disconnect(op_arg, sloth, 0, in sghsc_control()
1085 (void) hpc_slot_event_notify(sloth, HPC_EVENT_ENABLE_ENUM, in sghsc_control()
1108 (void) hpc_slot_event_notify(sloth, HPC_EVENT_DISABLE_ENUM, in sghsc_control()
1141 sghsc_led_state(sghsc_t *sghsc, hpc_slot_t sloth, int op, in sghsc_led_state() argument
1148 slot_num = sghsc_get_slotnum(sghsc, sloth); in sghsc_led_state()
1196 sghsc_get_slotnum(sghsc_t *sghsc, hpc_slot_t sloth) in sghsc_get_slotnum() argument
1200 if (sloth == NULL || sghsc == NULL) in sghsc_get_slotnum()
1205 if (sghsc->sghsc_slot_table[i].handle == sloth) in sghsc_get_slotnum()
1487 hpc_slot_t sloth; in sghsc_event_handler() local
1500 sloth = sghsc_find_sloth(rsp_data->node_id, rsp_data->board, in sghsc_event_handler()
1507 if (sloth == NULL) { in sghsc_event_handler()
1600 hpc_slot_t sloth; in sghsc_event_thread_code() local
1626 sloth = sghsc_find_sloth(rsp_data.node_id, in sghsc_event_thread_code()
1628 if (sloth == NULL) in sghsc_event_thread_code()
1639 rc = sghsc_connect((caddr_t)sghsc, sloth, in sghsc_event_thread_code()
1654 rc = hpc_slot_event_notify(sloth, HPC_EVENT_CLEAR_ENUM, in sghsc_event_thread_code()
1675 rc = hpc_slot_event_notify(sloth, in sghsc_event_thread_code()