This function is declared in the coresrv/io/irq.h file.
coresrv/io/irq.h
Retcode KnIoDisableIrq(Handle rid);
Masks (prohibits) the interrupt with the handle rid.
rid
If successful, the function returns rcOk.