Home
last modified time | relevance | path

Searched refs:swi_add (Results 1 – 17 of 17) sorted by relevance

/trueos/sys/kern/
HDsubr_taskqueue.c616 swi_add(NULL, "task queue", taskqueue_swi_run, NULL, SWI_TQ,
620 swi_add(NULL, "Giant taskq", taskqueue_swi_giant_run,
655 swi_add(NULL, "fast taskq", taskqueue_fast_run, NULL,
HDkern_timeout.c358 if (swi_add(&clk_intr_event, "clock", softclock, cc, SWI_CLOCK, in start_softclock()
368 if (swi_add(NULL, "clock", softclock, cc, SWI_CLOCK, in start_softclock()
HDkern_intr.c1104 swi_add(struct intr_event **eventp, const char *name, driver_intr_t handler, in swi_add() function
1876 if (swi_add(NULL, "vm", swi_vm, NULL, SWI_VM, INTR_MPSAFE, &vm_ih)) in start_softintr()
/trueos/sys/sys/
HDinterrupt.h180 int swi_add(struct intr_event **eventp, const char *name,
/trueos/sys/dev/hyperv/vmbus/
HDhv_vmbus_drv_freebsd.c498 ret = swi_add(&hv_vmbus_g_context.hv_msg_intr_event[j], in vmbus_bus_init()
524 ret = swi_add(&hv_vmbus_g_context.hv_event_intr_event[j], in vmbus_bus_init()
/trueos/sys/dev/uart/
HDuart_tty.c392 swi_add(&tty_intr_event, uart_driver_name, uart_tty_intr, sc, SWI_TTY, in uart_tty_attach()
HDuart_kbd_sun.c287 swi_add(&tty_intr_event, uart_driver_name, sunkbd_uart_intr, in sunkbd_attach()
/trueos/sys/dev/cy/
HDcy.c431 swi_add(&tty_intr_event, "cy", cypoll, NULL, SWI_TTY, 0, in cyattach_common()
433 swi_add(&clk_intr_event, "cy", cypoll, NULL, SWI_CLOCK, 0, in cyattach_common()
/trueos/sys/netgraph/bluetooth/drivers/bt3c/
HDng_bt3c_pccard.c646 if (swi_add(&tty_intr_event, device_get_nameunit(dev), in bt3c_pccard_attach()
/trueos/sys/dev/sio/
HDsio.c1077 swi_add(&tty_intr_event, "sio", siopoll, NULL, SWI_TTY, 0,
1079 swi_add(&clk_intr_event, "sio", siopoll, NULL, SWI_CLOCK, 0,
/trueos/sys/net/
HDnetisr.c1099 error = swi_add(&nwsp->nws_intr_event, swiname, swi_net, nwsp, in netisr_start_swi()
/trueos/sys/dev/rc/
HDrc.c314 swi_add(&tty_intr_event, "rc", rc_pollcard, sc, SWI_TTY, 0, in rc_attach()
/trueos/share/man/man9/
HDMakefile1297 MLINKS+=swi.9 swi_add.9 \
/trueos/sys/pc98/cbus/
HDsio.c1722 swi_add(&tty_intr_event, "sio", siopoll, NULL, SWI_TTY, 0,
1724 swi_add(&clk_intr_event, "sio", siopoll, NULL, SWI_CLOCK, 0,
/trueos/sys/netpfil/pf/
HDif_pfsync.c2324 error = swi_add(NULL, pfsyncname, pfsyncintr, V_pfsyncif, in pfsync_init()
HDpf_ioctl.c278 if ((error = swi_add(NULL, "pf send", pf_intr, curvnet, SWI_NET, in pfattach()
/trueos/sys/dev/cx/
HDif_cx.c2520 swi_add(&tty_intr_event, "cx", cx_softintr, NULL, SWI_TTY, in cx_modevent()