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

12

/freebsd-9.3-release/tools/regression/usr.bin/m4/
H A Dregress.sh10 STATUS=0
34 STATUS=$?
39 exit $STATUS
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/preprocessor/
H A Dtst.logicaland.d38 #if !defined (FLAG) && !defined(STATUS)
H A Dtst.logicalandor.d38 #if !defined (FLAG) || !defined(STATUS) && !defined(STATE)
H A Dtst.logicalor.d38 #if !defined (FLAG) || !defined(STATUS)
H A Dtst.muland.d38 #if !defined (FLAG) && !defined(STATUS) && !defined(STATE)
H A Dtst.mulor.d38 #if !defined (FLAG) || !defined(STATUS) || !defined(STATE)
/freebsd-9.3-release/contrib/libpcap/
H A Datmuni31.h54 #define STATUS 0x7d /* status */ macro
/freebsd-9.3-release/contrib/pnpinfo/
H A Dpnpinfo.h50 #define STATUS 0x05 macro
/freebsd-9.3-release/contrib/tcpdump/
H A Datmuni31.h54 #define STATUS 0x7d /* status */ macro
H A Dnameser.h93 #define STATUS 0x2 /* nameserver status query */ macro
H A Dprint-atm.c243 { STATUS, "Status" },
/freebsd-9.3-release/sys/dev/sound/midi/
H A Dmpu401.c70 #define STATUS(m) MPUFOI_READ(m, m->cookie, MPU_STATPORT) macro
129 #define RXRDY(m) ( (STATUS(m) & MPU_INPUTBUSY) == 0)
130 #define TXRDY(m) ( (STATUS(m) & MPU_OUTPUTBUSY) == 0)
137 s = STATUS(m);
145 s = STATUS(m);
165 s = STATUS(m);
/freebsd-9.3-release/usr.sbin/pc-sysinstall/backend/
H A Dfunctions.sh141 STATUS="$?"
142 if [ "${STATUS}" != "0" ]
144 exit_err "Error ${STATUS}: ${CMD}"
160 STATUS="$?"
161 if [ "$STATUS" != "0" ]
163 exit_err "Error ${STATUS}: $CMD"
/freebsd-9.3-release/usr.sbin/usbdump/
H A Dusbdump.c302 #define STATUS(x, name) \ macro
344 STATUS(status, OPEN),
345 STATUS(status, TRANSFERRING),
346 STATUS(status, DID_DMA_DELAY),
347 STATUS(status, DID_CLOSE),
348 STATUS(status, DRAINING),
349 STATUS(status, STARTED),
350 STATUS(status, BW_RECLAIMED),
351 STATUS(status, CONTROL_XFR),
352 STATUS(statu
[all...]
/freebsd-9.3-release/include/arpa/
H A Dnameser_compat.h119 #define STATUS ns_o_status macro
/freebsd-9.3-release/sys/boot/common/
H A Disapnp.h114 #define STATUS 0x05 macro
H A Disapnp.c132 outb(_PNP_ADDRESS, STATUS);
/freebsd-9.3-release/sys/powerpc/powermac/
H A Dkiic.c54 #define STATUS 2 macro
80 /* STATUS */
232 kiic_writereg(sc, STATUS, 0);
379 kiic_writereg(sc, STATUS, 0);
/freebsd-9.3-release/sys/dev/ixgb/
H A Dif_ixgb_osdep.h96 #define IXGB_WRITE_FLUSH(a) IXGB_READ_REG(a, STATUS)
H A Dixgb_hw.c922 status_reg = IXGB_READ_REG(hw, STATUS);
1095 status_reg = IXGB_READ_REG(hw, STATUS);
1185 link_status = ((IXGB_READ_REG(hw, STATUS) & IXGB_STATUS_LU) &&
/freebsd-9.3-release/sys/dev/vkbd/
H A Dvkbd.c123 #define STATUS (1 << 2) /* status has changed */ macro
322 if (state->ks_flags & STATUS) {
323 state->ks_flags &= ~STATUS;
459 if (state->ks_flags & STATUS)
500 if (!(state->ks_flags & STATUS)) {
501 state->ks_flags |= STATUS;
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dminimon.h63 #define EMSTATUS 17 /* Could not get target STATUS */
155 #define STATUS 34 macro
H A Dgo32-nat.c686 #define STATUS D_REGS[6] macro
715 return STATUS;
/freebsd-9.3-release/crypto/openssl/
H A DMakefile.org594 find * \! -name STATUS \! -name TABLE \! -name '*.o' \! -name '*.a' \
/freebsd-9.3-release/sys/contrib/ngatm/netnatm/msg/
H A Dunistruct.h566 D(STATUS, 0x1e /* 30*/, NONE, Q.850, "Response to STATUS ENQUIRY") \

Completed in 176 milliseconds

12