Searched refs:devno (Results 1 – 2 of 2) sorted by relevance
252 void throttle_info_disable_throttle(int devno, boolean_t isfusion);
2485 throttle_info_disable_throttle(int devno, boolean_t isfusion) in throttle_info_disable_throttle() argument2489 if (devno < 0 || devno >= LOWPRI_MAX_NUM_DEV) { in throttle_info_disable_throttle()2490 panic("Illegal devno (%d) passed into throttle_info_disable_throttle()", devno); in throttle_info_disable_throttle()2493 info = &_throttle_io_info[devno]; in throttle_info_disable_throttle()