Searched refs:STATUS (Results 1 - 25 of 25) sorted by relevance

/freebsd-current/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/preprocessor/
H A Dtst.logicalandor.d38 #if !defined (FLAG) || !defined(STATUS) && !defined(STATE)
H A Dtst.logicaland.d38 #if !defined (FLAG) && !defined(STATUS)
H A Dtst.logicalor.d38 #if !defined (FLAG) || !defined(STATUS)
H A Dtst.mulor.d38 #if !defined (FLAG) || !defined(STATUS) || !defined(STATE)
H A Dtst.muland.d38 #if !defined (FLAG) && !defined(STATUS) && !defined(STATE)
/freebsd-current/contrib/xz/src/liblzma/
H A Dvalidate_map.sh89 STATUS=0
161 STATUS=1
165 exit "$STATUS"
/freebsd-current/contrib/netbsd-tests/bin/sh/
H A Dt_fsplit.sh55 STATUS="$?"
71 if [ "${STATUS}" = "0" ]
76 "TEST ${TEST} '$1' failed ($STATUS): expected [$2], found [$result]"
78 elif [ "${STATUS}" != 0 ]
80 atf_fail "TEST ${TEST} '$1' failed ($STATUS)"
H A Dt_expand.sh252 STATUS=$?
254 if [ "${STATUS}" -ne "$3" ]; then
256 MSG="${MSG} expected exit code $3, got ${STATUS}"
260 case "$3/${STATUS}" in
H A Dt_here.sh52 STATUS=$?
54 if [ "${STATUS}" -ne "$3" ]; then
55 echo >&2 "[$TEST_NUM] expected exit code $3, got ${STATUS}"
59 case "$3/${STATUS}" in
H A Dt_exit.sh48 atf_check -s exit:0 -o match:STATUS=1-0 -e empty \
54 STATUS=$?
/freebsd-current/contrib/pnpinfo/
H A Dpnpinfo.h50 #define STATUS 0x05 macro
/freebsd-current/contrib/libpcap/
H A Datmuni31.h52 #define STATUS 0x7d /* status */ macro
/freebsd-current/sys/dev/sound/midi/
H A Dmpu401.c69 #define STATUS(m) MPUFOI_READ(m, m->cookie, MPU_STATPORT) macro
128 #define RXRDY(m) ( (STATUS(m) & MPU_INPUTBUSY) == 0)
129 #define TXRDY(m) ( (STATUS(m) & MPU_OUTPUTBUSY) == 0)
136 s = STATUS(m);
144 s = STATUS(m);
164 s = STATUS(m);
/freebsd-current/usr.sbin/usbdump/
H A Dusbdump.c302 #define STATUS(x, name) \ macro
353 STATUS(status, OPEN),
354 STATUS(status, TRANSFERRING),
355 STATUS(status, DID_DMA_DELAY),
356 STATUS(status, DID_CLOSE),
357 STATUS(status, DRAINING),
358 STATUS(status, STARTED),
359 STATUS(status, BW_RECLAIMED),
360 STATUS(status, CONTROL_XFR),
361 STATUS(statu
[all...]
/freebsd-current/crypto/openssl/
H A Dconfig.com93 $ EXIT $STATUS
/freebsd-current/crypto/openssl/providers/implementations/rands/seeding/
H A Drand_vxworks.c131 STATUS result = ERROR;
/freebsd-current/sys/arm/mv/
H A Dmv_thermal.c66 #define STATUS 2 /* Offset in config->regs[] array */ macro
142 reg = RD4(sc, STATUS);
202 reg = RD4(sc, STATUS) & STATUS_TEMP_MASK;
/freebsd-current/stand/common/
H A Disapnp.h106 #define STATUS 0x05 macro
H A Disapnp.c129 outb(_PNP_ADDRESS, STATUS);
/freebsd-current/sys/powerpc/powermac/
H A Dkiic.c54 #define STATUS 2 macro
80 /* STATUS */
230 kiic_writereg(sc, STATUS, 0);
377 kiic_writereg(sc, STATUS, 0);
/freebsd-current/contrib/tcpdump/
H A Dnameser.h78 #define STATUS 0x2 /* nameserver status query */ macro
H A Dprint-atm.c90 #define STATUS 0x7d /* status */ macro
318 { STATUS, "Status" },
/freebsd-current/include/arpa/
H A Dnameser_compat.h121 #define STATUS ns_o_status macro
/freebsd-current/sys/dev/vkbd/
H A Dvkbd.c124 #define STATUS (1 << 2) /* status has changed */ macro
321 if (state->ks_flags & STATUS) {
322 state->ks_flags &= ~STATUS;
458 if (state->ks_flags & STATUS)
499 if (!(state->ks_flags & STATUS)) {
500 state->ks_flags |= STATUS;
/freebsd-current/sys/dev/axgbe/
H A Dxgbe-phy-v2.c2280 if (XP_IOREAD_BITS(pdata, XP_DRIVER_INT_RO, STATUS)) {
2297 if (!XP_IOREAD_BITS(pdata, XP_DRIVER_INT_RO, STATUS)) {

Completed in 231 milliseconds