Home
last modified time | relevance | path

Searched full:interrupt (Results 501 – 525 of 2216) sorted by relevance

1...<<21222324252627282930>>...89

/titanic_53/usr/src/uts/sun4u/io/
H A Dtodds1287.c39 * button momentarily is pressed, an interrupt is generated and
42 * turned off. So the first task in the interrupt handler is to
326 "interrupt-priorities", (caddr_t)&ds1287_interrupt_priority, in ds1287_attach()
329 "interrupt-priorities\" property."); in ds1287_attach()
340 cmn_err(CE_WARN, "ds1287_attach: Failed to add low interrupt."); in ds1287_attach()
344 /* add the hi interrupt */ in ds1287_attach()
348 "interrupt."); in ds1287_attach()
371 (void) ddi_prop_remove(DDI_DEV_T_NONE, dip, "interrupt-priorities"); in ds1287_attach()
1115 * clear alarm interrupt
/titanic_53/usr/src/uts/common/io/rge/
H A Drge_main.c1289 * ============ Init MSI/Fixed Interrupt routines ==============
1324 /* Allocate an array of interrupt handles */ in rge_add_intrs()
1360 "Hi level interrupt not supported"); in rge_add_intrs()
1581 "rge_attach -- unsupported high level interrupt"); in rge_attach()
1685 * particular, the hardware interrupt handler and its subfunctions in rge_attach()
1693 * interrupt handler has now detected that more buffers have in rge_attach()
1696 * the <factotum> is triggered if the h/w interrupt handler in rge_attach()
1718 * Get supported interrupt types in rge_attach()
1727 * Add the h/w interrupt handler and initialise mutexes in rge_attach()
1729 * So the FIXED interrupt is used instead. in rge_attach()
[all …]
/titanic_53/usr/src/man/man9f/
H A Dddi_dma_addr_bind_handle.9f305 The callback function is called in interrupt context. Therefore, only system
306 functions accessible from interrupt context are be available. The callback
374 \fBddi_dma_addr_bind_handle()\fR can be called from user, kernel, or interrupt
H A Dddi_dma_buf_bind_handle.9f285 The callback function is called in interrupt context. Therefore, only system
286 functions accessible from interrupt context are be available. The callback
354 \fBddi_dma_buf_bind_handle()\fR can be called from user, kernel, or interrupt
H A Dusb_pipe_ctrl_xfer.9f216 Called from interrupt context with the USB_FLAGS_SLEEP flag set.
299 Called from interrupt context.
324 context without regard to arguments and from the interrupt context only when
H A Dqtimeout.9f70 wait for I/O processes when an interrupt is not available or might cause
95 The \fBqtimeout()\fR function can be called from user, interrupt, or kernel
H A Dproc_signal.9f81 The interrupt character has been received.
179 user, interrupt, or kernel context. The \fBproc_ref()\fR function should be
H A Dusb_lookup_ep_data.9f115 May be called from user, kernel or interrupt context.
119 Retrieve the polling interval for the second interrupt endpoint at interface 0,
H A Dscsi_dmaget.9f122 interrupt context. The \fIcallback\fR function may not block or call routines
126 The \fBscsi_dmafree()\fR function can be called from user, interrupt, or kernel
/titanic_53/usr/src/uts/sun4u/sys/
H A Dtodds1287.h109 #define RTC_UIE 0x10 /* Update-ended Interrupt Enable */
110 #define RTC_AIE 0x20 /* Alarm Interrupt Enable */
111 #define RTC_PIE 0x40 /* Periodic Interrupt Enable */
H A Drmc_comm_dp.h145 * interrupt handler prototype (asynchronous messages notification)
155 rmc_comm_intrfunc_t intr_handler; /* interrupt handler */
165 uint_t *intr_state; /* interrupt handler state */
/titanic_53/usr/src/uts/intel/brand/common/
H A Dbrand_solaris.s136 * pointer in the saved interrupt state on the stack. The interrupt state was
137 * pushed onto our stack automatically when the interrupt occured; see the
/titanic_53/usr/src/uts/i86pc/ml/
H A Dinterrupt.s131 call *do_interrupt_common /* interrupt service routine */
164 / interrupt (note that interrupts are still disabled from splx()).
165 / We execute this code when a soft interrupt is posted at
/titanic_53/usr/src/uts/common/io/usb/scsa2usb/
H A Dscsa2usb.conf67 # where "cbi" -> Control/Bulk/Interrupt device
68 # "cb" -> Control/Bulk/Interrupt device with no
69 # interrupt pipe status
/titanic_53/usr/src/uts/i86pc/
H A DMakefile.files153 interrupt.o \
159 interrupt.o \
261 interrupt.o \
/titanic_53/usr/src/uts/common/io/igb/
H A Digb_sw.h109 * Number of settings for interrupt throttle rate (ITR). There is one of
325 uint32_t max_intr_throttle; /* maximum interrupt throttle */
326 uint32_t min_intr_throttle; /* minimum interrupt throttle */
327 uint32_t def_intr_throttle; /* default interrupt throttle */
411 uint32_t intr_vector; /* Interrupt vector index */
523 uint32_t intr_vector; /* Interrupt vector index */
616 uint32_t rx_limit_per_intr; /* Rx pkts per interrupt */
/titanic_53/usr/src/man/man1/
H A Dtelnet.1667 Send the \fBTELNET IP\fR (Interrupt Process) sequence, which aborts the
870 \fB\fBinterrupt\fR\fR
875 \fBlocalchars\fR) and the \fBinterrupt\fR character is typed, a \fBTELNET IP\fR
877 value for the interrupt character is taken to be the terminal's \fBintr\fR
1227 the \fBinterrupt\fR or \fBquit\fR characters are typed (see \fBset\fR for
1228 descriptions of \fBinterrupt\fR and \fBquit\fR), the resulting \fBTELNET\fR
1313 If this toggle is \fBTRUE\fR, then the \fBflush\fR, \fBinterrupt\fR,
H A Dkvmstat.166 Count of virtual machine exits due to a pending external interrupt arriving
70 Count of virtual machine exits due to an open interrupt window on the
/titanic_53/usr/src/grub/grub-0.97/netboot/
H A Drtl8139.c46 each and every interrupt pending, including the RxOverrun and RxFIFIOver
59 rtl_poll was quite broken: it used the RxOK interrupt flag instead
129 /* Interrupt register bits, using my own meaningful names. */
363 /* Disable all known interrupts by setting the interrupt mask. */ in rtl_reset()
399 /* Only acknlowledge interrupt sources we can properly handle in rtl_transmit()
437 /* See below for the rest of the interrupt acknowledges. */ in rtl_poll()
503 * force an interrupt. If you ever want to see how in rtl_irq()
/titanic_53/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_debug.c144 * Kernel/Interrupt context.
242 * Kernel/Interrupt context.
286 * Kernel/Interrupt context.
331 * Kernel/Interrupt context.
445 * Kernel/Interrupt context.
587 * Kernel/Interrupt context.
/titanic_53/usr/src/uts/i86pc/io/
H A Dimmu_qinv.c151 "Interrupt Entry Cache Invalidate Descriptor",
290 /* queued invalidation interface -- invalidate interrupt entry cache */
659 /* queued invalidation interface -- global invalidate interrupt entry cache */
667 /* queued invalidation interface -- invalidate single interrupt entry cache */
675 /* queued invalidation interface -- invalidate interrupt entry caches */
684 /* requested interrupt count is not a power of 2 */ in immu_qinv_intr_caches()
/titanic_53/usr/src/uts/sun4u/lw2plus/io/
H A Dlombus.c286 * cyclic), and the interrupt-enabled flag.
442 * instructions - including exiting the interrupt service in sio_put_reg()
530 * Check for interrupt pending
539 * An interrupt is pending if the IPF bit in the EIR is 0,
543 * (which is only done from the interrupt service routine),
544 * we will see $11001100 (RX FIFO timeout interrupt pending).
596 * High-level interrupt handler:
599 * If not, the interrupt's not for us, so just return UNCLAIMED.
600 * Otherwise, disable the interrupt, trigger a softint, and return
603 * NOTE: the chip interrupt capability is only re-enabled once the
[all …]
/titanic_53/usr/src/man/man3rsm/
H A Drsm_intr_signal_wait_pollfd.3rsm25 function to wait for interrupt signals on RSMAPI segments as well as poll for
55 segment is set to \fBPOLLRDNORM\fR, indicating that an interrupt signal for
/titanic_53/usr/src/man/man7d/
H A Dfas.7d295 The device was configured with an interrupt level that cannot be used with this
347 Driver could not add its interrupt service routine to the kernel.
448 \fBSpurious interrupt\fR
452 The driver received an interrupt while the hardware was not interrupting.
1004 Interrupt Priority=0x35 (ipl 5)
/titanic_53/usr/src/cmd/prtconf/
H A Dprt_xxx.c170 (void) printf(" Interrupt Priority=0x%x (ipl %d)", in obio_printintr()
223 (void) printf("Interrupt Specifications:\n"); in obio_print()
278 (void) printf("Interrupt Specifications:\n"); in pcmcia_print()
332 * To print interrupt property for children of sbus on sun4u requires in sbus_print()
342 (void) printf("Interrupt Specifications:\n"); in sbus_print()

1...<<21222324252627282930>>...89