Searched refs:RESET (Results 1 - 12 of 12) sorted by relevance

/freebsd-12-stable/contrib/atf/atf-c++/
H A Dtests_test.cpp88 #define RESET \ macro
96 RESET;
104 RESET;
119 RESET;
141 RESET;
179 #undef RESET macro
/freebsd-12-stable/lib/libc/net/
H A Dlinkaddr.c48 #define RESET 3 macro
87 state = RESET;
93 case RESET | DIGIT:
102 state = RESET;
110 case RESET | END:
/freebsd-12-stable/contrib/llvm-project/lld/Common/
H A DErrorHandler.cpp173 << "warning: " << Colors::RESET << msg << "\n";
198 << "error: " << Colors::RESET << msg << "\n";
201 << "error: " << Colors::RESET << errorLimitExceededMsg << "\n";
/freebsd-12-stable/sbin/rcorder/
H A Drcorder.c92 #define RESET FALSE macro
273 temp->in_progress = RESET;
325 head->in_progress = RESET;
372 pnode->head = RESET;
373 pnode->in_progress = RESET;
561 head->in_progress = RESET;
567 pnode->head = RESET;
568 pnode->in_progress = RESET;
/freebsd-12-stable/contrib/ntp/sntp/libevent/test/
H A Dregress_util.c559 #define RESET() do { \ macro
577 RESET();
582 RESET();
586 RESET();
595 RESET();
603 RESET();
609 RESET();
626 RESET();
630 RESET();
633 #undef RESET macro
[all...]
/freebsd-12-stable/contrib/libevent/test/
H A Dregress_util.c559 #define RESET() do { \ macro
577 RESET();
582 RESET();
586 RESET();
595 RESET();
603 RESET();
609 RESET();
626 RESET();
630 RESET();
633 #undef RESET macro
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A Draw_ostream.h86 RESET, member in class:llvm::raw_ostream::Colors
98 static const Colors RESET = Colors::RESET; member in class:llvm::raw_ostream
/freebsd-12-stable/contrib/ofed/infiniband-diags/src/
H A Dibportstate.c55 RESET, enumerator in enum:port_ops
97 {"reset", NULL, 0}, /* RESET */
568 case RESET:
/freebsd-12-stable/contrib/gdb/gdb/
H A Dminimon.h61 #define EMRESET 15 /* Could not RESET target */
129 #define RESET 0 macro
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/
H A Draw_ostream.cpp77 const raw_ostream::Colors raw_ostream::RESET; member in class:raw_ostream
148 if (C == Colors::RESET)
/freebsd-12-stable/sys/dev/axgbe/
H A Dxgbe-mdio.c466 XSIR0_IOWRITE_BITS(pdata, SIR0_KR_RT_1, RESET, 1);
472 XSIR0_IOWRITE_BITS(pdata, SIR0_KR_RT_1, RESET, 0);
/freebsd-12-stable/sys/dev/cxgbe/common/
H A Dt4_hw.c318 * reply are of the same length. Some FW commands like RESET and
3398 * and the Firmware/Chip haven't yet gone through a RESET sequence. So
3434 * Firmware/Chip haven't yet gone through a RESET sequence. So it's best
7556 INIT_CMD(c, RESET, WRITE);
7562 * t4_fw_halt - issue a reset/halt to FW and put uP into RESET
7564 * @mbox: mailbox to use for the FW RESET command (if desired)
7565 * @force: force uP into RESET even if FW RESET command fails
7567 * Issues a RESET command to firmware (if desired) with a HALT indication
7568 * and then puts the microprocessor into RESET stat
[all...]

Completed in 224 milliseconds