/src/sys/arch/sgimips/hpc/ |
pi1ppcreg.h | 54 #define SELECT 0x10 60 #define SPP_READY (SELECT | nFAULT | nBUSY) 61 #define SPP_MASK (SELECT | nFAULT | PERROR | nBUSY) 70 #define XFLAG SELECT
|
pi1ppc.c | 1557 /* if /ERROR and SELECT are high, and the peripheral isn't 1562 if((cur&(nFAULT|SELECT|nBUSY)) == (nFAULT|SELECT|nBUSY))
|
/src/sys/dev/ppbus/ |
ppbus_1284.c | 191 if (!(ppbus_rstr(dev) & SELECT) || !spin) { 264 if ((error = do_peripheral_wait(bus, SELECT | nBUSY, 0))) { 312 if (!(ppbus_rstr(dev) & SELECT)) { 348 if (!(ppbus_rstr(dev) & SELECT)) { 542 if (ppbus_poll_bus(bus, 40, nACK | SELECT | nFAULT, 543 SELECT | nFAULT, PPBUS_NOINTR | PPBUS_POLL)) { 550 if (do_1284_wait(bus, nACK | PERROR | SELECT | nFAULT, 551 PERROR | SELECT | nFAULT)) { 582 if (do_1284_wait(bus, nACK | SELECT, nACK)) { 588 if (do_1284_wait(bus, nACK | SELECT, SELECT | nACK)) [all...] |
ppbus_base.h | 56 #define SELECT 0x10 68 #define XFLAG SELECT /* Also ECP mode signal */ 123 unsigned int select:1; member in struct:ppbus_status
|
ppbus_1284.h | 59 #define Xflag SELECT
|
ppbus_base.c | 350 status->select = r & SELECT;
|
/src/sys/dev/ic/ |
atppcreg.h | 93 #define SELECT 0x10 99 #define SPP_READY (SELECT | nFAULT | nBUSY) 100 #define SPP_MASK (SELECT | nFAULT | PERROR | nBUSY) 109 #define XFLAG SELECT /* Also ECP mode signal */
|
/src/bin/ksh/ |
lex.h | 90 #define SELECT 268
|
syn.c | 336 case SELECT: 341 c == FOR ? "for" : "select"); 432 /* A {...} can be used instead of do...done for for/select loops 661 { "select", SELECT, true },
|
/src/common/lib/libc/stdlib/ |
heapsort.c | 108 * There are two cases. If j == nmemb, select largest of Ki and Kj. If 109 * j < nmemb, select largest of Ki, Kj and Kj+1. 128 * Select the top of the heap and 'heapify'. Since by far the most expensive 142 * XXX Don't break the #define SELECT line, below. Reiser cpp gets upset. 144 #define SELECT(par_i, child_i, nmemb, par, child, size, k, count, tmp1, tmp2) { \ 229 SELECT(i, j, nmemb, t, p, size, k, cnt, tmp1, tmp2);
|
/src/sys/dev/tc/ |
sfbplus.c | 74 #define SELECT(vdac, regno) do { \ 610 SELECT(vdac, BT459_IREG_COMMAND_0); 623 SELECT(vdac, BT459_IREG_CCR); 639 SELECT(vdac, 0); 648 SELECT(vdac, BT459_IREG_CRAM_BASE); 657 SELECT(vdac, BT459_IREG_CCOLOR_1); 676 SELECT(vdac, BT463_IREG_COMMAND_0); 691 SELECT(vdac, BT463_IREG_WINDOW_TYPE_TABLE); 837 SELECT(hw, BT459_IREG_CCR); 861 SELECT(hw, BT459_IREG_CURSOR_X_LOW) [all...] |
stic.c | 118 #define SELECT(vdac, regno) do { \ 286 SELECT(vdac, BT459_IREG_COMMAND_0); 295 SELECT(vdac, BT459_IREG_COMMAND_1); 306 SELECT(vdac, BT459_IREG_CCOLOR_1); 1165 SELECT(vdac, BT459_IREG_CCR); 1178 SELECT(vdac, BT459_IREG_CCOLOR_2); 1196 SELECT(vdac, BT459_IREG_CRAM_BASE); 1218 SELECT(vdac, 0); 1219 SELECT(vdac, 0); 1412 SELECT(vdac, BT459_IREG_CURSOR_X_LOW) [all...] |
/src/sys/arch/mac68k/obio/ |
iwm.s | 183 tstb %a0@(intDrive) | SELECT; choose drive #0 187 tstb %a0@(extDrive) | SELECT; choose drive #1 243 tstb %a0@(intDrive) | SELECT; choose drive 1 315 tstb %a0@(intDrive) | SELECT; choose drive #0 319 tstb %a0@(extDrive) | SELECT; choose drive #1 392 tstb %a0@(intDrive) | SELECT; choose drive #0 396 tstb %a0@(extDrive) | SELECT; choose drive #1 427 * iwmSelectDrive -- select internal (0) / external (1) drive. 483 * iwmSelectSide -- select side 0 (lower head) / side 1 (upper head). 1298 * selDriveReg -- Select drive status/control registe [all...] |
/src/usr.bin/config/ |
gram.y | 187 %token SELECT SINGLE SOURCE 755 SELECT WORD { addattr($2); } 759 no SELECT WORD { delattr($3, $1); }
|