Home
last modified time | relevance | path

Searched refs:interrupt (Results 26 – 50 of 68) sorted by relevance

123

/original-bsd/libexec/telnetd/
H A Dext.h94 interrupt P((void)),
/original-bsd/sbin/dump/
H A Ddump.h113 void interrupt __P((int signo)); /* in case operator bangs on console */
H A Doptr.c131 interrupt(signo) in interrupt() function
H A Dmain.c228 if (signal(SIGINT, interrupt) == SIG_IGN)
/original-bsd/sys/hp300/stand/
H A Dite_gb.c34 REGBASE->interrupt = 0x4;
H A Dite_rb.c38 REGBASE->interrupt = 0x04;
/original-bsd/old/dump.4.1/
H A Ddumpmain.c134 if (signal(SIGINT, interrupt) == SIG_IGN)
/original-bsd/sys/tahoe/tahoe/
H A Dlocore.s24 .set NISP,3 # number of interrupt stack pages
96 POWERFAIL(IPL, 1) # interrupt priority level
100 POWERFAIL(ISP, 1) # interrupt stack pointer
310 SCBVEC(powfail): # We should be on interrupt stack now.
443 jbr 3f # random interrupt, ignore
1444 bbc r0,_whichqs,sw1 # proc moved via interrupt
/original-bsd/local/ukc/dump/
H A Ddumptape.c246 int (*interrupt)() = signal(SIGINT, SIG_IGN); in otape() local
252 signal(SIGINT, interrupt); in otape()
H A Ddumpmain.c210 if (signal(SIGINT, interrupt) == SIG_IGN)
/original-bsd/sys/hp300/dev/
H A Dgrf_dv.c92 dbp->interrupt = 0x04;
H A Dite_dv.c76 REGBASE->interrupt = 0x04;
H A Dite_gb.c56 REGBASE->interrupt = 0x4;
H A Dite_rb.c73 REGBASE->interrupt = 0x04;
/original-bsd/sys/netiso/
H A Dif_un.eg136 * unprobe - try to generate an interrupt (to see if the board is there)
148 MM_OUT(&addr->un_csr, UN_GSFTINT); /* generate software interrupt */
291 MM_OUT(&addr->un_csr, UN_IENABLE); /* enable transmit done interrupt */
295 * unint - interrupt handler. find the cause of the interrupt and
333 * unrint - interrupt handler for packet reception.
652 * unxint - interrupt handler for transmit ready
958 /* save starting address so interrupt handler can find it */
/original-bsd/contrib/xns/examples/gap/
H A Dgap2d.c388 interrupt(); in gaptelnet()
489 interrupt() in interrupt() function
/original-bsd/sys/tahoe/vba/
H A Dhd.c563 mcb->interrupt = 1;
587 master->interrupt = HDCINTERRUPT + vm->um_ctlr;
814 mcb->interrupt = 0;
/original-bsd/sys/tahoe/stand/
H A Dhd.c166 mcb->interrupt = 0;
/original-bsd/usr.bin/make/
H A Djob.c2462 GNode *interrupt; /* the node describing the .INTERRUPT target */ local
2508 interrupt = Targ_FindNode (".INTERRUPT", TARG_NOCREATE);
2509 if (interrupt != NILGNODE) {
2512 JobStart (interrupt, JOB_IGNDOTS, (Job *)0);
/original-bsd/sys/sparc/sparc/
H A Dlocore.s272 SOFTINT(1, IE_L1) ! 11 = level 1 interrupt
273 HARDINT(2) ! 12 = level 2 interrupt
274 HARDINT(3) ! 13 = level 3 interrupt
276 HARDINT(5) ! 15 = level 5 interrupt
278 HARDINT(7) ! 17 = level 7 interrupt
279 HARDINT(8) ! 18 = level 8 interrupt
280 HARDINT(9) ! 19 = level 9 interrupt
281 HARDINT(10) ! 1a = level 10 interrupt
282 HARDINT(11) ! 1b = level 11 interrupt
284 HARDINT(13) ! 1d = level 13 interrupt
[all …]
/original-bsd/etc/
H A Drc47 # interrupt before catcher installed
/original-bsd/bin/sh/
H A DTOUR82 calling error. EXINT is an interrupt. EXSHELLPROC is an excep-
89 INTERRUPTS: In an interactive shell, an interrupt will cause an
94 of INTOFF and the execution of INTON, interrupt signals will be
326 When an interrupt is caught and no trap has been set for that
/original-bsd/sys/hp300/DOC/
H A DDebug.tips42 processes. When the processor is in supervisor mode (i.e. interrupt or
94 There is no seperate interrupt stack (right now) on the HPs. Interrupt
177 running at the time of the exception. Note that if we panic in an interrupt
/original-bsd/local/toolchest/ksh/sh/
H A Dword.c500 interrupt() in interrupt() function
/original-bsd/sys/luna68k/stand/
H A Dlocore.s540 jne Lnosir | came from interrupt, no can do
552 movl #T_SSIR,sp@- | type == software interrupt
649 | tstb _ssir | software interrupt pending?

123