HomeSort by: relevance | last modified time | path
    Searched refs:RESET (Results 1 - 25 of 27) sorted by relevancy

1 2

  /src/sys/dev/mca/
if_lereg.h 42 #define RESET 0x08 /* Reset board */
if_le_mca.c 169 * \ \ \__ Need to be reset to 0 0 after boot
301 * 2. write value RESET | type to port
308 RESET | type);
344 bus_space_write_1(lsc->sc_memt, lsc->sc_memh, LE_PORT, RESET);
ed_mca.c 655 wd->drvp->state = 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/sys/arch/sgimips/stand/common/
iris_start.S 64 PTR_LA v0, 0xBFC00000 # indigo RESET
  /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/bin/sh/
mkinit.sh 103 RESET["{ "]* ) event=reset;;
206 echo "reset(void)"
output.c 103 RESET {
643 * the -X flag is to be set or reset (not necessarily changed)
input.c 123 RESET {
redir.c 179 free_rl(struct redirtab *rt, int reset)
191 reset == POPREDIR_UNDO ? "" :
192 reset == POPREDIR_PERMANENT ? "make permanent" :
193 "no reset\n"));
195 switch (reset) {
549 * if (reset == POPREDIR_UNDO)
551 * else if (reset == POPREDIR_PERMANENT)
553 * else / * reset == POPREDIR_DISCARD * /
558 popredir(int reset)
563 free_rl(rp, reset);
    [all...]
eval.c 103 * The value is reset to its previous value after the dot command.
127 * Called to reset things after an exception.
133 RESET {
1235 shellparam.reset = 1;
parser.c 635 /* If we don't have any redirections already, then we must reset */
1245 * parenlevel allows balancing parens inside a $(( )), it is reset
2469 RESET {
  /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)
  /src/sys/arch/x68k/stand/common/
execkern.S 106 | ??? returned from kernel -- issue software reset
108 moveml 0x00ff0000,#0x0101 | get RESET vectors (%d0: ssp, %a0: pc)
111 jmp %a0@ | go to reset address
  /src/share/examples/puffs/pgfs/
newfs.sql 104 RESET search_path;
  /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...]
wd.c 699 /* Reset state, so that retries don't use stale info */
927 errmsg = "channel reset";
936 retry: /* Just reset and retry. Can we do more ? */
1626 /* This will directly execute the reset due to AT_POLL */
1630 wd->drvp->state = RESET;
  /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/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/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/sys/arch/x68k/x68k/
locore.s 81 * table and is hence at 0x400 (see reset vector in vectors.s).
867 moveml 0x00ff0000,#0x0101 | get RESET vectors in ROM
870 movc %a1,%vbr | reset Vector Base Register
  /src/sys/dev/
sequencer.c 609 sc->input_stamp = t; /* XXX what happens if timer is reset? */
1390 *ev = SEQ_MK_TIMING(RESET);
1502 /* XXX send GM reset? */

Completed in 56 milliseconds

1 2