HomeSort by: relevance | last modified time | path
    Searched defs:RESET (Results 1 - 22 of 22) sorted by relevancy

  /src/sys/dev/mca/
if_lereg.h 42 #define RESET 0x08 /* Reset board */
  /src/external/bsd/atf/dist/atf-c++/
tests_test.cpp 90 #define RESET \
98 RESET;
106 RESET;
121 RESET;
143 RESET;
181 #undef RESET
  /src/lib/libc/net/
linkaddr.c 52 #define RESET 3
95 state = RESET;
102 case RESET | DIGIT:
111 state = RESET;
119 case RESET | END:
  /src/sys/arch/i386/stand/misc/
rawrite.c 33 #define RESET 0
66 case 0x05: msg("Reset failed (hard disk)"); break;
105 biosdisk(RESET, drive, 0, 0, 0, 0, buffer);
111 biosdisk(RESET, drive, 0, 0, 0, 0, buffer);
  /src/external/apache2/llvm/dist/clang/tools/diagtool/
TreeView.cpp 74 out << "-W" << Group.getName() << "\n" << Colors::RESET;
86 out << DR.getName() << Colors::RESET << "\n";
132 out << '\n' << Colors::GREEN << "GREEN" << Colors::RESET
134 out << '\n' << Colors::RED << "RED" << Colors::RESET
  /src/external/gpl3/gdb/dist/readline/readline/examples/
rlptytest.c 177 /* Reset the fd_set, and watch for input from GDB or stdin */
218 static enum { RESET, TCBREAK } ttystate = RESET;
301 * fd - The file descrioptor of the terminal to reset.
313 ttystate = RESET;
  /src/external/gpl3/gdb.old/dist/readline/readline/examples/
rlptytest.c 173 /* Reset the fd_set, and watch for input from GDB or stdin */
214 static enum { RESET, TCBREAK } ttystate = RESET;
297 * fd - The file descrioptor of the terminal to reset.
309 ttystate = RESET;
  /src/sys/arch/pmax/ibus/
sii.c 120 #define RESET 1
172 sii_Reset(sc, RESET);
289 * Reset the SII chip and do a SCSI reset if 'reset' is true.
290 * NOTE: if !cold && reset, should probably probe for devices
291 * since a SCSI bus reset will set UNIT_ATTENTION.
294 sii_Reset(struct siisoftc* sc, int reset)
295 /* reset: TRUE => reset SCSI bus *
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
raw_ostream.h 104 RESET,
116 static constexpr Colors RESET = Colors::RESET;
  /src/external/bsd/atf/dist/tools/
test_program_test.cpp 534 #define RESET \
542 RESET;
550 RESET;
566 RESET;
578 RESET;
590 RESET;
618 RESET;
642 RESET;
686 RESET;
726 RESET;
    [all...]
  /src/sbin/rcorder/
rcorder.c 98 RESET = 0,
254 temp->in_progress = RESET;
306 head->in_progress = RESET;
352 pnode->head = RESET;
353 pnode->in_progress = RESET;
493 head->in_progress = RESET;
499 pnode->head = RESET;
500 pnode->in_progress = RESET;
  /src/sys/dev/isa/
wt.c 101 RDMAPORT; /* reset DMA */
105 RESETMASK, /* to check after reset */
106 RESETVAL, /* state after reset */
109 RESET, /* reset command */
312 /* Reset DMA. */
392 /* Bad status, reset the controller. */
909 /* reset request */
1029 * Perform QIC-02 and QIC-36 compatible reset sequence.
1037 /* send reset */
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/radeon/
rv740d.h 58 #define RESET (1 << 30)
rv770d.h 131 #define RESET (1 << 30)
nid.h 573 #define RESET (1 << 30)
evergreend.h 111 #define RESET (1 << 30)
  /src/external/apache2/llvm/dist/llvm/lib/Support/
raw_ostream.cpp 75 constexpr raw_ostream::Colors raw_ostream::RESET;
146 if (C == Colors::RESET)
  /src/external/bsd/libevent/dist/test/
regress_util.c 627 #define RESET() do { \
645 RESET();
650 RESET();
654 RESET();
663 RESET();
671 RESET();
677 RESET();
694 RESET();
698 RESET();
701 #undef RESET
    [all...]
  /src/external/bsd/ntp/dist/sntp/libevent/test/
regress_util.c 624 #define RESET() do { \
642 RESET();
647 RESET();
651 RESET();
660 RESET();
668 RESET();
674 RESET();
691 RESET();
695 RESET();
698 #undef RESET
    [all...]
  /src/sys/arch/luna68k/dev/xplx/
xplx.asm 41 ; 0000 00FF SH RESET/RST etc.
387 ; ######## RESET/RST
389 RESET:
430 XPBUS_STAT_RESET:: ; reset count
618 ; inc reset count
846 ; reset PRT0 interrupt
1027 ; reset PRT1 Interrupt
1045 ; PCM RESET attention
1607 ; attention=001, reset
1704 ; attention=001, reset
    [all...]
  /src/sys/dev/ata/
atavar.h 67 #define ERR_RESET 6 /* command was terminated by channel reset */
115 #define AT_RESET 0x0400 /* command terminated by channel reset */
202 #define C_RECOVERED 0x1000 /* error recovered, no need for reset */
207 #define KILL_RESET 2 /* xfer was reset */
273 #define ATA_DRIVE_RESET 0x0010 /* reset the drive state at next xfer */
280 #define ATA_DRIVE_TH_RESET 0x0800 /* drive waits for thread drive reset */
313 * This is reset to 0 after a channel reset.
317 #define RESET 0
411 #define ATACH_TH_RESET 0x200 /* someone ask the thread to reset */
    [all...]
  /src/external/apache2/mDNSResponder/dist/ServiceRegistration/
dnssd-proxy.c 1517 #define RESET \
1571 #define RESET \
1587 RESET;
1776 #define RESET \
1794 RESET;
1838 RESET;
1849 RESET;
1860 RESET;
1930 RESET;
1975 RESET;
    [all...]

Completed in 73 milliseconds