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

1 2

  /src/sys/arch/mips/rmi/
rmixl_spl.S 76 * - set STATUS[IE]
80 * henceforth STATUS[IE] is expected to remain normally set
86 mfc0 t0, MIPS_COP_0_STATUS # get STATUS
88 mtc0 zero, MIPS_COP_0_STATUS ## disable all ints in STATUS
94 mtc0 t0, MIPS_COP_0_STATUS ## set STATUS | IE
  /src/sys/arch/emips/stand/common/
ace.c 146 { "STATUS",
242 SysacePrintRegister(&STATUS_Names, Interface->STATUS);
314 uint32_t Status;
319 Status = Interface->STATUS;
320 if (Status & SAC_MPULOCK)
330 Status = Interface->STATUS;
331 if (Status & SAC_MPULOCK)
334 DBGME(0,printf("Sysace::Lock loops.. (st=%x)\n",Status));
    [all...]
  /src/sys/dev/isa/
seagate.c 51 * Find bug? giving problem with tape status
138 * STATUS
179 int flags; /* status of the instruction */
188 * data structure describing current status of the scsi bus. One for each
197 void * maddr_cr_sr; /* Address of control and status reg */
217 #define STATUS (*(volatile u_char *)sea->maddr_cr_sr)
218 #define CONTROL STATUS
486 if ((STATUS & STAT_PARITY) == 0 &&
487 (STATUS & (STAT_SEL | STAT_IO)) != (STAT_SEL | STAT_IO))
495 if (STATUS & STAT_PARITY)
    [all...]
  /src/tests/usr.bin/realpath/
t_realpath.sh 223 STATUS=$?
240 FAILS="${FAILS}, and exit($STATUS)"
246 if [ $STATUS -ne 0 ] || [ "${EXP}" != "${GOT}" ]
249 if [ $STATUS -ne 0 ]
253 FAILS="${FAILS} failed: status ${STATUS}"
303 STATUS=$?
307 if [ $STATUS -eq 0 ] || [ "${GOT}" ] || ! [ "${ERR}" ]
310 if [ "${STATUS}" -eq 0 ]
504 STATUS=$
    [all...]
  /src/tests/bin/sh/
t_fsplit.sh 60 STATUS="$?"
82 if [ "${STATUS}" != 0 ]
84 printf >&2 ' Sub-test exit status: %d\n' "${STATUS}"
86 elif [ "${STATUS}" != 0 ]
91 printf >&2 ' Sub-test exit status: %d (with correct output)\n' \
92 "${STATUS}"
t_here.sh 52 STATUS=$?
54 if [ "${STATUS}" -ne "$3" ]; then
55 echo >&2 "[$TEST_NUM] expected exit code $3, got ${STATUS}"
59 case "$3/${STATUS}" in
561 atf_set descr "Tests exit status of a command substitution in a heredoc"
t_exit.sh 48 atf_check -s exit:0 -o match:STATUS=1-0 -e empty \
54 STATUS=$?
110 atf_set "descr" "Tests that various values for exit status work"
123 atf_set "descr" "Tests that subshell exit status works and \$? gets it"
t_patterns.sh 57 # $3 is the expected exit status from sh
77 STATUS=$?
79 if [ "${STATUS}" -ne "$3" ]; then
81 MSG="${MSG} expected exit code $3, got ${STATUS}"
86 case "$3/${STATUS}" in
t_builtins.sh 112 # $3 is the expected exit status from sh
133 STATUS=$?
137 if [ "${STATUS}" -ne "$3" ]; then
139 MSG="${MSG} expected exit code $3, got ${STATUS}"
144 case "$3/${STATUS}" in
342 'eval "if done"; printf %s status=$?'
344 atf_check -s exit:0 -e not-empty -o 'match:status=[1-9]' \
346 'command eval "if done"; printf %s status=$?'
349 -o 'match:status=[1-9]' -o 'not-match:[XY]' ${TEST_SH} -c \
351 S=$?; printf %s status=$S; exit $S
    [all...]
t_expand.sh 594 STATUS=$?
596 if [ "${STATUS}" -ne "$3" ]; then
598 MSG="${MSG} expected exit code $3, got ${STATUS}"
603 case "$3/${STATUS}" in
975 atf_fail '${#-} test exited with status '"$?"
  /src/sys/arch/macppc/dev/
ki2cvar.h 43 #define STATUS 2
68 /* STATUS */
if_bmreg.h 62 #define STATUS 0x0200
140 /* Misc. Bit definitions for BMac Status word */
142 #define RxAbortBit 0x8000 /* status bit in BMac status for rx packets */
ki2c.c 230 ki2c_writereg(sc, STATUS, 0);
354 if ((ki2c_readreg(sc, STATUS) & I2C_ST_LASTAAK) == 0) {
384 if ((ki2c_readreg(sc, STATUS) & I2C_ST_LASTAAK) == 0) {
if_bm.c 356 /* Clear status register. */
357 bmac_read_reg(sc, STATUS);
434 stat = bmac_read_reg(sc, STATUS);
439 printf("bmac_intr status = 0x%x\n", stat);
461 int status, resid, count, datalen; local in function:bmac_rint
470 status = in16rb(&cmd->d_status);
474 if (status != 0 && status != 0x8440 && status != 0x9440)
475 printf("bmac_rint status = 0x%x\n", status)
    [all...]
  /src/sys/arch/emips/ebus/
ace_ebus.c 141 uint32_t r_error;/* copy of status register */
490 "STATUS",
594 SysacePrintRegister(&STATUS_Names, regs->STATUS);
675 uint32_t Status;
683 Status = sc->sc_dr->STATUS;
684 if (Status & SAC_MPULOCK)
696 Status = sc->sc_dr->STATUS;
697 if (Status & SAC_MPULOCK
    [all...]
  /src/include/arpa/
nameser_compat.h 120 #define STATUS ns_o_status
  /src/common/dist/zlib/
CMakeLists.txt 72 message(STATUS "Renaming")
73 message(STATUS " ${CMAKE_CURRENT_SOURCE_DIR}/zconf.h")
74 message(STATUS "to 'zconf.h.included' because this file is included with zlib")
75 message(STATUS "but CMake generates it automatically in the build directory.")
  /src/sys/arch/m68k/060sp/dist/
changes 91 FSLW = FAULT STATUS LONGWORD
113 FSLW = FAULT STATUS LONGWORD
  /src/sys/arch/i386/stand/lib/
biosdisk_ll.c 86 #define STATUS(di) ((di)>>24)
  /src/sys/dev/pci/
voodoofbreg.h 36 #define STATUS 0x00
voodoofb.c 316 while ((voodoo3_read32(sc, STATUS) & 0x1f) < len);
328 i = (voodoo3_read32(sc, STATUS) & STATUS_BUSY) ? 0 : i + 1;
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/gr/
nouveau_nvkm_engine_gr_ctxnv40.c 614 cp_wait(ctx, STATUS, IDLE);
617 cp_wait(ctx, STATUS, IDLE);
636 cp_wait(ctx, STATUS, IDLE);
641 cp_wait(ctx, STATUS, IDLE);
  /src/sys/arch/emips/include/
emipsreg.h 520 volatile uint32_t Status;
567 volatile uint32_t STATUS; /*0x00000084 */
602 /* volatile uint32_t STATUS; 0x00000084 */
  /src/sys/arch/mips/mips/
locore_mips1.S 143 mfc0 k0, MIPS_COP_0_STATUS #00: get the status register
238 mfc0 a0, MIPS_COP_0_STATUS # 1st arg is STATUS
440 REG_S s1, TF_BASE+TF_REG_S1(sp) # used for initial status
512 mtc0 v0, MIPS_COP_0_STATUS # write new status
518 move a2, s1 # 3rd arg is status
519 jal _C_LABEL(cpu_intr) # cpu_intr(ppl, pc, status)
642 mfc0 a0, MIPS_COP_0_STATUS # 1st arg is STATUS
813 move a2, s1 # 3rd arg is status
814 jal _C_LABEL(cpu_intr) # cpu_intr(ppl, pc, status)
920 mfc0 a1, MIPS_COP_0_STATUS # 2nd arg is STATUS
    [all...]
mipsX_subr.S 300 * mtc0 [EPC,ErrorEPC,Status] -- two int ops afterwards before eret
617 mfc0 k0, MIPS_COP_0_STATUS #00: get the status register
657 mfc0 k0, MIPS_COP_0_STATUS #00: get the status register
741 mfc0 a0, MIPS_COP_0_STATUS # 1st arg is STATUS
815 and v1, a0 # extract bits from status
816 xor v0, a0, v1 # generate new status
969 mfc0 a0, MIPS_COP_0_STATUS # 1st arg is STATUS
1110 REG_S s1, TF_BASE+TF_REG_S1(sp) # used for initial status
1179 mtc0 v0, MIPS_COP_0_STATUS # write new status
1186 move a2, s1 # 3rd arg is status
    [all...]

Completed in 32 milliseconds

1 2