Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/sys/
H A Dsystm.h252 void throttle_info_disable_throttle(int devno, boolean_t isfusion);
/xnu-12377.61.12/bsd/miscfs/specfs/
H A Dspec_vnops.c2485 throttle_info_disable_throttle(int devno, boolean_t isfusion) in throttle_info_disable_throttle() argument
2489 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()