Searched refs:abort_enable (Results 1 - 15 of 15) sorted by relevance

/illumos-gate/usr/src/uts/sun4/os/
H A Dcpu_states.c105 if (abort_enable != 0 && abort_seq_tstamp != 0LL) {
147 if (abort_enable != 0) {
/illumos-gate/usr/src/cmd/kbd/
H A Dkbd.c95 static int abort_enable(char *, int);
241 if (aflag && (error = abort_enable(aopt, kbd)) != 0)
547 abort_enable(char *aopt, int kbd) function
712 (void) abort_enable(val_abort, kbd);
/illumos-gate/usr/src/uts/sun4v/io/
H A Dqcn.c1103 if (abort_enable == KIOCABORTALTERNATE) {
1136 if (abort_enable != KIOCABORTALTERNATE)
1160 if (abort_enable == KIOCABORTALTERNATE) {
1174 if (abort_enable != KIOCABORTENABLE)
1200 if (abort_enable != KIOCABORTALTERNATE)
1215 if (abort_enable == KIOCABORTALTERNATE) {
/illumos-gate/usr/src/uts/common/cpr/
H A Dcpr_main.c109 * save or restore abort_enable; this prevents a drop
119 saved_ae = abort_enable;
120 abort_enable = 0;
122 abort_enable = saved_ae;
/illumos-gate/usr/src/uts/common/sys/
H A Dsystm.h100 extern int abort_enable; /* Platform input-device abort policy */
/illumos-gate/usr/src/uts/common/os/
H A Dspace.c258 int abort_enable = KIOCABORTENABLE; variable
/illumos-gate/usr/src/uts/sun4u/serengeti/io/
H A Dsgcn.c796 if (abort_enable == KIOCABORTALTERNATE) {
864 if (abort_enable != KIOCABORTALTERNATE)
/illumos-gate/usr/src/uts/sun4/io/
H A Dsu_driver.c1648 ((abort_enable == KIOCABORTENABLE) &&
1831 if ((abort_enable == KIOCABORTALTERNATE) &&
1872 (abort_enable !=
/illumos-gate/usr/src/uts/i86pc/os/
H A Dmachdep.c415 if (abort_enable == 0) {
/illumos-gate/usr/src/uts/sun/io/ttymux/
H A Dttymux.c1690 abort_enable == KIOCABORTALTERNATE) {
1736 abort_enable != KIOCABORTALTERNATE)
/illumos-gate/usr/src/uts/sun/io/
H A Dzs_async.c1802 (abort_enable != KIOCABORTALTERNATE)) {
1850 if ((abort_enable == KIOCABORTALTERNATE) && (za->za_dev == rconsdev)) {
/illumos-gate/usr/src/uts/sun4u/opl/io/oplmsu/
H A Doplmsu.c928 if ((abort_enable == KIOCABORTALTERNATE) &&
992 if ((abort_enable != KIOCABORTALTERNATE) &&
/illumos-gate/usr/src/uts/common/xen/io/
H A Dxencons.c595 * if abort_enable == KIOCABORTALTERNATE and otherwise use a break
600 if ((abort_enable == KIOCABORTENABLE) && (xcp->flags & ASY_CONSOLE)) {
/illumos-gate/usr/src/uts/common/io/
H A Dconskbd.c866 abort_enable = *(int *)mp->b_cont->b_rptr;
H A Dasy.c2484 if ((abort_enable == KIOCABORTALTERNATE) &&
2523 (abort_enable !=

Completed in 116 milliseconds