HelenOS sources

INTERRUPT         232 uspace/app/tmon/tests.c GEN_PRE_RUN(intr, INTERRUPT);
INTERRUPT         122 uspace/drv/bus/isa/isa.c 		if (res->resources[i].type == INTERRUPT &&
INTERRUPT         389 uspace/drv/bus/isa/isa.c 		resources[count].type = INTERRUPT;
INTERRUPT         106 uspace/drv/bus/pci/pciintel/pci.c 		if (res->resources[i].type == INTERRUPT &&
INTERRUPT         609 uspace/drv/bus/pci/pciintel/pci.c 	hw_resources[count].type = INTERRUPT;
INTERRUPT         436 uspace/drv/char/ns8250/ns8250.c 		case INTERRUPT:
INTERRUPT          79 uspace/drv/platform/amdm37x/main.c 		.type = INTERRUPT,
INTERRUPT          95 uspace/drv/platform/amdm37x/main.c 		.type = INTERRUPT,
INTERRUPT         126 uspace/drv/platform/amdm37x/main.c 		.type = INTERRUPT,
INTERRUPT         107 uspace/drv/platform/arm64virt/arm64virt.c 		.type = INTERRUPT,
INTERRUPT         107 uspace/drv/platform/hikey960/hikey960.c 		.type = INTERRUPT,
INTERRUPT          85 uspace/drv/platform/icp/icp.c 		.type = INTERRUPT,
INTERRUPT         103 uspace/drv/platform/icp/icp.c 		.type = INTERRUPT,
INTERRUPT         170 uspace/drv/platform/icp/icp.c 		if (res->resources[i].type == INTERRUPT &&
INTERRUPT          64 uspace/drv/platform/mac/mac.c 		.type = INTERRUPT,
INTERRUPT          88 uspace/drv/platform/msim/msim.c 		.type = INTERRUPT,
INTERRUPT         119 uspace/drv/platform/msim/msim.c 		.type = INTERRUPT,
INTERRUPT          65 uspace/lib/c/generic/device/hw_res_parsed.c 	assert(res && (res->type == INTERRUPT));
INTERRUPT         219 uspace/lib/c/generic/device/hw_res_parsed.c 		case INTERRUPT:
HelenOS homepage, sources at GitHub