/illumos-gate/usr/src/cmd/dtrace/test/tst/common/io/ |
H A D | tst.fds.c | 40 interrupt(int sig) function 57 act.sa_handler = interrupt;
|
/illumos-gate/usr/src/lib/libast/common/misc/ |
H A D | 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)
|
/illumos-gate/usr/src/lib/libast/common/uwin/ |
H A D | getpass.c | 44 static int interrupt; variable 47 interrupt++; 60 interrupt = 0; 73 if(interrupt)
|
/illumos-gate/usr/src/cmd/ttymon/ |
H A D | 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;
|
/illumos-gate/usr/src/cmd/lp/filter/postscript/common/ |
H A D | misc.c | 257 void interrupt(sig) function 278 } /* End of interrupt */
|
/illumos-gate/usr/src/cmd/power/ |
H A D | pm_pam_conv.c | 52 interrupt(int x) function 76 sig = signal(SIGINT, interrupt);
|
/illumos-gate/usr/src/cmd/ptools/preap/ |
H A D | preap.c | 43 static volatile int interrupt; variable 50 interrupt = sig; 258 while (--argc >= 0 && !interrupt) { 268 if (interrupt && retc == 0)
|
/illumos-gate/usr/src/cmd/ppgsz/ |
H A D | ppgsz.c | 57 static volatile int interrupt; variable 253 if (cflag && !interrupt) { /* command */ 323 while (--argc >= 0 && !interrupt) { 380 if (interrupt || err) 390 interrupt = 1;
|
/illumos-gate/usr/src/cmd/backup/dump/ |
H A D | dumpoptr.c | 219 interrupt(sig) function
|
/illumos-gate/usr/src/cmd/plimit/ |
H A D | plimit.c | 51 static int interrupt; variable 165 while (--argc >= 0 && !interrupt) { 216 if (interrupt) 224 interrupt = sig;
|
/illumos-gate/usr/src/cmd/truss/ |
H A D | ramdata.c | 45 int interrupt; /* interrupt signal was received */ variable
|
/illumos-gate/usr/src/cmd/cpc/common/ |
H A D | cputrack.c | 67 * We bail out as soon as possible when interrupt is set 69 static int interrupt = 0; variable 334 if (interrupt) 400 if (interrupt) 454 if (interrupt) 475 if (interrupt) 501 if (interrupt) 544 if (interrupt) 581 if (interrupt) 883 interrupt [all...] |
/illumos-gate/usr/src/uts/i86pc/io/ |
H A D | hpet_acpi.c | 67 uint32_t interrupt); 84 boolean_t proxy_installed; /* CBE proxy interrupt setup */ 284 * LAPIC Timers. Get a free HPET timer that supports I/O APIC routed interrupt. 285 * Setup data to handle the timer's ISR, and add the timer's interrupt. 287 * The ddi cannot be use to allocate the HPET timer's interrupt. 289 * to handle the HPET timer's interrupt. 306 cmn_err(CE_WARN, "!hpet_acpi: install interrupt failed."); 315 * Avoid a possibly stuck interrupt by programing the HPET's timer here 316 * before the I/O APIC is programmed to handle this interrupt. 347 * Remove the interrupt tha 679 hpet_timer_set_up(hpet_info_t *hip, uint32_t timer_n, uint32_t interrupt) argument [all...] |
/illumos-gate/usr/src/cmd/lp/filter/postscript/postio/ |
H A D | 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 1098 signal(joinsig, interrupt); [all...] |
/illumos-gate/usr/src/cmd/ptools/pfiles/ |
H A D | pfiles.c | 63 static volatile int interrupt; variable 131 while (--argc >= 0 && !interrupt) { 202 if (interrupt && retc == 0) 211 interrupt = 1; 224 if (interrupt)
|
/illumos-gate/usr/src/cmd/ptools/pmadvise/ |
H A D | pmadvise.c | 264 * We bail out as soon as possible when interrupt is set 266 static int interrupt = 0; variable 568 if (interrupt) 671 while (!interrupt && psaddr != NULL) { 932 interrupt++; 1038 while (!interrupt && argc-- > 0) {
|
/illumos-gate/usr/src/cmd/ptools/plgrp/ |
H A D | plgrp.c | 144 * We bail out as soon as possible when interrupt is set 146 static int interrupt = 0; variable 222 interrupt++; 569 interrupt = 1; 1205 if (arg == NULL || interrupt) 1253 if (plgrp_todo == NULL || interrupt) 1376 while (!interrupt && (c = getopt(argc, argv, "a:A:FhH:")) != -1) { 1588 for (i = optind; i < argc && !interrupt; i++) { 1600 return ((nerrors ||interrupt) ? EXIT_NONFATAL : EXIT_SUCCESS);
|
/illumos-gate/usr/src/uts/sun4u/daktari/io/ |
H A D | hpc3130_dak.c | 783 "interrupt-priorities", (caddr_t)&hpc3130_pil, 789 cmn_err(CE_WARN, "High level interrupt not supported"); 957 cmn_err(CE_WARN, "failed to add interrupt"); 1251 * When the TI 3130 produces an interrupt, 1257 uint8_t interrupt; local 1275 * Read the interrupt event register - see 1279 &interrupt)) { 1283 if (interrupt == 0) 1293 if (interrupt & HPC3130_PWRGOOD) { 1302 if (interrupt [all...] |
/illumos-gate/usr/src/uts/intel/io/acpica/ |
H A D | acpi_enum.c | 73 static int interrupt[ACPI_ISA_LIMIT], dma[ACPI_ISA_LIMIT]; variable 135 interrupt[(*interrupt_count)++] = 566 interrupt[0] = 0x1; 567 interrupt[1] = 0xc; 570 1 << interrupt[0]; 572 1 << interrupt[1]; 583 "interrupts", (int *)interrupt, interrupt_count);
|
/illumos-gate/usr/src/cmd/ptools/pmap/ |
H A D | pmap.c | 99 static volatile int interrupt; variable 772 } while (vaddr < segment_end && !interrupt); 915 } while (vaddr < segment_end && !interrupt); 1244 if (interrupt) 1261 if (interrupt) 1517 if (interrupt) 1581 while ((vaddr < maxaddr) && (curr_lgrp == lgrp) && !interrupt) { 1619 if (interrupt) 1666 interrupt = 1;
|
/illumos-gate/usr/src/cmd/prctl/ |
H A D | prctl.c | 85 static volatile int interrupt; variable 424 /* allow user interrupt */ 425 if (interrupt) { 669 while (--argc >= 0 && !interrupt) { 744 if (interrupt) 779 if (interrupt) 814 if (interrupt) 844 if (interrupt) 907 if (interrupt) 1045 /* handle user interrupt o [all...] |
/illumos-gate/usr/src/uts/common/io/ |
H A D | pcic.c | 28 * PCIC device/interrupt handler 39 * smi system management interrupt override 585 * enable insertion/removal interrupt for 32bit cards 602 /* CSC Interrupt: Card detect interrupt on */ 741 "interrupt-priorities", -1); 1101 /* if not interrupt pin then must use ISA style IRQs */ 1450 * interrupt will fail. 1496 * and IO interrupts, through a single interrupt line. 1804 /* enable card status change interrupt for socket */ 1815 * On the CL_6730, we need to set up the interrupt 3790 int irq, interrupt, mirq; local 6413 int i, interrupt; local [all...] |
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ |
H A D | in.telnetd.c | 267 static void interrupt(void); 3496 * interrupt. Do this with a NULL or 3497 * interrupt char; depending on the tty mode. 3500 interrupt(); 4234 * Send interrupt to process on other side of pty. 4239 interrupt(void) function
|