| /trueos/sys/kern/ |
| HD | subr_taskqueue.c | 616 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,
|
| HD | kern_timeout.c | 358 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()
|
| HD | kern_intr.c | 1104 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/ |
| HD | interrupt.h | 180 int swi_add(struct intr_event **eventp, const char *name,
|
| /trueos/sys/dev/hyperv/vmbus/ |
| HD | hv_vmbus_drv_freebsd.c | 498 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/ |
| HD | uart_tty.c | 392 swi_add(&tty_intr_event, uart_driver_name, uart_tty_intr, sc, SWI_TTY, in uart_tty_attach()
|
| HD | uart_kbd_sun.c | 287 swi_add(&tty_intr_event, uart_driver_name, sunkbd_uart_intr, in sunkbd_attach()
|
| /trueos/sys/dev/cy/ |
| HD | cy.c | 431 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/ |
| HD | ng_bt3c_pccard.c | 646 if (swi_add(&tty_intr_event, device_get_nameunit(dev), in bt3c_pccard_attach()
|
| /trueos/sys/dev/sio/ |
| HD | sio.c | 1077 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/ |
| HD | netisr.c | 1099 error = swi_add(&nwsp->nws_intr_event, swiname, swi_net, nwsp, in netisr_start_swi()
|
| /trueos/sys/dev/rc/ |
| HD | rc.c | 314 swi_add(&tty_intr_event, "rc", rc_pollcard, sc, SWI_TTY, 0, in rc_attach()
|
| /trueos/share/man/man9/ |
| HD | Makefile | 1297 MLINKS+=swi.9 swi_add.9 \
|
| /trueos/sys/pc98/cbus/ |
| HD | sio.c | 1722 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/ |
| HD | if_pfsync.c | 2324 error = swi_add(NULL, pfsyncname, pfsyncintr, V_pfsyncif, in pfsync_init()
|
| HD | pf_ioctl.c | 278 if ((error = swi_add(NULL, "pf send", pf_intr, curvnet, SWI_NET, in pfattach()
|
| /trueos/sys/dev/cx/ |
| HD | if_cx.c | 2520 swi_add(&tty_intr_event, "cx", cx_softintr, NULL, SWI_TTY, in cx_modevent()
|