HelenOS sources

irq_code_t         82 abi/include/_bits/native.h #define uspace_ptr_irq_code_t uspace_ptr(irq_code_t)
irq_code_t         82 kernel/generic/include/ddi/irq.h 	irq_code_t *code;
irq_code_t        208 kernel/generic/src/ipc/irq.c static void code_free(irq_code_t *code)
irq_code_t        225 kernel/generic/src/ipc/irq.c static irq_code_t *code_from_uspace(uspace_ptr_irq_code_t ucode)
irq_code_t        230 kernel/generic/src/ipc/irq.c 	irq_code_t *code = malloc(sizeof(*code));
irq_code_t        330 kernel/generic/src/ipc/irq.c 	irq_code_t *code;
irq_code_t        444 kernel/generic/src/ipc/irq.c 	irq_code_t *code = irq->notif_cfg.code;
irq_code_t        156 uspace/drv/audio/hdaudio/hdaudio.c 	irq_code_t irq_code;
irq_code_t        123 uspace/drv/audio/sb16/main.c 	irq_code_t irq_code = {
irq_code_t       1173 uspace/drv/block/ahci/ahci.c 	irq_code_t ct;
irq_code_t        171 uspace/drv/block/ddisk/ddisk.c irq_code_t ddisk_irq_code = {
irq_code_t        231 uspace/drv/block/isa-ide/isa-ide.c 	irq_code_t irq_code;
irq_code_t        296 uspace/drv/block/pc-floppy/pc-floppy.c 	irq_code_t irq_code;
irq_code_t        374 uspace/drv/block/pci-ide/pci-ide.c 	irq_code_t irq_code;
irq_code_t        144 uspace/drv/block/virtio-blk/virtio-blk.c 	irq_code_t irq_code = {
irq_code_t        102 uspace/drv/bus/adb/cuda_adb/cuda_adb.c static irq_code_t cuda_irq_code = {
irq_code_t        102 uspace/drv/bus/usb/ehci/hc.c errno_t hc_gen_irq_code(irq_code_t *code, hc_device_t *hcd, const hw_res_list_parsed_t *hw_res, int *irq)
irq_code_t        106 uspace/drv/bus/usb/ehci/hc.h extern errno_t hc_gen_irq_code(irq_code_t *, hc_device_t *,
irq_code_t        105 uspace/drv/bus/usb/ohci/hc.c errno_t hc_gen_irq_code(irq_code_t *code, hc_device_t *hcd, const hw_res_list_parsed_t *hw_res, int *irq)
irq_code_t         93 uspace/drv/bus/usb/ohci/hc.h extern errno_t hc_gen_irq_code(irq_code_t *, hc_device_t *,
irq_code_t        113 uspace/drv/bus/usb/uhci/hc.c errno_t hc_gen_irq_code(irq_code_t *code, hc_device_t *hcd, const hw_res_list_parsed_t *hw_res, int *irq)
irq_code_t        162 uspace/drv/bus/usb/uhci/hc.h extern errno_t hc_gen_irq_code(irq_code_t *, hc_device_t *, const hw_res_list_parsed_t *, int *);
irq_code_t        363 uspace/drv/bus/usb/xhci/hc.c errno_t hc_irq_code_gen(irq_code_t *code, xhci_hc_t *hc, const hw_res_list_parsed_t *hw_res, int *irq)
irq_code_t        118 uspace/drv/bus/usb/xhci/hc.h extern errno_t hc_irq_code_gen(irq_code_t *, xhci_hc_t *, const hw_res_list_parsed_t *, int *);
irq_code_t         70 uspace/drv/bus/usb/xhci/main.c static errno_t hcd_irq_code_gen(irq_code_t *code, hc_device_t *hcd,
irq_code_t        282 uspace/drv/char/i8042/i8042.c 	irq_code_t irq_code = {
irq_code_t         64 uspace/drv/char/msim-con/msim-con.h 	irq_code_t irq_code;
irq_code_t         64 uspace/drv/char/pc-lpt/pc-lpt.h 	irq_code_t irq_code;
irq_code_t         62 uspace/drv/char/pl011/pl011.h 	irq_code_t irq_code;
irq_code_t        133 uspace/drv/char/pl050/pl050.c static irq_code_t pl050_irq_code = {
irq_code_t        280 uspace/drv/nic/e1k/e1k.c irq_code_t e1000_irq_code = {
irq_code_t        255 uspace/drv/nic/ne2k/dp8390.h 	irq_code_t code;
irq_code_t        664 uspace/drv/nic/rtl8139/driver.c irq_code_t rtl8139_irq_code = {
irq_code_t        155 uspace/drv/nic/rtl8169/driver.c irq_code_t rtl8169_irq_code = {
irq_code_t        163 uspace/drv/nic/virtio-net/virtio-net.c 	irq_code_t irq_code = {
irq_code_t        744 uspace/lib/c/generic/async/server.c     void *data, const irq_code_t *ucode, cap_irq_handle_t *handle)
irq_code_t         47 uspace/lib/c/generic/irq.c static const irq_code_t default_ucode = {
irq_code_t         65 uspace/lib/c/generic/irq.c errno_t ipc_irq_subscribe(int inr, sysarg_t method, const irq_code_t *ucode,
irq_code_t        141 uspace/lib/c/include/async.h     const irq_code_t *, cap_irq_handle_t *);
irq_code_t         42 uspace/lib/c/include/ipc/irq.h extern errno_t ipc_irq_subscribe(int, sysarg_t, const irq_code_t *,
irq_code_t         46 uspace/lib/drv/generic/interrupt.c     interrupt_handler_t *handler, void *arg, const irq_code_t *irq_code,
irq_code_t         54 uspace/lib/drv/include/ddf/interrupt.h     interrupt_handler_t *, void *, const irq_code_t *, cap_irq_handle_t *);
irq_code_t        141 uspace/lib/posix/include/libc/async.h     const irq_code_t *, cap_irq_handle_t *);
irq_code_t         42 uspace/lib/posix/include/libc/ipc/irq.h extern errno_t ipc_irq_subscribe(int, sysarg_t, const irq_code_t *,
irq_code_t         83 uspace/lib/usbhost/include/usb/host/hcd.h 	int (*irq_code_gen)(irq_code_t *, hc_device_t *,
irq_code_t        137 uspace/lib/usbhost/src/hcd.c static inline void irq_code_clean(irq_code_t *code)
irq_code_t        165 uspace/lib/usbhost/src/hcd.c 	irq_code_t irq_code = { 0 };
irq_code_t         60 uspace/srv/hid/s3c24xx_ts/s3c24xx_ts.c static irq_code_t ts_irq_code = {
irq_code_t         56 uspace/srv/hw/char/s3c24xx_uart/s3c24xx_uart.c static irq_code_t uart_irq_code = {
HelenOS homepage, sources at GitHub