HelenOS sources

ihandle            86 boot/genarch/include/genarch/ofw.h extern ihandle ofw_stdout;
ihandle            88 boot/genarch/include/genarch/ofw.h extern ihandle ofw_mmu;
ihandle            46 boot/genarch/src/ofw.c ihandle ofw_stdout;
ihandle            48 boot/genarch/src/ofw.c ihandle ofw_mmu;
ihandle            49 boot/genarch/src/ofw.c ihandle ofw_memory_prop;
ihandle            54 boot/genarch/src/ofw.c static ihandle ofw_open(const char *name)
ihandle            56 boot/genarch/src/ofw.c 	return (ihandle) ofw_call("open", 1, 1, NULL, name);
ihandle           454 boot/genarch/src/ofw.c 	ihandle screen = ofw_open(path);
ihandle           455 boot/genarch/src/ofw.c 	if (screen == (ihandle) -1)
ihandle           808 uspace/drv/char/ns8250/ns8250.c     cap_irq_handle_t *ihandle)
ihandle           811 uspace/drv/char/ns8250/ns8250.c 	    ns8250_interrupt_handler, NULL, ihandle);
ihandle           220 uspace/drv/char/pl050/pl050.c 	cap_irq_handle_t ihandle;
ihandle           222 uspace/drv/char/pl050/pl050.c 	    res.irqs.irqs[0], pl050_interrupt, &pl050_irq_code, &ihandle);
ihandle           750 uspace/lib/c/generic/async/server.c 	cap_irq_handle_t ihandle;
ihandle           752 uspace/lib/c/generic/async/server.c 	    &ihandle);
ihandle           754 uspace/lib/c/generic/async/server.c 		*handle = ihandle;
ihandle           766 uspace/lib/c/generic/async/server.c errno_t async_irq_unsubscribe(cap_irq_handle_t ihandle)
ihandle           771 uspace/lib/c/generic/async/server.c 	return ipc_irq_unsubscribe(ihandle);
ihandle           178 uspace/lib/usbhost/src/hcd.c 	cap_irq_handle_t ihandle;
ihandle           180 uspace/lib/usbhost/src/hcd.c 	    &irq_code, &ihandle);
ihandle           193 uspace/lib/usbhost/src/hcd.c 		unregister_interrupt_handler(hcd->ddf_dev, ihandle);
ihandle           197 uspace/lib/usbhost/src/hcd.c 	*irq_handle = ihandle;
HelenOS homepage, sources at GitHub