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 261 uspace/drv/block/isa-ide/isa-ide.c isa_ide_irq_handler, (void *)chan, &irq_code, &chan->ihandle);
ihandle 289 uspace/drv/block/isa-ide/isa-ide.c (void) unregister_interrupt_handler(chan->ctrl->dev, chan->ihandle);
ihandle 73 uspace/drv/block/isa-ide/isa-ide.h cap_irq_handle_t ihandle;
ihandle 327 uspace/drv/block/pc-floppy/pc-floppy.c pc_fdc_irq_handler, (void *)fdc, &irq_code, &fdc->ihandle);
ihandle 366 uspace/drv/block/pc-floppy/pc-floppy.c (void) unregister_interrupt_handler(fdc->dev, fdc->ihandle);
ihandle 71 uspace/drv/block/pc-floppy/pc-floppy.h cap_irq_handle_t ihandle;
ihandle 414 uspace/drv/block/pci-ide/pci-ide.c pci_ide_irq_handler, (void *)chan, &irq_code, &chan->ihandle);
ihandle 442 uspace/drv/block/pci-ide/pci-ide.c (void) unregister_interrupt_handler(chan->ctrl->dev, chan->ihandle);
ihandle 75 uspace/drv/block/pci-ide/pci-ide.h cap_irq_handle_t ihandle;
ihandle 808 uspace/drv/char/ns8250/ns8250.c cap_irq_handle_t *ihandle)
ihandle 811 uspace/drv/char/ns8250/ns8250.c ns8250_interrupt_handler, (void *)ns, NULL, ihandle);
ihandle 225 uspace/drv/char/pl050/pl050.c cap_irq_handle_t ihandle;
ihandle 228 uspace/drv/char/pl050/pl050.c &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 180 uspace/lib/usbhost/src/hcd.c cap_irq_handle_t ihandle;
ihandle 182 uspace/lib/usbhost/src/hcd.c (void *)hcd, &irq_code, &ihandle);
ihandle 195 uspace/lib/usbhost/src/hcd.c unregister_interrupt_handler(hcd->ddf_dev, ihandle);
ihandle 199 uspace/lib/usbhost/src/hcd.c *irq_handle = ihandle;
HelenOS homepage, sources at GitHub