| /onnv/onnv-gate/usr/src/uts/common/io/ |
| asy.conf | 29 interrupt-priorities=12;
|
| pcic.conf | 31 # get the correct interrupt priorities 33 interrupt-priorities=6;
|
| /onnv/onnv-gate/usr/src/uts/intel/io/ |
| bscbus.conf | 31 interrupt-priorities = 8, 8;
|
| /onnv/onnv-gate/usr/src/uts/sun4u/blade/io/ |
| bscbus.conf | 31 interrupt-priorities = 8, 8, 8, 8;
|
| /onnv/onnv-gate/usr/src/uts/common/io/nge/ |
| nge.conf | 31 # Set the interrupt priority of the nge device to ipl 6 (same as 35 interrupt-priorities=6;
|
| /onnv/onnv-gate/usr/src/uts/i86pc/i86hvm/io/xpv/ |
| xpv.conf | 26 interrupt-priorities=9;
|
| /onnv/onnv-gate/usr/src/uts/sun4u/makaha/io/ |
| acebus.conf | 30 ac-interrupt-map=0x14,0x400000,1,0,3;
|
| /onnv/onnv-gate/usr/src/uts/sun4u/opl/io/oplpanel/ |
| oplpanel.conf | 29 interrupt-priorities=0xf;
|
| /onnv/onnv-gate/usr/src/cmd/fmli/inc/ |
| interrupt.h | 26 /* defines and data structures for interrupt feature */ 45 bool interrupt; member in struct:__anon483
|
| actrec.h | 54 char *interrupt; /* abs */ member in struct:actrec
|
| /onnv/onnv-gate/usr/src/cmd/fmli/oh/ |
| interrupt.c | 40 /* declare data structures for interrupt feature 41 * the following is a copy of interrupt.h without the `extern' 46 bool interrupt; member in struct:__anon484
|
| /onnv/onnv-gate/usr/src/cmd/dtrace/demo/sdt/ |
| intr.d | 27 interrupt-start 32 interrupt-complete
|
| /onnv/onnv-gate/usr/src/uts/common/io/1394/adapters/ |
| hci1394.conf | 47 interrupt-priorities=0x9;
|
| /onnv/onnv-gate/usr/src/uts/sun4u/montecarlo/io/ |
| se.conf | 36 interrupt-priorities=8
|
| /onnv/onnv-gate/usr/src/lib/libdtrace_jni/java/docs/examples/ |
| intrstat.d | 29 sdt:::interrupt-start 34 sdt:::interrupt-complete
|
| /onnv/onnv-gate/usr/src/lib/libast/common/uwin/ |
| getpass.c | 44 static int interrupt; variable 47 interrupt++; 60 interrupt = 0; 73 if(interrupt)
|
| /onnv/onnv-gate/usr/src/cmd/ttymon/ |
| tmpeek.c | 53 static int interrupt; variable 85 interrupt = 0; 87 if (interrupt == BRK) { 90 if (interrupt == DEL) { /* XXX revisit kmd */ 198 interrupt = DEL; 204 interrupt = BRK;
|
| /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/ui/ |
| SwingWorker.java | 58 public void interrupt() { method in class:SwingWorker 61 t.interrupt();
|
| /onnv/onnv-gate/usr/src/uts/sparc/ml/ |
| fd_asm.s | 54 * reconfigure time on systems that do not support the fast interrupt 70 ENTRY(fd_intr) ! fd standard interrupt handler 74 ! controller expecting an interrupt. Unfortunately, the 200 ! recalibrate/seek - no result phase, must do sense interrupt status. 269 ! schedule 2nd stage interrupt 282 ! fast traps are not in use. Do not schedule the soft interrupt 291 ! fast traps are enabled. Schedule the soft interrupt. 309 ! update high level interrupt counter... 327 ! schedule the soft interrupt if needed
|
| /onnv/onnv-gate/usr/src/cmd/dtrace/test/tst/common/io/ |
| tst.fds.c | 40 interrupt(int sig) function 57 act.sa_handler = interrupt;
|
| /onnv/onnv-gate/usr/src/lib/libast/common/misc/ |
| sigcrit.c | 77 interrupt(int sig) function 79 signal(sig, interrupt); 135 if ((op & signals[i].op) && (handler[i] = signal(signals[i].sig, interrupt)) == SIG_IGN)
|
| /onnv/onnv-gate/usr/src/uts/sun4u/ml/ |
| mach_interrupt.s | 58 * (TT 0x60, TL>0) Interrupt Vector Handler 59 * Globals are the Interrupt Globals. 63 ! Load the interrupt receive data register 0. 65 ! or an interrupt number. 68 ldxa [%g2]ASI_INTR_RECEIVE, %g5 ! %g5 = PC or Interrupt Number 79 bl,a,pt %xcc, 0f ! an interrupt number found 115 ! Load interrupt receive data registers 1 and 2 to fetch 164 ! We have an interrupt number. 189 ! interrupt format 193 ! g5: word 0 of the interrupt dat [all...] |
| /onnv/onnv-gate/usr/src/uts/common/io/aac/ |
| README | 73 Instead of supporting fixed interrupt only, the driver added the MSI 74 interrupt whenever the HBA card has this feature. In the same time, the 75 driver has replaced all legacy interrupt ddi interfaces callings by
|
| /onnv/onnv-gate/usr/src/cmd/lp/filter/postscript/download/ |
| download.c | 146 init_signals(); /* sets up interrupt handling */ 162 void interrupt(); /* handles signals if we catching them */ 170 if ( signal(SIGINT, interrupt) == SIG_IGN ) { 175 signal(SIGHUP, interrupt); 176 signal(SIGQUIT, interrupt); 179 signal(SIGTERM, interrupt);
|
| /onnv/onnv-gate/usr/src/cmd/lp/filter/postscript/postio/ |
| postio.c | 189 static void interrupt(int); 247 init_signals(); /* sets up interrupt handling */ 285 * necessary, is to do a kill -15. That forces a call to interrupt(), which in 294 if (signal(SIGINT, interrupt) == SIG_IGN) { 299 signal(SIGHUP, interrupt); 300 signal(SIGQUIT, interrupt); 303 signal(SIGTERM, interrupt); 601 signal(joinsig, interrupt); 1084 interrupt(int sig) function [all...] |