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

12

/freebsd-10.0-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-10.0-release/contrib/libpcap/
H A Datmuni31.h54 #define STATUS 0x7d /* status */ macro
/freebsd-10.0-release/contrib/pnpinfo/
H A Dpnpinfo.h50 #define STATUS 0x05 macro
/freebsd-10.0-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-10.0-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-10.0-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-10.0-release/usr.sbin/usbdump/
H A Dusbdump.c301 #define STATUS(x, name) \ macro
343 STATUS(status, OPEN),
344 STATUS(status, TRANSFERRING),
345 STATUS(status, DID_DMA_DELAY),
346 STATUS(status, DID_CLOSE),
347 STATUS(status, DRAINING),
348 STATUS(status, STARTED),
349 STATUS(status, BW_RECLAIMED),
350 STATUS(status, CONTROL_XFR),
351 STATUS(statu
[all...]
/freebsd-10.0-release/contrib/apr/
H A DNWGNUmakefile381 -$(call COPY,$(APR)/STATUS,$(INSTALLBASE)/STATUS.apr)
383 -$(call COPY,$(APU)/STATUS,$(INSTALLBASE)/STATUS.apu)
/freebsd-10.0-release/include/arpa/
H A Dnameser_compat.h119 #define STATUS ns_o_status macro
/freebsd-10.0-release/sys/boot/common/
H A Disapnp.h114 #define STATUS 0x05 macro
H A Disapnp.c132 outb(_PNP_ADDRESS, STATUS);
/freebsd-10.0-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-10.0-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-10.0-release/sys/dev/vkbd/
H A Dvkbd.c123 #define STATUS (1 << 2) /* status has changed */ macro
318 if (state->ks_flags & STATUS) {
319 state->ks_flags &= ~STATUS;
455 if (state->ks_flags & STATUS)
496 if (!(state->ks_flags & STATUS)) {
497 state->ks_flags |= STATUS;
/freebsd-10.0-release/contrib/gdb/gdb/
H A Dminimon.h63 #define EMSTATUS 17 /* Could not get target STATUS */
155 #define STATUS 34 macro
/freebsd-10.0-release/contrib/subversion/subversion/libsvn_ra_serf/
H A Dmerge.c113 { PROPSTAT, D_, "status", STATUS,
H A Dproperty.c52 STATUS,
123 { PROPSTAT, D_, "status", STATUS,
256 else if (leaving_state == STATUS)
50 STATUS, enumerator in enum:prop_state_e
/freebsd-10.0-release/crypto/openssl/
H A DMakefile.org515 find * \! -path CVS/\* \! -path \*/CVS/\* \! -name CVS \! -name .cvsignore \! -name STATUS \! -name TABLE | sort > ../$(TARFILE).list; \
526 `find * \! -path CVS/\* \! -path \*/CVS/\* \! -name CVS \! -name .cvsignore \! -name STATUS \! -name TABLE \! -name '*.o' \! -name '*.a' \! -name '*.so' \! -name '*.so.*' \! -name 'openssl' \! -name '*test' \! -name '.#*' \! -name '*~' | sort` |\

Completed in 242 milliseconds

12