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

/freebsd-10.0-release/contrib/atf/atf-c++/
H A Dtests_test.cpp90 #define RESET \ macro
98 RESET;
106 RESET;
121 RESET;
143 RESET;
181 #undef RESET macro
/freebsd-10.0-release/lib/libc/net/
H A Dlinkaddr.c45 #define RESET 3 macro
86 state = RESET;
92 case RESET | DIGIT:
101 state = RESET;
109 case RESET | END:
/freebsd-10.0-release/contrib/libreadline/examples/
H A Drlptytest.c207 static enum { RESET, TCBREAK } ttystate = RESET; enumerator in enum:__anon1664
302 ttystate = RESET;
/freebsd-10.0-release/contrib/atf/atf-run/
H A Dtest_program_test.cpp531 #define RESET \ macro
539 RESET;
547 RESET;
563 RESET;
575 RESET;
587 RESET;
615 RESET;
639 RESET;
683 RESET;
723 RESET;
751 #undef RESET macro
[all...]
/freebsd-10.0-release/sbin/rcorder/
H A Drcorder.c85 #define RESET FALSE macro
242 temp->in_progress = RESET;
294 head->in_progress = RESET;
340 pnode->head = RESET;
341 pnode->in_progress = RESET;
528 head->in_progress = RESET;
534 pnode->head = RESET;
535 pnode->in_progress = RESET;
/freebsd-10.0-release/contrib/gdb/gdb/
H A Dminimon.h61 #define EMRESET 15 /* Could not RESET target */
129 #define RESET 0 macro
/freebsd-10.0-release/contrib/groff/src/preproc/pic/
H A Dpic.y195 %token RESET
432 | RESET
442 RESET VARIABLE
H A Dlex.cpp499 { "reset", RESET },
/freebsd-10.0-release/sys/dev/cxgbe/common/
H A Dt4_hw.c220 * reply are of the same length. Some FW commands like RESET and
4485 INIT_CMD(c, RESET, WRITE);
4491 * t4_fw_halt - issue a reset/halt to FW and put uP into RESET
4493 * @mbox: mailbox to use for the FW RESET command (if desired)
4494 * @force: force uP into RESET even if FW RESET command fails
4496 * Issues a RESET command to firmware (if desired) with a HALT indication
4497 * and then puts the microprocessor into RESET state. The RESET command
4511 * If a legitimate mailbox is provided, issue a RESET comman
[all...]

Completed in 149 milliseconds