Home
last modified time | relevance | path

Searched refs:devno (Results 1 – 2 of 2) sorted by relevance

/xnu-8020.140.41/bsd/sys/
H A Dsystm.h242 void throttle_info_disable_throttle(int devno, boolean_t isfusion);
/xnu-8020.140.41/bsd/miscfs/specfs/
H A Dspec_vnops.c2358 throttle_info_disable_throttle(int devno, boolean_t isfusion) in throttle_info_disable_throttle() argument
2362 if (devno < 0 || devno >= LOWPRI_MAX_NUM_DEV) { in throttle_info_disable_throttle()
2363 panic("Illegal devno (%d) passed into throttle_info_disable_throttle()", devno); in throttle_info_disable_throttle()
2366 info = &_throttle_io_info[devno]; in throttle_info_disable_throttle()